
UdemyThis video series walks through building a simple blogging analytics dashboard in Python, from raw web scraping to a deployed web app. Rather than dropping a finished project in your lap, it breaks the build into small, sequential steps: scraping a single article, then a category, then an entire blog, before moving into computing basic analytics and wiring up a front end.
Intermediate Python learners who already know the basics and want to see how scraping, data processing, and a Flask web app fit together in one working project.
Everything is done manually here so you can see each moving part before automating the pipeline.
This video series will walk through building a simple blogging analytics dashboard in Python.
Here is a synopsis of each video:
Talks about the project and data pipeline
Talks about web scraping basics
Shows how to scrape one blog article
Shows how to scrape all the blog articles in one category
Shows how to scrape all the blog articles in all the categories
Shows how to compute basic analytics
Shows basic design and front-end development
Shows how to setup a Flask sever
Shows how to deploy the app to Heroku
Explores further improvements to the pipeline
Everything in the project is done manually to show the steps between. I plan to upload a 2nd version that shows how to automate the entire pipeline.
Advertisement
Price
This course is free to enrol.
Enrol free on Udemy →More in Development



