
This article was originally published at: https://www.blog.duomly.com/20-essential-python-tips-and-tricks-you-should-know/
Python is a popular, ge...
For further actions, you may consider blocking this person and/or reporting abuse
I'll add a few more to the awesome list!
Comprehension list, I actually like for loops written in full but if you want to save space here and there comp. lists can help with that:
I like to run pep8 linter sometimes on cmd line, of course you can have a linter on your text editor too, below is the way to do it from cmd line:
github.com/PyCQA/pycodestyle
Also, it would be great to mention all, and any functions to evaluate lists