Best way to learn P...
 

[Closed] Best way to learn Python?

Posts: 0
Full Member
Topic starter
 

I'd like to/need to get my head round Python, can anyone recommend a good book/website from personal experience? I'm not a programmer, well not since school (COMAL!) but use simple VBscript and can follow/edit VBA that others have written, but will essentially be starting from scratch.


 
Posted : 10/01/2012 1:12 pm
Posts: 9105
Full Member
 

I'm using this: [url= http://www.sthurlow.com/python/ ]http://www.sthurlow.com/python/[/url]

It doesn't seem that bad, but the only way to learn it is to get the basics down and then use it pretty much constantly.

I've been told that the tutorial in the Python docs isn't too bad either


 
Posted : 10/01/2012 1:17 pm
Posts: 0
Free Member
 

<pulls up chair>


 
Posted : 10/01/2012 1:24 pm
Posts: 0
Free Member
 


 
Posted : 10/01/2012 1:29 pm
Posts: 3319
Full Member
 

I used the [url= http://docs.python.org/tutorial/ ]python docs[/url] one to learn last year. It was enough for me to work as well as everyone else I was working with at the time, but I've got lots of experience in lots of languages.

What are yuo intending to do with it? your own stuff? what? fix something else? work in a team?


 
Posted : 10/01/2012 1:29 pm
Posts: 11545
Full Member
 

Watch Harry Potter...


 
Posted : 10/01/2012 1:32 pm
Posts: 3319
Full Member
 

it is named after Monty Python apparently, the tuturial has 'python inspired' examples in it. I worked with a Japanese team - I had to explain the significance of the examples to them.


 
Posted : 10/01/2012 1:37 pm
Posts: 2
Free Member
 

I've been told that the tutorial in the Python docs isn't too bad either

Especially if you get the Monty Python jokes.

Have a play with the Tkinter package thats quite good. http://www.pythonware.com/library/tkinter/introduction/


 
Posted : 10/01/2012 1:38 pm
Posts: 251
Full Member
 

Is this the right subroutine for an argument? ๐Ÿ˜‰


 
Posted : 10/01/2012 1:39 pm
Posts: 0
Free Member
 

[url= http://www.diveintopython.net/ ]Dive Into Python[/url] is really good and beginner oriented.


 
Posted : 10/01/2012 1:39 pm
Posts: 0
Free Member
 

I really rate "Core Python" by Wesley J Chun

Its a good if you are already understand software and just want to learn Python rather than how to write your first program.

I still refer to it.


 
Posted : 10/01/2012 1:42 pm
Posts: 0
Free Member
 

I really rate "Core Python" by Wesley J Chun

I agree, this is excellent book. But as you said, you need to know the basics.

Another great book for referring to is [url= http://www.amazon.com/Python-Cookbook-Alex-Martelli/dp/0596007973 ]Python Cookbook[/url]. It contains many recipes for all sorts of stuff. Really handy if you know your way around but are not familiar with python libraries themselves.


 
Posted : 10/01/2012 1:48 pm
Posts: 0
Full Member
Topic starter
 

Cheers, will take a look.

What are yuo intending to do with it? your own stuff? what? fix something else? work in a team?

Two things, scripting macros in ArcGIS, to recreate some VBA macro functions I've inherited (VBA is no longer supported by default in ArcGIS), and create others, and down the line do some fancier stuff hopefully.

Secondly, and this is a longer term and totally different aim, to create a program with a GUI that allows me to create additive synthesis data, controlling various parameters of the data, for a software synth (Alchemy) in the synth's native file format. I am sad.


 
Posted : 10/01/2012 1:49 pm