Mahi wrote:There's no reason to go with Notepad++, the IDLE text editor that comes with the official python is more than enough for creating python scripts.
I have to disagree with this. Using a proper text editor is a much better way to go. I personally use Notepad2, though I occasionally use Notepad++ and now use Eclipse for major projects (including developing Source.Python). IDLE is a good way to test your code, though, as it helps you to understand in real-time the changes you make and how they affect everything else.
As far as learning, I have to say I have "never" watched a Python youtube video. Not saying that they don't help, but I find practicing in IDLE and looking through other people's code really helps to understand and learn better than a video possibly could. Different people learn in different ways, though, I guess. I learned a lot by looking through EventScripts libraries and following the path of different methods to see exactly how everything works. As always, if you have specific questions, don't hesitate to ask. I'm still learning new things almost every single day, as well, so share any knowledge you run across with the rest of us.
The Source.Python Development team has already decided that we will try our best to always use the most up-to-date Python version available. Currently, that means Python3.3.
*Edit: after looking through several of the videos you linked to, I can without a doubt say they are quite bad. I tried to give them a chance, I really did, but he really seems to not understand "why" things are the way they are. It would be much better if he went into at least "some" detail on that, so that people would better understand.
Satoon