LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   python (https://www.linuxquestions.org/questions/programming-9/python-634695/)

jestinjoy 04-11-2008 11:39 AM

python
 
Hi friends,

I am an engineering student. I want to study Python programming language. Could anyone please explain about it. What type of applications can be made with Python. Is their any GUI development tool for Python.

indienick 04-11-2008 12:55 PM

Practically any application can be made with Python (and with a bit of Assembly duct-tape, Python can even be used to make an OS - read: Unununium).

When you say "GUI development" do you mean an IDE, or GUI toolkits? Either way, there's both. PyGTK (for GTK+ development), PyQt (using the Qt toolkit) and several others (like PyWx for WxWidgets). And if you want a RAD development system (like VisualBASIC), check out BoaConstructor and IronPython (which is, sadly, Windows only).


All times are GMT -5. The time now is 07:59 AM.