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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Udacity really did teach me to build a search engine

6 点作者 ecmendenhall大约 13 年前

2 条评论

ecmendenhall大约 13 年前
I'm a novice Python programmer who just finished Udacity's CS101 course. I had a little Python knowledge going in, but no computer science background. (For instance, I knew how to use a dictionary, but had no idea that dictionaries work well because they use hash tables). Udacity promised to teach me to build a search engine in seven weeks, and sure enough, I did! I'm entering this very simple search engine in an end-of-class contest.<p>We never actually implemented the search engine code we wrote in class, but I did learn the basics of how a crawler, graph, and index work. More important, I learned a lot about how to solve big programming problems from the Udacity format of short videos plus immediate experimentation. I'm amazed that I got this project to work, but it was really just a matter of breaking big problems into small steps, reading documentation, and asking for help when I got stuck.<p>I'm excited for the next round of classes, impressed at how much I learned, and optimistic about new models for online education.
jjNford大约 13 年前
Awesome and congrats! Great job.