TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to finish Learn Python The Hard Way and where to go from there?

1 点作者 carrot大约 13 年前
I've been wanting to learn how to properly program since last year and based on the advice of a lot of great people here at HN and elsewhere, I got myself a copy of Learn Python The Hard Way. I think the advice at the beginning of the book that said take 2 hours to read/learn/perform exercises each day is solid. So I do that and really have no problems at all except that by the time I arrive at Exercise 20 or so, I tend to stop. Maybe it's just coincidence or bad luck, but after missing a few days I find that everything is lost to me and I have to start all over again.<p>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?

2 条评论

canatan01大约 13 年前
Are 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 make the information my own. I also like the small exercises on <a href="http://codingbat.com/python" rel="nofollow">http://codingbat.com/python</a>
评论 #3764831 未加载
dlf大约 13 年前
At 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.<p>Best of luck!
评论 #3755300 未加载