Python Introduction


Python is a high-level programming language. python is known for

  1. Simplicity: Python has Clear, concise syntax.
  2. Readability: Python has Human-readable code.
  3. Versatility: Python been used in Wide-range of applications.

Python can be used for 

  1. Web Development - Using Frameworks like Django, Pyramid, Bottle, Tornado, Flask, web2py
  2. GUI Development -  tkInter, PyGObject, PyQt, PySide, Kivy, wxPython, DearPyGui
  3. Scientific and Numeric - Pandas, NumPy, Matplotlib, Tableau,  SciPy, IPython
  4. Artificial Intelligence - TensorFlow, PyTorch, Keras, OpenAI 
  5. Software Development: Buildbot, Trac, Roundup
  6. Automation - Selenium, Puppeteer, Jenkins
  7. System Administration: Ansible, Salt, OpenStack, xonsh

Why to use Python

  1. Python code is optimized than other programming languages, needs less code to implement logic
  2. Python is cross functional, meaning, run smoothly on different Operating systems like Windows, Mac, Linux distributions.
  3. Python is Simple in syntax
  4. 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")