Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ... - tmbo/questionary... (more…)
Read more »
There are several ways to get started with Python 3 on macOS, but one way is better than the others. (more…)
Read more »
In this step-by-step tutorial, you'll learn how to start exploring a dataset with Pandas and Python. You'll learn how to access specific rows and columns to answer questions about your data. You'll also see how to handle missing values and prepare to visu... (more…)
Read more »
Yet Another Python Profiler, but this time thread&coroutine&greenlet aware. - sumerc/yappi... (more…)
Read more »
This one is extremely common to see, either due to developer laziness, or misunderstanding. A generic catch-all means that all python exceptions will be caught, not just those that inherit from… (more…)
Read more »