Tagged Questions
-3
votes
0answers
28 views
Python3 Print First File Line [closed]
How can I make Python3 print the first line of a file once I have loaded the file contents? In other words, what is Python3's equivalent to AWK's awk "NR==1"?
0
votes
0answers
6 views
How to change ttk.Treeview column width and weight in Python 3.3 [migrated]
I have created a GUI for my application with Tkinter. I am using also a treeview widget. However I am unable to change its column widths and weights. How to do it properly?
Sample:
tree = ...
-3
votes
1answer
83 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
82 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
267 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
346 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
837 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 ...