Introduction To Python

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.


Features Of Python

  1. Easy to Learn and Use

  2. Expressive Language

  3. Interpreted Language

  4. Cross-platform Language

  5. Free and Open Source

  6. Object-Oriented Language

  7. Extensible

  8. Large Standard Library

  9. GUI Programming Support

  10. Integrated

Applications of Python

The Python Package Index (PyPI) hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.
  1. Web and Internet Development
  2. Database Access
  3. Desktop GUIs
  4. Scientific & Numeric
  5. Education
  6. Network Programming
  7. Software & Game Development

How To Install Python?

Installation of Python is easy but if you want an Installation guide then go the YouTube or Google.


Python IDE and Other IDE

You can either use an IDE for Python programming or use a Command Line Tool. Python’s latest version is Python. Visit the following link and select the latest version to download it.

You also get an Integrated Development Environment (IDE) available for Python programming.

You Also Use Vs Code it is available on the Official Website of Microsoft for free.It is comes with an Editor and endless VsCode Extension. The extension makes VS Code an excellent Python editor, and works on any operating system with a variety of Python interpreters. It leverages all of the VS Code's power to provide autocomplete and IntelliSense, linting, debugging, and unit testing, along with the ability to easily switch between Python environments, including virtual and Conda environments. You Can Use Vs Code For Web Development, Django Framework Development, Game and App Development.
You can download the Vs Code for free using the following link.

One of the best IDEs available in the market is JetBrains PyCharm Edition. It provides an Editor, in-built Interpreter, and many other features such as Web Development, Django Frameworks Development. It is freeware or a Free Edition. You can download the Community Edition (Free) using the following link.

Thanks