1
vote
2answers
42 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 …
-5
votes
1answer
150 views
Will Python 3 Fail? [closed]
Various versions of Python 3 have been released for nearly a year. Python 3 is, of course, the backwards incompatible release of the popular Python language. Many people who have tried moving from …
-2
votes
8answers
167 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?
1
vote
2answers
100 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 …
13
votes
14answers
856 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
5answers
126 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 …
21
votes
40answers
859 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 …
0
votes
4answers
287 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 knowledge on Python, can …
0
votes
4answers
110 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
Thanks for your advice.
…
1
vote
1answer
394 views
What is your opinion on google go? [closed]
Possible Duplicate:
What’s your take on Go (the language, not the game)?
Google has just revealed a new language called Go that claims to combine the performance of C++ with the ease of …
10
votes
8answers
436 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 …
0
votes
6answers
73 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 together myself; could …
1
vote
5answers
145 views
GUI + multithreading support + regex support. Which language? JAVA / Python / Ruby ??
I'm interested in learning a programming language with support for GUI, multithreading and easy test manipulation (support for regex).
Mainly on Windows but preferably cross-platform. What does the …
1
vote
4answers
192 views
What’s the best book to learn python basics? [closed]
Possible Duplicates:
Python book to buy?
Concise python book recommendation
What's the best book to learn python basics?
-7
votes
3answers
238 views
Is Python worth learning? [closed]
Possible Duplicates:
Is it worth learning Python?
Why should I learn Python?
I want to learn Python but I am not sure if it's worth the effort.
I heard that it is very useful tool for …
