Tagged Questions
1359
votes
190answers
180k 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 of the feature, ...
298
votes
55answers
29k 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 only one tip per ...
19
votes
4answers
3k 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 these methods, but ...
15
votes
7answers
2k views
Hidden features of PyCharm
I know PyCharm is young IDE but id like to know if you guys have found some candy while using it. I know from experience that JetBrains IDE's are filled with candy and can't wait to find it all.
...
7
votes
5answers
301 views
Python and python modules easter eggs [closed]
Possible Duplicate:
Hidden features of Python
This is not really a programming question, but as it's still related to a programming language, i thought it had its place on SO, if you don't ...