#100DaysOfCode in Python Transcripts
Chapter: Days 82-84: Data visualization with Plotly
Lecture: Lesson introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Welcome back to the 100 Days of Python,
0:02
Day 82, data visualization with Plotly.
0:06
Coming three days, I will be your guide
0:08
teaching you how you can make beautiful plots
0:11
in Python using this library.
0:13
We're going to take some data from our PyBites blog
0:16
and I will show you how to first get that data
0:19
in the right shape so it's easy to
0:22
just hand it off to Plotly and make some cool graphs
0:25
that show some insights about what the blog is about,
0:29
and hopefully that will inspire you
0:32
to then roll your own, be it with Plotly,
0:35
or another awesome library, which I will mention,
0:37
which is Bokeh, and yes, this will be a lot of fun.
0:41
It's one of my favorite topics,
0:42
and having data visualization skills goes a long way.
0:46
I mean, there's a lot of data out there,
0:48
even more now with big data,
0:50
but if you can show it in a nice way,
0:52
it's way more powerful.
0:54
So, let's dive straight in and learn some new skills.