a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
syzo  ·  3222 days ago  ·  link  ·    ·  parent  ·  post: How did you learn programming?

Python is a good language, especially for beginners. I'm not really sure what the best way to start learning it is, but you can try the official tutorial: https://docs.python.org/2/tutorial/

At least finish up to (and including) chapter 5 of the tutorial. I'm pretty sure about 75% of the stuff I do in python is using the information covered in ch 1-5. Probably another ~20% is just googling some other library's API and using it.