Re: [Tutor] Organizing files

2016-01-11 Thread Cameron Simpson
On 11Jan2016 13:51, Rene Werner wrote: right now I am working on a couple of programming-related challenges. The challenges are sorted into problem sets, where each set contains a number of problems. Because a lot of these problems rely on code that is often the same, I have put these parts int

Re: [Tutor] Organizing files

2016-01-11 Thread Alex Kleider
On 2016-01-11 04:51, Rene Werner wrote: Hello list, right now I am working on a couple of programming-related challenges. The challenges are sorted into problem sets, where each set contains a number of problems. Because a lot of these problems rely on code that is often the same, I have p

[Tutor] Organizing files

2016-01-11 Thread Rene Werner
Hello list, right now I am working on a couple of programming-related challenges. The challenges are sorted into problem sets, where each set contains a number of problems. Because a lot of these problems rely on code that is often the same, I have put these parts into a seperate file, util.py, a