newbie to python

Posted by Opto on Sun 20 Jun 2004 04:17 PM — 5 posts, 22,461 views.

#0
well i'm a newbie here cos i've never scripted python and i'd like some help to get me started. first things first, nick great job on Mushclient i hope you carry on your great work. can anyone tell me what files i should read and things like that? bearing in mind that i'm a noob. many thanks.
Russia #1
If you have Python installed, then open the help file and browse to the Tutorial, that should be a decent start.
#2
i read the first 3 chapters and found it ok but extremely boring. anything that i should read particularly to cut down the reading?
Russia #3
There's no point to reading all of it, just read what you need to start typing - that would be the tutorial. Then find something that you would want to write a script for and start writing it, checking with the docs when you need to.
#4
If you've never done much coding the docs that come with python are going to be dificult to understand. You might be better off with a book like How to think like a computer scientist (found here http://www.ibiblio.org/obp/thinkCSpy/ )
or one of the python books from Prentice Hall or O'reilly. You'll also probably want to read up on regular expressions.