Skip to content

Commit a6fe213

Browse files
authored
Update README.md
1 parent c915541 commit a6fe213

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

days/82-84-dataviz-plotly/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
# Data Vizualization with Plotly
22

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-
53
[Plotly](https://plot.ly/python/) is a data visualization library that lets you create beautiful graphs and is easy to use.
64

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.
86

97
## Day 1: Getting the data
108

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+
1111
We use `feedparser` and `collections.Counter` to prepare PyBites feed data, then use `plotly` to look at:
1212

1313
1. how often we post,
1414
2. what categories we post most often in, and
1515
3. what are tags we commonly use on our posts.
1616

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.
2018

2119
## Day 2 and 3: Roll your own!
2220

0 commit comments

Comments
 (0)