This is a guide intended to introduce new developers to Python and help developers structure it's knowledge and use this site as reference point.
Despite the name, this guide doesn't necessarily mean "the only way" to do Python..
We just gather all the articles, tips, and tricks from top developers and put it here.
This website is inspired and hugly based on the work of https://jstherightway.org by Wiliam Oliviera
Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales.Source: wikipedia
Python 3
3.9 will receive bugfix updates approximately every 2 months for approximately 18 months.
Some time after the release of 3.10.0 final, the ninth and final 3.9 bugfix update will be released.
After that, it is expected that security updates (source only) will be released until 5 years after the release of 3.9 final,
so until approximately October 2025.
See: PEP537
Python 2.7
Although present by default on multiple flavours of Linux, Python27 reach it's end-of-life.
Use python3
See: PEP-373
Source: PEP20
Join the Millions Learning to Code with Codecademy .
Lorem.
Lorem .
Lorem .
A Minimalist Python Web Framework. Maintained by Dolor sit amet.
Various libraries and frameworks to do tests in Python. Only still maintained and actual
bottle.py is a fast and simple micro-framework for python web-applications.
A Minimalist Python Web Framework.
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed! Maintained by Armin Ronacher.
Klein is a micro-framework for developing production-ready web services with Python.
Morepath is a Python web framework. An application consists of models. Each type of model is published on a URL path. Content is exposed to the web using views.
The Start Small, Finish Big
Stay Finished Framework
web.py is a web framework for python that is as simple as it is powerful.