Scraping HTML with Python

Tags:

Have you ever had to write a script that scrapes data from an HTML page? Was the page horribly bad HTML too? If so, you probably know how annoying and time consuming it can be to write a script that reliably fetches data from such a mess. I was recently asked to write a script that scrapes an ASP.NET page …

Django = Awesome

Tags:

So in the lack of anything “useful” to post, and in the attemps to at least post something interesting, I shall dedicate this post to talking about what makes Django such an awesome framework! I’m going to compare it to Zend Framework, as it’s the framework I’m most familiar with.