Posts

Python Series Post 1- Facts, Compiler, IDE, Flavors, Companies Utilizing

Definition:- Python is an interpreted, high-level, general-purpose programming language. Created by:- Guido van Rossum First released:- 1991. Main emphasize:- code readability with its notable use of significant whitespace. Stable release : - 3.8.2 / 24 February 2020 Filename extensions :- .py,.pyi,.pyc,.pyd,.pyo (prior to 3.5),.pyw,.pyz (since 3.5) Paradigm :- Multi-paradigm: functional, imperative, object-oriented , structured, reflective . Parent company :- Python Software Foundation Python Compiler:- 1. Transcrypt(supports Python 3 to 3.7) 2. WinPython(Supports – Up to Python 3.7) 3. Pyjs 4. Numba 5. GNAT 6. Nuitka (Supports – Python 2.6, 2.7, 3.3 to 3.7) 7. ROSE 8. Brython (Supports – Python 3 to 3.7) Online Compiler:- 1. onlineGDB 2. Programiz 3. Repl.it 4. Paiza.io 5. Rextester Python IDEs:- 1. PyCharm 2. Spyder 3. IDLE 4. Jupyter 5. Microsoft Visual Studio Flavors of Python:- 1. CPython- Written