In this guide, you'll learn how to get the most out of your Real Python membership using the community Slack. You'll learn some lesser-known features of Slack and see how to communicate your technical problems more effectively. (more…)
Read more »
Mix different games (normal, menu and messages) using the Game Loop pattern. Implementation with Python and Pygame. (more…)
Read more »
python-fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. (more…)
Read more »
plotting on terminal. Contribute to piccolomo/plotext development by creating an account on GitHub. (more…)
Read more »
The problemLet's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That's because python3 points at the last version of Python you inst... (more…)
Read more »