book with excerises python

Hi i recently bought http://www.amazon.com/Learning-Python-Mark-Lutz/dp/1449355730/ref=sr_1_1/181-0607804-9838616?s=books&ie=UTF8&qid=1381710707&sr=1-1 it has everything i want. Up to date in python 3.0 very in depth but is missing the one thing that is killing me. At the end of each section there arent programming projects to put to practice with what you learn and any i make up end up being too complicated. So could anyone direct me to a website/book that provides a tutrial to python 3.x and has an excercise at the end?
closed account (18hRX9L8)
Hi, here is a PDF book: http://www.rexx.com/~dkuhlman/python_book_01.pdf . It was written in 2012, and 3.0 was released in late 2008, so this book should be written in Python 3.0 or greater. Also, it has exercises.
Last edited on
closed account (3qX21hU5)
I found codecademy quite helpful for learning Python syntax when I was learning it. It uses Python 2.7 but really there isn't to much difference with 2.7 and 3.X so maybe try going through the course on their and doing the projects and stuff to get a feel of the language then dive into a book to get the more advanced aspects of the language.

http://www.codecademy.com/tracks/python

http://www.codecademy.com/tracks/apis - This has some learning tracks that deal with some of Python's 3rd party API's.
Topic archived. No new replies allowed.