6
votes
14answers
392 views
How can there be only one way to do it (Perl vs Python) [closed]
I am quite used to Perl and I love Perl. And I have almost no exposure to Python.
I have just read another thread that sort of compares Perl with Python and one recurring theme se …
9
votes
8answers
376 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 …
239
votes
112answers
41k 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 …
12
votes
17answers
661 views
Java or Python for an intermediate PHP guy. Career advice.
I'm an intermediate PHP developer looking to take up a new language. I'm completely torn as to where to go at this point. There's so many languages related to web development and …
1
vote
5answers
120 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-platf …
75
votes
28answers
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 …
0
votes
6answers
62 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 …
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 appli …
31
votes
39answers
4k 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 …
7
votes
16answers
591 views
Learning a new web language [closed]
Possible Duplicate:
Which language to choose and when?
Coming from Java/C++ world, I am interested in learning web development. I am a bit overwhelmed by the number of la …
41
votes
39answers
4k 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 pictur …
23
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 imm …
14
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 langua …
12
votes
11answers
801 views
How to convince my boss to use Django?
I have an unusual problem: I have to convince my superiors to use Django for our new project. Alternative is some PHP framework. I've programmed in PHP for 2 years and then switche …
5
votes
8answers
344 views
How do I get fluent in Python?
Once you have learned the basic commands in Python, you are often able to solve most programming problem you face. But the way in which this is done is not really Python-ic.
What …
