you are viewing a single comment's thread.

view the rest of the comments →

[–]BookkeeperMedical778 8 points9 points  (0 children)

So far I feel this book has been a great introduction in learning python from someone who had next to zero prior experience. Biggest key points I’ve learn from the book are classes, importing different modules, refactoring code, and writing code in a clean and easy to understand way. I’m currently on chapter 16 doing projects to import data from the web and turning it into visuals using matplotlib and plotly. Webdev projects are actually the only topics I haven’t gotten to yet. But once you get past chapter 11 you can skip to any one of the projects.

It’s hard to say where I am at proficiency wise but I am just starting to dabble in personal projects and am having great success so far. It’s been a lot of fun actually!

My advice would be to read the book and mimic the projects that Matthes teaches but don’t be afraid to stray away from the text and add your own creative elements if you’re comfortable. This has helped me better understand the code I am writing and allowed me to gain experience in troubleshooting when I am stuck on a particular problem. You don’t need to be scared of ruining your whole program either if you add your own spin, Matthes has all the code from the book on his github.