You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/82-84-dataviz-plotly/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,20 @@
1
1
# Data Vizualization with Plotly
2
2
3
-
Welcome to this lesson. I prepared [a notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/82-84-dataviz-plotly/data-viz.ipynb) so you can follow along.
4
-
5
3
[Plotly](https://plot.ly/python/) is a data visualization library that lets you create beautiful graphs and is easy to use.
6
4
7
-
In this lesson we use it to analyze PyBites' blog feed data.
5
+
In this lesson we use it to analyze some PyBites blog feed data.
8
6
9
7
## Day 1: Getting the data
10
8
9
+
Today you watch the videos. You can follow along with the examples [using my notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/82-84-dataviz-plotly/data-viz.ipynb).
10
+
11
11
We use `feedparser` and `collections.Counter` to prepare PyBites feed data, then use `plotly` to look at:
12
12
13
13
1. how often we post,
14
14
2. what categories we post most often in, and
15
15
3. what are tags we commonly use on our posts.
16
16
17
-
Today you watch the videos and follow along with [my notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/82-84-dataviz-plotly/data-viz.ipynb).
18
-
19
-
At the end of today's lesson, I provide some additional links to data viz work we've done on our blog.
17
+
At the end of today's lesson, I provide some additional links to data viz work we've done on our PyBites blog.
0 commit comments