I use the latest 2.x version. I don't know whether I should start using 3.x version. No IDE, just Notepad++ for creating scripts and good old CLI for running the scripts.

I use the latest 2.x version. I don't know whether I should start using 3.x version. No IDE, just Notepad++ for creating scripts and good old CLI for running the scripts.
i believe 2.6.5 is currently the latest for the 2.x.x series.
what Ive been waiting for is Python's unobtrusive multi-core support. this feature is obtrusively(hehehe) supported in the current 3.x.x..this is one of the reason I jumped shipped to IronPython.
the opensource SharpDevelop IDE should take care of your GUI needs...it uses .NET Forms
if using wxPython, try wxDesigner IDE (this is not free...)
SciTE and DrPython should serve you well for moderately long python scripting.

guys, naa ko question. ganahan ko mag kuha sa list sa mga files sa usa ka dir. naa na ko inani nga code
pero gusto ko nga specific file types lang kuhaon i.e. .txt files lang. naa way ani? thanks.Code:import os path = "/some/path/" dir_list = os.listdir(path) for item in dir_list: print item

Sa mga interesado ani.
Bisitaha lang. Open Positions Extension Corporation
i am trying to learn python now.. .could someone help me installing python in my cellphone??
S60 cellphone
download it somewhere, I have python install before in my N73 handphone. but to learning python effectively do it in your desktop.
Similar Threads |
|