QUOTE(qsc347 @ 16 May, 2009 - 11:50 PM)

Well, I'm new to the python language for programming and i have no teacher. i am trying to learn on my own and it is kind of overwhelming. i just want to learn reading the language and stuff like that. something that could actually make it a little bit more understandable for me. doing the hello world exercise a hundred times just wont make me any better because i know how to do it but i dont understand the computations behind it. i want to go into programming for either computer protection or bots. either way, it doesnt matter to me. and i know this wont happen over night. if anyone could point me in the right direction, or give me a good tutorial video or something, it would be much obliged.
thank you!
Good choice on a first language. Eric Raymond agrees:
http://catb.org/esr/faqs/hacker-howto.html#skills1Pick up Learning Python by Mark Lutz. I learned so much that way. Still learning from that book.
Read this:
http://norvig.com/21-days.htmlBasically read/write code. Read books. Download python programs and modify them to do what you want them to do. Take classes at colleges. Try to help new comers with easy questions once you have mastered the basics. Be prepared to give it a lot of your time. I never learned much from reading online tutorials. Like you said you wrote a hello world program and didn't understand the computations behind it. If you read books on python (aimed at beginners) you will gain a deeper understanding of those sorts of things and knowing how python actually works will help you solve problems which is what this is all about.