Python is a high-level programming language. python is known for
- Simplicity: Python has Clear, concise syntax.
- Readability: Python has Human-readable code.
- Versatility: Python been used in Wide-range of applications.
Python can be used for
- Web Development - Using Frameworks like Django, Pyramid, Bottle, Tornado, Flask, web2py
- GUI Development - tkInter, PyGObject, PyQt, PySide, Kivy, wxPython, DearPyGui
- Scientific and Numeric - Pandas, NumPy, Matplotlib, Tableau, SciPy, IPython
- Artificial Intelligence - TensorFlow, PyTorch, Keras, OpenAI
- Software Development: Buildbot, Trac, Roundup
- Automation - Selenium, Puppeteer, Jenkins
- System Administration: Ansible, Salt, OpenStack, xonsh
Why to use Python
- Python code is optimized than other programming languages, needs less code to implement logic
- Python is cross functional, meaning, run smoothly on different Operating systems like Windows, Mac, Linux distributions.
- Python is Simple in syntax
- Python uses interpreter to run the code, making it faster in execution.
The most recent version of python is 3.12.3
where Python development team officially dropped support for python version 2
Start your Python Learning by running following python tutorial.
print("This website is possible due to Python, using Django")