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
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():
>
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.
>
>
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
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
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
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