[Tutor] Python Beginner Book Advice

Alan Gauld alan.gauld at yahoo.co.uk
Wed Mar 18 06:16:52 EDT 2020


On 17/03/2020 14:07, Genius Pete wrote:

> Create Task when we come back, but I only know JavaScript and HTML. I need
> to learn either Python or Java, and decided to learn about Python. I need
> to study for those two weeks, so can you please recommend a textbook 

First, learn python 3. Make sure your book is based on that.
Second don't ignore the tutorial on the Python web site - it is kept up
to date with new releases whereas books will always become out of date
in the details.

My recommendation for a Python 3 beginner is
Mark Sommerville's "Programming in Python 3" from Addison Wesley.

In addition to the core language it covers a wide range of
topics beyond the basics but without going too deep. I found
his style very readable.

And of course, if you have any questions come back here...

PS. You could also try my tutorial(see below)...
-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list