• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Book recommendation for learning python

Joined
Nov 14, 2007
Messages
56
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 really like Python Cookbook.

Got it from amazon. Treated me very well.
 
Learning Python, by Mark Lutz. I think the 5th edition is the most current. That book can get you started from scratch. Python Cookbook is great if you already know how to write software, but just want to figure out how to do certain common tasks in Python.
 
Kind of think that with prior coding experience, you may just be better off, for the start at least, just working out a small project, working on that and googling for assistance. Worry about more advanced language features later.
 
The Quick Python Book is excellent for Python 3.x. The ebook is somewhere around $30 (I remember) but it is worth it for very good book for anyone with high level programming experience.
 
their is a series of videos on youtube here for free and will probably show you everything you need to know
 
Last edited by a moderator:
Back
Top