Live data from Hacker News

Tell HN: 2 weeks ago, I didnt know programming. I just wrote a web scraper.

news.ycombinator.com

1–10 of 43 posts

Re: Tell HN: 2 weeks ago, I didnt know programming. I just wrote a web scraper.

#7
post #3

Congrats, glad to hear you had success. I'm curious as to why you started with C#. Most people these days are steered the way of Python or Ruby it seems. Care you elaborate on your goals?

My cofounders were C# guys. One new benefit I thought of recently was that C# is similar to Java and thats what mobile apps are coded apart from Objective-C. Who says the MVP has to be a webapp? :)

In anycase, my thinking was just get started first. Im probably going to dabble in Python or Ruby (probably Python) just to see what its like at some point. But for the time being, just getting my head down and writing code and asking really n00b questions on stackoverflow is definitely the way to go.

Re: Tell HN: 2 weeks ago, I didnt know programming. I just wrote a web scraper.

#9
post #3

Congrats, glad to hear you had success. I'm curious as to why you started with C#. Most people these days are steered the way of Python or Ruby it seems. Care you elaborate on your goals?

My cofounders were C# guys. One new benefit I thought of recently was that C# is similar to Java and thats what mobile apps are coded apart from Objective-C. Who says the MVP has to be a webapp? :) In anycase, my thinking was just get started first. Im probably going to dabble in Python or Ruby (probably Python) just to see what its like at some point. But for the time being, just getting my head down and writing cod…

If you're interested in web scraping, take a look at Mechanize (it's available for Perl, Python, and Ruby, at least, though I prefer Ruby) - it makes web scraping trivial.

Re: Tell HN: 2 weeks ago, I didnt know programming. I just wrote a web scraper.

#10
post #6

Your next step on the path to being a hacker is to share your work. Where can we see your "web scraper" in action?

I don't know where can I post it? Probably post it to my blog once I've commented it up. Heading out for dinner with the gf so check later! FYI, it looks like a thing of beauty to me but it probably looks like dogshit to the pros. lol.
Post reply on HN