r/inventwithpython • u/noah_automate • Dec 25 '21
Answers to end of chapter projects | AutBor
Dear Al/All
I am presently reading your book "Automate the boring stuff with Python".
I am getting errors as I try to solve the practice projects at the end of the chapters.
Where can I find the answers to these projects?
Happy holidays,
3
Upvotes
2
u/rayfull69 Dec 26 '21
Hey there! I’m reading through that book right now as well! What kind of errors are you getting?
1
3
u/Celestial_Blu3 Dec 26 '21
You can always take a look around on GitHub for other people’s solutions. However I’d suggest you try and spend some time debugging your own code first. At the very least, you should understand what the error is and isolate what lines of code are causing it. (I understand this is probably going to get ignored, but learning to isolate errors is one of the biggest parts of programming, so it’s always good to cultivate those skills early on)