I've restarted reading the book twice already and am about to restart for a third time. Can I get some advice on how I can actually finish this book and where I can go (what other resources I should look into, etc.) once I do?
Ask HN: How to finish Learn Python The Hard Way and where to go from there?
1–5 of 5 posts
Re: Ask HN: How to finish Learn Python The Hard Way and where to go from there?
#2Best of luck!
Re: Ask HN: How to finish Learn Python The Hard Way and where to go from there?
#3At the risk of making all of HN think I work for Udacity, which I don't, I'm just going to go ahead and recommend Udacity's CS101 "Building a Search Engine" class. It truly is awesome. I signed up late for it and am working through it now. They'll be running the class again starting April 16th. I'm trying to beat the clock and get done in time to take the 200 level classes that start then. Best of luck!
Re: Ask HN: How to finish Learn Python The Hard Way and where to go from there?
#4Re: Ask HN: How to finish Learn Python The Hard Way and where to go from there?
#5Are you just reading/learning/performing the things day by day? So day 6, you only do the things of day 6, etc? If so, I think you should also repeat some of the days before. So on day 6, also go over days 3/5 briefly again. And write .py code each day using as much of the past days info you learned. Repetition and doing stuff yourself (or changing existing .py files and seeing what happens) works for me. That way I…