> 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 -- https://mail.python.org/mailman/listinfo/python-list
- Time saving tips for Pythonists Productivi .co
- Re: Time saving tips for Pythonists John Strick
- Re: Time saving tips for Pythonists Miki Tebeka