Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Vidhya Sagar
Vidhya Sagar
1,568 Points

Can someone suggest a good book for python?

Can someone suggest a good book for python?

2 Answers

I can't suggest the perfect book, but I am reading along with Learning Python 5th edition by Mark Lutz. For me it has been a good companion to the course .

I've been reading Sams Teach Yourself Python in 24 Hours, by Katie Cunningham as supplemental information. Albeit a good read, there's bits and pieces that aren't quite correct that I've noticed, so I always back up anything I learn with information available on Treehouse.

I also have a copy of 'Automate The Boring Stuff with Python, Practical Programming for Total Beginners' by Al Sweigart, which has alot of helpful information, but again, I use that stuff as supplemental, and use Treehouse as a primary source.

The last book I have, but I haven't gotten to delve into really, is 'Black Hat Python, Python Programming for Hackers and Pentesters' by Justin Seitz. This one has a clearly more defined purpose, but as it isn't an introductory book, it takes a certain level of understanding to even read, or at least it seems that way to me.

Hope that helps!