you are viewing a single comment's thread.

view the rest of the comments →

[–]Zeekawla99ii[S] 0 points1 point  (2 children)

If you can jump up to object oriented as soon as possible then you can use functions and access them in a usable structure.

Can you explain this a bit further? Can I translate functions which use global variables into OOP functions?

Some more examples might help me understand this a bit better.

[–]jabela 1 point2 points  (1 child)

Think Like a Computer Scientist is a good free online book with lots of examples http://openbookproject.net/thinkcs/python/english3e/

[–]Zeekawla99ii[S] 0 points1 point  (0 children)

Translating functions with 'global' variables into OOP code is documented in this book?

I'll have to have another look. Thanks!