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

Real Python’s Tweets

Please, please, please (for whichever teachers are still doing this), when using the `turtle` module, stop teaching kids: β€’ to name their turtle `t` β€’ to use `from turtle import *` I know they're in the docs (I'd love to re-write the `turtle` docs!), but they're bad practices
3
56
Show this thread
Get the latest news on Python events, job opportunities, and more. Never miss out on the best Python content with PyCoder's Weekly. Plus, you can submit your own blog posts, articles, and tutorials to be featured in the newsletter...
1
2
Show this thread
πŸπŸ“° Build a Bulk File Rename Tool With Python and PyQt In this step-by-step project, you'll build a bulk file rename tool using Python and pathlib to manage the file renaming process and PyQt to provide the application's GUI #python
1
42
πŸπŸ“° Should You Update to the Latest Python Bugfix Version? What's the significance of the third digit in a Python version number? In this tutorial, you'll learn more about Python bugfix versions and whether you need to care about them #python
21