Setting up python for new projects should not take time. Handle different python versions and virtual environments in an effective way. (more…)
Read more »
I’ll say it again: Python is a bad programming language, and the only reason it’s so popular today is because Google pushed it so hard in… (more…)
Read more »
Have you ever wondered about working with dates and times in Python? In this tutorial, you'll learn all about the built-in Python datetime library. You'll also learn about how to manage time zones and daylight saving time, and how to do accurate arithmeti... (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 »