Python Thread

mihir

VIP Member
Please post any questions relating to Python here. Please also specify which you are using and external libraries, if any, you are using.Also please specify the version of python you are using. And also if you are using any extension of python like Iron Python or JPython etc.
You can also use this thread to post code you wish to share.
 
Last edited:
Ok so I need to make a text editor. I thought I would do it in Python and do it on a Linux OS, Ubuntu 10.04 to be precise. I will be using PYGTK to make the GUI. I am planning to use Glade for PyGTK programming since it is very boring to make windows and VBoxes and stuff using code.
So since this is the first time I am making an application this complex so any advice or tutorials you have please do send it my way. Thanks :D
 
Back
Top