Learning Art Using Python and Anki

Let’s learn art by transforming The Art Book into a spaced-repetition Anki Deck. Step 1: Download The Art Book Get the PDF of this book and save it as TheArtBook.pdf Step 2: Make an image of … Read more

Similar

Write your first web crawler in Python Scrapy

The scraping series will not get completed without discussing Scrapy. In this post I am going to write a web crawler that will scrape data from OLX's Electronics & Appliances' items. Before I get into the code, how about having a brief intro of Scrap...

Read more »