Time saving tips for Pythonists

Miki Tebeka miki.tebeka at gmail.com
Sun Jun 21 00:14:14 EDT 2015


> What are your best time saving tips when programming Python?
* Use the REPL. Write small chunks of code and test them as you go
* Know what's available in the standard library (sets, Counter, deque ...)
* Learn how to pick good packages from PyPI (community, last commit ...)
* import this



More information about the Python-list mailing list