Real Python Tutorials
Build a Maze Solver in Python Using Graphs
In this step-by-step project, you'll build a maze solver in Python using graph algorithms from the NetworkX library. Along the way, you'll design a binary file format for the maze, represent it in an object-oriented way, and visualize the solution using scalable vector graphics (SVG).
Mar 29, 2023 intermediate projects
Explore Real Python
YAML: Python's Missing Battery
Mar 28, 2023 intermediate
How to Read Python Input as Integers
Mar 27, 2023 basics
Python News: What's New From February 2023
Mar 13, 2023 community
Manipulating ZIP Files With Python
Mar 07, 2023 intermediate python
Using the Terminal on Windows
Feb 21, 2023 basics