[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] PYTHON HOW TO
hi,
all you will need to start is the tutorial and the reference manual that
comes with the language. look in /usr/doc/python1.5
Python is a byte interpreted language like java, you can either distribute
the source, the byte code or use something called freeze.. which is
basically a copy of the interpreter packaged along with the bytecode.
for the GUI part you will need something like pyGTK+pyGNOME if you want to
use GTK or pyQT/pyKDE if you want to use QT/KDE or the default tkinter
which uses the TCL/TK interface ...
look at www.python.org for other alternatives, and visual development
tools like glade.
hope that helps
samir
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.