Hacker News new | ask | show | jobs
by abhinuvpitale 1187 days ago
If you're learning a scripting language, building a web scraper is a great way to learn some fundamentals of a language by using the basic data structures, getting the data flow correct and solving regex, parsing and printing issues.

Protip: use an IDE and a debugger to turbocharge your lesson!