i'd like know about python tricks and tips.
how write a cleaner code when you have an unfortunate situation where you need to fit as much as you can in one expression?
i have some questions:
- Best way for speed propose
- Best way for readable code
- What you should never do
- What you should avoid
- Best expert python book
- Libraries that you should know
i think that every answer will be enough to create a guide for python best pratices.
EDIT you don't need answer all the questions, just give some tips.