261
votes
117answers
44k 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, not …
84
votes
32answers
7k 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 …
43
votes
39answers
5k views
Are there any good reasons why I should not use Python?
I've heard from reliable sources that Python is a great language that every programmer can learn, but I've heard so much good about it that I'm clearly not getting the whole picture. I'm considering …
33
votes
40answers
5k views
Python v. Perl
Okay, so I'm finally making the jump into scripting languages and I have decided to focus on either Python or Perl. The problem is: I don't know which to cut my teeth on.
Most of my programming …
30
votes
32answers
4k views
What did you use to teach yourself python?
I'm an avid programmer, and I like to learn new languages... I normally teach them myself.
Python isn't a "MUST Learn" for me, but, as I work with Ubuntu, and a lot of their own code is now Python …
24
votes
16answers
4k views
Why is Ruby more suitable for Rails than Python?
Python and Ruby are usually considered to be close cousins (though with quite different historical baggage) with similar expressiveness and power. But some have argued that the immense success of the …
22
votes
40answers
998 views
Favorite 3rd-party Python Libraries?
The more I've learned about Python, The more I've heard about several external libraries that are available, and I was wondering what are some of your favorite python libraries that are availible.
A …
22
votes
22answers
1k views
When and why are you planning to upgrade to Python 3.0?
Python 3.0 (aka Python 3000, Py3k, etc) is now available. When and why are you planning on porting your project or code to the new Python?
edit: I'm particularly interested in any features that don't …
18
votes
4answers
1k views
Opinions on Unladen Swallow?
What are your opinions and expectations on Google's Unladen Swallow? From their project plan:
We want to make Python faster, but we
also want to make it easy for large,
well-established …
18
votes
9answers
2k views
How do YOU deploy your WSGI application? (and why it is the best way)
Deploying a WSGI application. There are many ways to skin this cat. I am currently using apache2 with mod-wsgi, but I can see some potential problems with this.
So how can it be done?
Apache …
18
votes
13answers
1k views
What is your single favorite Python templating engine?
Name your single favorite Python templating engine (and describe why it's your favorite).
17
votes
27answers
1k views
Deciding on a language: Python or Java [closed]
I am part of a small (read: two programmer) startup, and we are about to start developing a large (we estimate it will be about a year before customers will see anything) web application… And it's …
16
votes
18answers
1k views
What can be done in R that can’t be done with Python/Numpy/SciPy
I've been recently wondering about the over-proliferation of DSLs like R - and thinking whether this is good or bad. Specifically, I wonder what right has R as a stand-alone language and environment? …
16
votes
14answers
2k views
What is the best python book for experienced programmers?
I am a fairly experienced programmer, mostly C, C++, Java and C#...
Can you recommend any Python books that would help me to get the most out of my existing experience? Many Python books I have read …
15
votes
17answers
2k views
Python as your main language. Possible?
I am currently attending college and the languages that I will 'know' by graduation are C++ and Java. That being said, i am also in the process of teaching myself Python. I know that every programming …
