[Tutor] Import vs #include

2009-09-18 Thread Warren Marshall
I'm trying to get my head around the organization of a larger Python project. 1. Am I right in thinking that in Python, you don't have the concept of something like a precompiled header and that every file that wants to use, say "vector.py" needs to import that module? 2. How are Python

Re: [Tutor] Import vs #include

2009-09-18 Thread Warren Marshall
Sep 18, 2009, at 3:25 PM, Kent Johnson wrote: On Fri, Sep 18, 2009 at 2:14 PM, Warren Marshall wrote: I'm trying to get my head around the organization of a larger Python project. 1. Am I right in thinking that in Python, you don't have the concept of something like a precompi