top of page

Welcome to Programming World!

We Offer You Range of Material to learn Programming

There are various types of different code, depending on what you want to develop. And different programming languages that each have their own set of rules. But basically, coding is giving instructions to a computer in order to produce a desired outcome.

What is C++?

​

C++ is a cross-platform language that can be used to create high-performance applications.

​

C++ was developed by Bjarne Stroustrup, as an extension to the C language.

​

C++ gives programmers a high level of control over system resources and memory.

​

The language was updated 3 major times in 2011, 2014, and 2017 to C++11, C++14, and C++17.

​

Coding
Image by Markus Winkler

What is Java?

​

Java is a popular programming language, created in 1995.

It is owned by Oracle, and more than 3 billion devices run Java.

​

It is used for:

​

  • Mobile applications (specially Android apps)

  • Desktop applications

  • Web applications

  • Web servers and application servers

  • Games

  • Database connection

  • And much, much more!

​

What is Python?

​

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.

​

It is used for:

​

  • web development (server-side),

  • software development,

  • mathematics,

  • system scripting.

​

Image by Hitesh Choudhary
Image by Jackson So

What is HTML?

​

  • HTML stands for Hyper Text Markup Language

  • HTML is the standard markup language for creating Web pages

  • HTML describes the structure of a Web page

  • HTML consists of a series of elements

  • HTML elements tell the browser how to display the content

  • HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.

​

What is CSS?

​

  • CSS stands for Cascading Style Sheets

  • CSS describes how HTML elements are to be displayed on screen, paper, or in other media.

  • CSS saves a lot of work. It can control the layout of multiple web pages all at once

  • External stylesheets are stored in CSS files

Image by Ferenc Almasi
Image by Carlos Muza

What is JavaScript?

​

JavaScript is the world's most popular programming language.

​

JavaScript is the programming language of the Web.

JavaScript is easy to learn.

​

JavaScript Can Change HTML Attribute Values

​

​

What is SQL?

​

  • SQL stands for Structured Query Language

  • SQL lets you access and manipulate databases

  • SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987

Image by Caspar Camille Rubin
Image by Artem Sapegin

What is React?

React is a JavaScript library created by Facebook.

React is a tool for building UI components.

How does React Work?

React creates a VIRTUAL DOM in memory.

bottom of page