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
Easy to Learn and Use
Expressive Language
Interpreted Language
Cross-platform Language
Free and Open Source
Object-Oriented Language
Extensible
Large Standard Library
GUI Programming Support
- 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.
- Web and Internet Development
- Database Access
- Desktop GUIs
- Scientific & Numeric
- Education
- Network Programming
- 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
0 Comments