Python is a high level, interpreted, interactive and object oriented scripting language. It was created by Guido van Rossum and released in 1991. It is used for web development, software development, mathematics and system scripting
Below sections are covered in this article,
- Python interpreter and interactive mode
- Values and types: int, float, Boolean, string and list
- Variables, expressions, statements, tuple assignment, precedence of operators, comments
- Modules and functions, function definition and use, flow of execution, parameters and arguments
Illustrative programs
exchange the values of two variables, circulate the values of n variables, distance between two points
Views: 8
Articles
- Introduction to Python
- Variables, Expression and Statements
- Control Flow, Functions
- List, Tuples and Dictionaries
- Files, Modules and Packages