Skip to main content
PYTHON
- Interpreted Progrmming Language
- Multi-Praradigm programming language
- Guido van Rossum created Python sometime in the late 1980s at Centrum Wiskunde & Informatica (CWI) in Holand. It succeeded the ABC programming language.
- Instagram uses Python programming language in its backend code.
JAVA
- Due to its source code being first complied running off the Java Virtual Machine (JVM), Java can be considered both a complied & interpreted programming language.
- Object-Oriented programming language
- James Gosling and coleagues created Java at Sun Microsystems Inc in 1991. The goal was to create a new language that would allow consider electronic devices to comunicate to each other.
- Google & Android Operating Systems run on Java.
C++
- C++ is considered a complied proggramming language as it is usually translated into machine language.
- C++ is a Multi-Paradigm programming language.
- Bjarne Stroustrup developped the [programming language C++ durring the 1980’s begining in 1979 at Bell Labratories as a object oriented features to the C programming language.
- Adobe Photoshop & Illustrator are two examples of Graphical User Interfaces developped with C++ because of its high speed specifactions.
C#
- The C# programming language is complied providing binary portability. Once executed, it aranges as machine code.
- C# is a modernized object-oriented & type-safe programming language. Allows for a vast aray of sturdy and secured applications to be built.
- A Microsoft developper named Anders Hejlsberg designed the C# programming language in the year 2000.which was introduced by Microsoft in 2003.
- Many Microsoft products have been writen in C# code including Windows 7
JAVASCRIPT
- The Javascript programming language is a lightweight interpreted language.
- It is an object-oriented language.
- Brendan Eich invented the Javascript programing language in 1995 intended to be developped for Netscape 2.
- Major webpages like Google,Facebook and Youtube all include Javascript in their front-end and back-end.