Python Tutorials

xcubic

Regular Member
Joined
Apr 24, 2008
Messages
444
Reaction score
588
Thanks! Might check them out.
Is there any tutorials made by crooks for crooks, such things as blackhat, or stuff?

I learned it from this one -
Non-Programmers Tutorial For Python
http://honors.montana.edu/~jjc/easytut/easytut/
It's actually very good one.

Oh, and that was my first programing language.
 
thanks xcubic!
i've always loved Python as it's so easy to learn and the syntax is not complicated like C/C++
I'd recommend anyone who wants to start programming begin with Python :D
 
The Python Quick Reference guide was a godsend to me when I first learning. I still use it a lot.

http://rgruet.free.fr/PQR25/PQR2.5.html
 
*sigh* everywhere I look someone shoves in my face "LEARN PYTHON" i guess I cant put it off anymore now lol. Its one of the few languages i've been dying to learn, thanks!
 
Dive Into Python (i cant post links because this is my first post but google it) is easily the best one out there
comprehensive as fuck

if you want to parse HTML, look at BeautifulSoup or lxml.
 
Back
Top