17
Real World Python π: Introduction
There is a gap in the python material available online. While a lot of tutorials are available for absolute beginners, there is a distinct lack of content for those who are looking to take the next step.
Nature abhors a vacuum. So, here I am to fill the void. In this series we will cover all the stuff that goes into making a real world python project.
Python beginners who have knowledge of the fundamentals of programming and are looking to start with their first real project. I will assume that the reader already knows topics such as conditional statements, loops, functions etc. My focus will be more on the structure and the "flow" of a project rather than the logic.
A web scraper which grabs quotes from goodreads.com and stores them locally or to a remote database.
tintindas
/
quotes-scraper
Scrape quotes based on author (or search term) from Goodreads.
These are the planned topics for the series.
17