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
π Reading and Writing Files in Python Quiz β
A quiz used for testing the user's knowledge of the topics covered in the Reading and Writing Files in Python article
#python
ππ° Python Practice Problems: Parsing CSV Files
In this tutorial, you'll prepare for future interviews by working through a set of Python practice problems that involve CSV files.
#python
ππΊPython Basics: Dictionaries [Video]
One of the most useful data structures in Python is the dictionary. In this video course, youβll learn what a dictionary is, how it differs from lists and tuples, and how to define and use it in your own code.
https://realpython.com/courses/python-basics-dictionaries/β¦
π Master Real-World Python Skills With a Community of Experts -- Level up with unlimited access to our vast library of python tutorials and video lessons. #python
ππ° Build Command-Line Interfaces With Python's argparse
In this tutorial, you'll learn to take your command-line Python scripts to the next level by adding a convenient command-line interface (CLI) that you can write with the argparse module
https://realpython.com/command-line-interfaces-python-argparse/β¦
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...
Hear stories from Pythonistas like Douglas Ortego, Paul Paradis, Brian Patrick O'Sullivan, Mandy Wong, and more! Learn how they leveled up their skills and careers with Real Python. Get the inside scoop and start your own learning journey today: https://realpython.com/learner-stories/β¦#Python
π Data Science With Python Core Skills π β In this learning path you'll cover a range of core skills that any Python data scientist worth their salt should know #python#learnpython
πβ Python Concurrency Quiz -- This is a quiz that will review topics covered in our Speed Up Your Python Program With Concurrency tutorial.
#python
ππ° 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
ππ° 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
ππ° Python News: What's New From November 2022
Quickly get up to speed on what's been happening in the world of Python in the past month. You'll read about Python 3.12 alpha, malicious packages, concerns about GitHub Copilot, and more
https://realpython.com/python-news-november-2022/β¦