• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Book Recommendation for Learning Python

Euchrestalin

Senior member
I recently purchased a Raspberry Pi to use for a LED project. Does anyone have any recommendations on a book to get for learning Python? I have previous experience in C++, Java and VBA so I'm not starting from scratch but I'd like a good book as a reference.
 
I've found this to be a good resource. http://learnpythonthehardway.org/

Also the default series of books for most languages (o'reilly) works here as well.

Just be aware that large chunks of learnpythonthehardway.org are getting quite dated. It hasn't kept up with changes to the language, i.e. for string formatting, to give one example. I think it's still a good general tutorial, but it needs to be augmented by sources that are more up to date.
 
Back
Top