RE: How do I organize my Python application code?

2008-08-14 Thread Dudeja, Rajat
>>Fredrik Lundh wrote: >> That's all there is; there's no header files or declaration files or >> explicitly maintained object files etc; the program itself is just a >> bunch of Python files. >I would simply add that if your python script produces one or more output files (for example a text

Re: How do I organize my Python application code?

2008-08-14 Thread Ken Starks
Fredrik Lundh wrote: Dudeja, Rajat wrote: And my problem is that I don't have an understanding of how the code in Python is generally organized, in case my code spans multiple files, modules, etc. I've been using C/C++ althrough my life on Linux and Visaul Studio, so the way their code is organ

Re: How do I organize my Python application code?

2008-08-14 Thread Fredrik Lundh
Dudeja, Rajat wrote: And my problem is that I don't have an understanding of how the code in Python is generally organized, in case my code spans multiple files, modules, etc. I've been using C/C++ althrough my life on Linux and Visaul Studio, so the way their code is organized in a group of hea

How do I organize my Python application code?

2008-08-14 Thread Dudeja, Rajat
Hi, I'm learning Python to write a GUI application using Tkinter & Tk. I've evaluated Eclipse and Pydev. With the help of Fabio Zadrozny I successfully installed Eclipse and PyDev. Thanks. Now, I'm learning Eclipse and PyDev. And my problem is that I don't have an understanding of how the code