How would you learn Python?

Soldato
Joined
4 Nov 2007
Posts
4,514
Good afternoon all,

I'm looking to learn some programming on the side & by reading various threads here and general comments from the internet I've decided Python would be best. What would the best way to go about it?

I can probably put aside 1-2 hours a night & more on the weekends if it's not windy.

I've done various small bits of programming for work in VB.net & did a little C++ for my HND but consider me a complete novice when recommending literature.

I will check this thread but you can also get me at/on:

Steam: Frapple
E-mail: @gmail.com
 
Definitely a book or internet guides will get you down on syntax and type-less scripting language basics. Beyond that though all languages are essentially the same, and bedding down with a beefy comp sci book to brush up on structures and advanced programming techniques is definitely beneficial.

From there, you can set yourself simple programming tasks like designing your own Stack, Queue or Linked List, maybe even using your implementation to create a simple game of snake.
 
Last edited:
I used to use something called the Python Cookbook when I scripted a lot. It's not a tutorial as such but it has solutions to most real world problems I encountered along with explanations of the design patterns one should use. Most of it is available here strangely enough.
 
Back
Top Bottom