Phone Tree

2015-09-13 Thread Azureaus
Hi, I'm helping out some teenagers (14yo ish) who have just started programming and are working on a 'call tree' program as part of some after school coding classes and I wanted to talk about potential solutions. The first task is to implement a 'troubleshooting program' similar to what a phon

Re: Importing Definitions

2013-09-06 Thread Azureaus
ay, 5 September 2013 13:39:37 UTC+1, Azureaus wrote: > Hi all, > > Thank you all for your help so far in the group. > > > > Lets say I have some definitions in a module1.py e.g. > > > > import sys > > A,B,C,D,E = range(5) > > def method1(): >

Re: Find out where a class is used throughout a program.

2013-09-05 Thread Azureaus
On Wednesday, 4 September 2013 17:32:28 UTC+1, Azureaus wrote: > Hi All, > > I'm fairly new to Python so please forgive me If I sound confused or include > anything a bit irrelevant. I've had some great responses from this group > already though so thanks. > >

Importing Definitions

2013-09-05 Thread Azureaus
Hi all, Thank you all for your help so far in the group. Lets say I have some definitions in a module1.py e.g. import sys A,B,C,D,E = range(5) def method1(): more code end Then a second module module2.py where I wish to use these definitions import module1.py print A This will throw an error sa

Find out where a class is used throughout a program.

2013-09-04 Thread Azureaus
Hi All, I'm fairly new to Python so please forgive me If I sound confused or include anything a bit irrelevant. I've had some great responses from this group already though so thanks. I have a source file that is laid out roughly like class: class methods methods init statement class: method

Re: Understanding other people's code

2013-07-25 Thread Azureaus
On Friday, July 12, 2013 3:22:59 PM UTC+1, Azureaus wrote: > Hi all, > > I've been asked to take over a project from someone else and to extend the > functionality of this. The project is written in Python which I haven't had > any real experience with (although I d

Re: Understanding other people's code

2013-07-15 Thread Azureaus
On Friday, 12 July 2013 15:22:59 UTC+1, Azureaus wrote: > Hi all, > > I've been asked to take over a project from someone else and to extend the > functionality of this. The project is written in Python which I haven't had > any real experience with (although I do real