Create Bar Chart Race Videos Using Python (50 Lines of Code)

Python project-based learning videos for absolute beginners! Bar Chart Race videos are tools that allow us to visualize sequential data and keep track of the changes in trends over time. You might have frequently come across these videos on different social media platforms. Tools like Flourish and Observable have made it easy to create these types of animations, but did you know that we can create such videos programmatically JUST using Python?! We received a lot of requests in our previous Bar Chart Race Videos asking for a tutorial. In this video, Soyuj demonstrates how you can create a Bar Chart Race Video in Python using a package called bar_chart_race. In this tutorial, we will recreate our Bar Chart Race video of the Top Computer Science Schools (2000 - 2020): ~ To follow along with this tutorial, you need to have a basic understanding of Python. For that, you can check our resources: Python for Beginners (YouTube Playlist): htt
Back to Top