Introduction to Python

Hi All, introduction to Python article is here π
And audio of the article is also Available it is posted at the bottom of the article #have a look
β’ Python high level programming language
β’ It was created by Guido van Rossum, and first released on February 20, 1991
β’ Python was designed to solve real-world problems faced by an expert programmer
β’ Building blocks of Python: Standard libraries in Python, notion of class, object and method.
AFeatures of Python:
- Easy to understand = Less development time
- Free and open source
- High-level language
- Portable β works on Windows/Linux/Mac
- Fun to work with π
Types of Comments: There are two types of comments in python :
- Single line comments β Written using # (pound/hash symbol)
- Multi-line comments β Written using βββ Comment βββ or βββ Comment βββ.
Operators in Python : The following are some common operators in Python:
- Arithmetic Operators (+, -, *, /, etc.)
- Assignment Operators (=, +=, -=, etc.)
- Comparison Operators (==, >=, <=, >, <, !=, etc.)
- Logical Operators (and, or, not
Some uses :
- Creating web applications
- Data science and machine learning
- Academic research
- Automation and many more
Q – Why Python learning is easier for beginners? => Python is one of the easiest programming languages to learn. The reason being:
β’ Simple Elegant Syntax – Python’s syntax is human readable this allows you to focus on the programming logic rather than the syntax.
β’ Expressiveness of the language – Python allows you to write programs having greater functionality with fewer lines of code.
Q – Why is it called Python? =>At the time when he began implementing Python, Guido van Rossum was also reading the published scripts from βMonty Python’s Flying Circusβ, a BBC comedy series from the 1970s.
Van Rossum thought he needed a name that was short, unique, and slightly mysterious, so he decided to call the language Python.
Thank you π friend I put the audio of the above article π hear it I guess it will helpfully for you all
You must log in to post a comment.