I’ve recently fallen in love with Python’s standard calendar module. It has lots of functions to make handling dates a breeze. And for scraping data based on dates, it couldn’t be more convenient. Take Environment Canada’s historical hourly data for Montreal. Each page has 24 hours of data in a single day. If I want […]
On the ethics of web scraping
Scraping data from websites is a valuable skill for a journalist, and often (as was my case), the first incentive to learn to code. But once you acquire the power to harvest mass amount of data in a short time, ethical questions invariably pop up: Can I take this data? Can I republish this […]
How to survive the desert of despair in your code-learning journey
A lot of ink has been devoted lately on reality checks for new self-taught coders. Here are two prominent posts: TechCrunch: Don’t Believe Anyone Who Tells You Learning To Code Is Easy Viking Code School Blog: Why Learning to Code is So Damn Hard These posts are reactions to the wealth of beginner courses on coding, some which promise […]