4
votes
4answers
265 views
Special (magic) methods in Python
What are all the special (magic) methods in Python? The __xxx__ methods, that is.
I'm often looking for a way to override something which I know is possible to do through one of t …
79
votes
30answers
6k views
Favorite Django Tips & Features?
Inspired by the question series 'Hidden features of ...', I am curious to hear about your favorite Django tips or lesser known but useful features you know of.
Please, include on …
251
votes
113answers
42k views
Hidden features of Python
What are the lesser-known but useful features of the Python programming language.
Try to limit answers to Python core
One feature per answer
Give an example and short description …
