modify anything you want at your own risk

A bit of advice : indentation in python is very important and you should use a text editor which uses 4 space characters as an indentation instead of one tab character. Python refuse to work well if you mix tabs and spaces for your indentation
Wow, this is a hell good advice! Thanks! I use notepad++ and it uses normal Tabulators (I skim through options and failed to find something to change that), however it has a function that changes all tabulators into 4 spaces, I'll just need to remember that or install some python IDE for this. I'll read some python manuals and b3 development manuals and hopefully I'll be able to contribute:)
The bad thing is, that I have to test everything on my sandbox server on windows, because I can't perform "risky" experiments on main server:)
Thanks again for your help.