> 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
--
htt
On Thursday, June 18, 2015 at 6:11:11 AM UTC-4, Productivi .co wrote:
> What are your best time saving tips when programming Python?
PyCharm!
--
https://mail.python.org/mailman/listinfo/python-list
Hello Pythonists!
I'm preparing an article to show up at simplilearn.com about the best time
saving tips Pyhonists use, and thus, conducting interviews with Pythonists
like you.
The interview question I would like to ask you is:
*What are your best time saving tips when programming Python?*
Loo