Application Development in Python

vivek at cs.unipune.ernet.in vivek at cs.unipune.ernet.in
Wed Jul 9 05:22:41 EDT 2003


On Wed, Jul 09, 2003 at 08:22:16AM +0000, indru wrote:
> 
> Hi all,
> I am new to Python programming. I am from C,C++,Perl background. I am
> quite convinced by the possibilities python as a very high level
> language is offering. I am seriously thinking of using python in my
> project which is to create a accounting software. First thing came to my
> mind was C++ but the time required could be enormous and my people are
> not ready to wait that long. The project is a medium sized one but
> bigger than something like gnucash and KMyMoney2. Do any body have
> experience with application development using python and their
> experiences ?.   Also please advice me whether Python can be used for
> such purposes.
> Thanks in advance
> Indru

Yes you can use python for application development. I have created an 
application that generated various reports, certificates, interacts with 
database and provides a GUI, all in python :-). For GUI I used Tkinter 
but you can use any other library as per your choice. I haven't done any 
project like accounting package. But I am sure you can easily do that in 
python and in a very less time as compared to developing that in C++. 
Moreover you get os independent code free of cost with Python :-).

Regards
Vivek Kumar





More information about the Python-list mailing list