262
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 …
22
votes
40answers
1k 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 …
6
votes
15answers
540 views
How long should you focus on a programming language?
Okay, so I've been doing web design for about a year or two, and I've decided that I want to learn a Programming Language, because I've figured out that's what interest me more.
I start out learning …
1
vote
4answers
97 views
lisp-style style `let` syntax in Python list-comprehensions
Consider the following code:
>>> colprint([
(name, versions[name][0].summary or '')
for name in sorted(versions.keys())
])
What this code does is to print the elements …
2
votes
6answers
120 views
Should I take a Python CS class using Windows or Mac?
Hi,
I'll be taking a Python-based computer science class next semester using my MacBook Pro. It will be centered around a custom-designed package for this class. The problem is that this package is …
-1
votes
6answers
203 views
Perl vs Python: Which is better for a simple parsing program? [closed]
I have some log files I want to parse through... looking for certain keywords and using what it finds to look for new keywords (for example if a line contains a player name change, then it needs to …
13
votes
14answers
877 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.
Personally dynamic …
1
vote
2answers
57 views
Python Selector (URL routing library), experience/opinions?
Does anyone have opinions about or experience with Python Selector? It looks great, but I'm a bit put off by its "Alpha" status on pypi and lack of unit tests.
I mostly like that its simple, self …
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 …
1
vote
3answers
146 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 can't really find any …
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 …
-2
votes
8answers
195 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?
10
votes
8answers
459 views
Experience with Django
Having read some great things about the Django framework I'm becoming quite interested in it. But before making my decision to use it for a small project I would like to hear some more down to earth …
1
vote
5answers
147 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 know anything about …
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 …
