Opens profile photo
Follow
Click to Follow realpython
Real Python
@realpython
Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 3,000,000 Monthly Readers at realpython.com
Educationrealpython.comJoined August 2012

Real Python’s Tweets

🐍 Python Dictionary Iteration Quiz — Learning how to iterate through a Dictionary can help you solve a wide variety of programming problems in an efficient way. Test your understanding of how you can use them better! #python
1
48
🐍📰 In this tutorial, you'll learn when and how to use the shebang line in your Python scripts to execute them from a Unix-like shell. Along the way, you'll run custom scripts written in your domain-specific language interpreted by Python #python
42
🐍📰 In this tutorial, you'll learn how to use Python to get integer input from the user while handling any errors resulting from non-numeric input. This will involve coding your own reusable function built around input() #python
23
🐍📰 In this step-by-step project, you'll build a maze solver in Python using graph algorithms from the NetworkX library. You'll design a binary file format for the maze, represent it in an object-oriented way, and visualize the solution using SVGs #python
19