15
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 Pytho …
13
votes
14answers
822 views
What Python features will excite the interest of a C# developer?
For someone who’s been happily programming in C# for quite some time now and planning to learn a new language I find the Python community more closely knit than many others.
Per …
0
votes
5answers
328 views
Web service: PHP or Ruby on Rails or Python?
I am a .Net / SQL Server developer via my daytime job, and on the side I do some objective C development for the iPhone. I would like to develop a web service and since dreamhost …
8
votes
14answers
3k views
Reasons not to use django
Have you considered using Django and found good reasons not to do so?
-2
votes
8answers
141 views
Most useful additional Python libraries? [closed]
Possible Duplicate:
Favorite 3rd-party Python Libraries?
What are some of the most useful Python libraries not included into the standard library?
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 …
6
votes
13answers
685 views
What is a cyclic data structure good for?
Hello,
I was just reading through "Learning Python" by Mark Lutz and came across this code sample:
>>> L = ['grail']
>>> L.append(L)
>>> L
['grail', [...]]
It was identified …
1
vote
1answer
61 views
Is PyGTK or PyQT preferred for making GTK-native Python apps?
I'm a web developer looking to get my feet wet with coding up a little desktop app for Ubuntu in Python. I've scoured the web looking for the pros and cons of PyGTK vs. PyQT and ca …
1
vote
5answers
109 views
What is the best browser automation tool for Python?
Hello, I want to write a following script: given a text file with the list of actions to be executed on a certain site it would use some browser's (IE probably, because I don't kno …
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 …
18
votes
38answers
708 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 tha …
3
votes
8answers
279 views
from X import a versus import X; X.a
This is one of those semi-religious Python questions that I suspect has well reasoned responses lurking in the community. I've seen some Python programmers use the following style …
0
votes
4answers
275 views
Differences between Go and Cython
Today a great friend of mine asked me what are the main differences between the newest Go language and Cython, which is a set of C-extensions for Python. I don't have much knowledg …
0
votes
4answers
101 views
Python and iPhone development on Mac - minimum/recommended hardware ?
What is the minimum configuration to do some Python and iPhone development on Mac ?
Platform wise: Mac Mini, Mac Pro, Mac Book, Mac Book Pro ?
Memory requirement
CPU speed
Than …
0
votes
6answers
71 views
Advice on set-up/management of the WSGI stack?
After looking through the many useful and shiny Python frameworks, I find none of them get close to what I need or provide way more than my needs. I'm looking to put something toge …
