Notícias

Canarana inicia mobilização dos 21 Dias de Ativismo com chamada aos homens pela Campanha Laço Branco

What is programming?

Programming refers to a technological process for telling a computer which tasks to perform in order to solve problems. You can think of programming as a collaboration between humans and computers, in which humans create instructions for a computer to follow (code) in a language computers can understand. 
Programming enables so many things in our lives. Here are some examples: 

How does computer programming work?

At its most basic, programming tells a computer what to do. First, a programmer writes code—a set of letters, numbers, and other characters. Next, a compiler converts each line of code into a language a computer can understand. Then, the computer scans the code and executes it, thereby performing a task or series of tasks. Tasks might include displaying an image on a webpage or changing the font of a section of text. 

Most used programming languages

Different programming languages enable programmers to write code that computers understand. According to a survey by Statista, the top five programming languages that developers use are: 
Explore below what you can do with these programming languages: 

JavaScript

This language is used on every major web browser. JavaScript allows you to add complex features to a web page, such as content updates, interactive maps, and animated graphics, develop games, and more.   
Read more: Java vs. JavaScript: What's the Difference?

HTML/CSS

These languages are used to create web pages and web applications. You would use HTML (HyperText Markup Language) to build web page structure, while CSS (Cascading Style Sheets) would enable you to determine the page’s styling.   
Read more: Easiest Programming Languages to Learn for Front-End Development

SQL

SQL stands for Structured Query Language and is used to communicate with databases, including updating and retrieving data.
Read more: What Does an SQL Developer Do? Role, Salary, and Skills

Python

Python programming is most used in machine learning, web development, and desktop applications. Python is a popular language among beginners, as the syntax is relatively easy to learn. It is known as an object-oriented programming language.

TypeScript
TypeScript is a free, open-source programming language developed by Microsoft as a superset of JavaScript. It’s used for developing large applications.