Scott David Daniels wrote:
> Marius Butuc wrote:
>> I want do declare some classes (classes.py) in an external editor,
>> than import the file and use the classes. After I change the file, I
>> want to reload the definitions w/o leaving the interactive
>> interpreter.
>>
>> So far I have tried
>>
Marius Butuc wrote:
I want do declare some classes (classes.py) in an external editor,
than import the file and use the classes. After I change the file, I
want to reload the definitions w/o leaving the interactive
interpreter.
So far I have tried
- import classes # doesn't import
Hi,
First I must state that I'm a beginner in Python, so all help would be
more than welcomed.
I want do declare some classes (classes.py) in an external editor,
than import the file and use the classes. After I change the file, I
want to reload the definitions w/o leaving the interactive
interpr