Real Python Tutorials
Sorting a Python Dictionary: Values, Keys, and More
In this tutorial, you'll get the lowdown on sorting Python dictionaries. By the end, you'll be able to sort by key, value, or even nested attributes. But you won't stop there---you'll go on to measure the performance of variations when sorting and compare different key-value data structures.
Aug 10, 2022 intermediate
Explore Real Python
Exploring Special Function Parameters
Aug 09, 2022 intermediate python
Python News: What's New From July 2022
Aug 08, 2022 community
Primer on Jinja Templating
Jul 27, 2022 django flask intermediate web-dev
Build a Flashcards App With Django
Jul 18, 2022 django intermediate projects web-dev
Python and TOML: New Best Friends
Jul 11, 2022 intermediate
Python News: What's New From June 2022
Jul 06, 2022 community
Using the Python and Operator
Jul 05, 2022 basics best-practices python
Python 3.11 Preview: TOML and tomllib
Jul 04, 2022 intermediate python