Python is a high-level, interpreted programming language known for its:
- β Simplicity
- β Readability
- β Versatility
It was created by Guido van Rossum and first released in 1991.
| πΉ Feature | πΈ Description |
|---|---|
| β Simple Syntax | Easy to read and write; looks almost like English |
| β Interpreted | Executes code line by line without compiling |
| β Dynamically Typed | No need to declare variable types explicitly |
| β Cross-platform | Works on Windows, macOS, Linux, and more |
| β Large Standard Library | Comes with built-in modules for file I/O, math, web, and more |
| β Object-Oriented | Supports concepts like classes and objects for better code organization |
| β Popular For | Web development, Data Science, AI/ML, Automation, Scripting, and more |
We can run the python file by terminal using python filename.py