Real Python Tutorials
Your Python Coding Environment on Windows: Setup Guide
With this opinionated guide to setting up a basic, fully featured and flexible setup for Python coding and open source contributing when working from Windows, you'll go from a fresh install to ready to contribute, and even check out a PowerShell script to automate much of the process.
Explore Real Python
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
Building a Site Connectivity Checker
Jun 28, 2022 intermediate projects python
Effective Python Testing With Pytest
Jun 22, 2022 intermediate python testing