Simple Blogging Analytics Dashboard in Python – Free Udemy Courses
Build a small data pipeline in Python by scraping a blog.
What you’ll learn
Simple Blogging Analytics Dashboard in Python – Free Udemy Courses
- Understand the basics of web scraping
- Understand how to set up a manual data pipeline
- Learn how to modularize code into functions
- See how to set up a basic dashboard in Flask
Requirements
-
Be able to program using Python
-
Understand how web development works
Description
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 set up a Flask server
- 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. I plan to upload a 2nd version that shows how to automate the entire pipeline.
Who this course is for:
- Beginner to advanced software developers interested in data engineering