Tagged Questions
-3
votes
1answer
82 views
Why my Python decorator doesn't works? [closed]
I'm trying to understand how decorators work, i think that I got what is the purpose of the decorators because they:
let you avoid harcoding reusable parts to a single function definition
let you ...
1
vote
0answers
75 views
Would porting JPype to Python 3 be useful?
I have an open source project my company would like me to do with a small team, creating an adapter for the Oracle NoSQL database to be used in Python, but to do that we would need to be able to make ...
11
votes
1answer
266 views
What are the problems python 3 new features solve?
Python 3 new features say:
we’re mostly fixing well-known annoyances and warts, and removing a
lot of old cruft
It mentions what is different (the fix) but not why (the problems). I have have ...
4
votes
2answers
343 views
Should I start developing in Python 3? [duplicate]
Possible Duplicate:
Should we use python 2.6 or 2.7 or 3.x?
Now that Django runs on Python 3, I think it's time to ask that all-important question: Should I start using Python 3 instead of ...
1
vote
1answer
244 views
What features are missing from Python IDE tools?
What are the most desired features currently lacking in any Python IDE tools?
I'm also interested in what's missing in Komodo 6 but available in other tools (I currently use Komodo 6 for Python 3 ...
19
votes
5answers
832 views
Will Python 3.0's backwards-incompatibility affect adoption?
I visited Slashdot this morning to find out that Python 3.0 has been released. I know C# and Perl, but have wanted to learn Python for some time, especially after I saw its ease of use to create ...