DEV Community

Cover image for Learn Python. Stay tuned for the next posts🥳
Phoenix
Phoenix

Posted on

Learn Python. Stay tuned for the next posts🥳

session one

What is Python?

Python is a popular programming language developed in 1991 by Guido van Rossum.

This language is used in the following cases:

Web development (server side)
software development
Mathematics
And …

Use of Python programming language

Python can be used to build web applications on the server
Python can be used alongside software to build workflows
Python can connect to database systems and read and modify files
Python can be used in programming and managing big data and performing complex mathematical calculations.
And…

Why should we learn Python?

Python runs on various platforms (Windows, Mac, Linux, Raspberry Pi,…)
Python has a simple syntax
The grammatical structure of this language is such that it allows developers to write less code than other languages
Python runs on an interpreter, meaning it does not need to be compiled and runs immediately
Python supports a variety of programming methods such as procedural, object-oriented, and functional

Comparing the grammatical structure of Python with other programming languages
The purpose of Python's design is to make it more readable and similar in English syntax to the effect of mathematics
Each Python command is defined in one line, while in most programming languages ​​the commands are; They end
Python uses indentation and tabs to define blocks of code, such as blocks of functions and classes, while brackets use brackets to do this in other languages.

The Python programming language introduction session is also over.

In the next session, we will teach you how to start working with Python. Stay with us

Do not forget to like!
Bye until the next post

Top comments (1)

Collapse
 
david050708 profile image
david050708

Super Explanation Brother