Skip to content

Commit 501d001

Browse files
committed
new data viz resources
1 parent 9d9f811 commit 501d001

File tree

1 file changed

+47
-17
lines changed

1 file changed

+47
-17
lines changed

content/pages/03-data/18-data-visualization.markdown

Lines changed: 47 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,53 @@ Data visualizations transform raw numbers into graphic formats that make it
1212
easier for humans to see patterns, trends and other useful information.
1313

1414

15+
### Python-specific data viz resources
16+
* The [Python Graph Gallery](https://python-graph-gallery.com/) has a slew
17+
of visualizations created with Python and includes the code used to
18+
produced each one.
19+
20+
* [10 Useful Python Data Visualization Libraries for Any Discipline](https://blog.modeanalytics.com/python-data-visualization-libraries/)
21+
is a straightforward overview of Python packages that create Python
22+
visualizations.
23+
24+
* [Introduction to Data Visualization with Altair](http://pbpython.com/altair-intro.html)
25+
is a starter post for the wonderful
26+
[Altair](https://altair-viz.github.io/) visualization tool written in
27+
Python.
28+
29+
* [A Dramatic Tour through Python’s Data Visualization Landscape](https://dsaber.com/2016/10/02/a-dramatic-tour-through-pythons-data-visualization-landscape-including-ggplot-and-altair/)
30+
provides examples with the ggplot and Altair libraries. The
31+
question-and-answer format for what you can do with the data is a really
32+
good model that keeps your attention throughout the post.
33+
34+
35+
### Beautiful example visualizations
36+
Sometimes you need inspiration from other sources to figure out what
37+
you want to build. The following links have made me excited about data
38+
visualization and gave me ideas for what to build.
39+
40+
* [Roads to Rome](http://roadstorome.moovellab.com/) is a beautiful
41+
visualization showing the data behind the expression "all roads lead
42+
to Rome" and whether or not there is a "Rome" central city in every
43+
country.
44+
45+
* [Star Wars: The Force Accounted](https://www.bloomberg.com/graphics/2015-star-wars-the-force-accounted/)
46+
is Bloomberg's way of breaking down on-screen action between light
47+
and dark sides, the main characters, various bits about the Force
48+
and other data extracted from the movies.
49+
50+
* [Big League Graphs](https://bigleaguegraphs.com/) presents a bunch of
51+
creative ways to view data for sports such as basketball, baseball and
52+
hockey.
53+
54+
* [Bay Area Housing Marketing Analysis: Part 1](https://blog.checkyo.tech/2018/08/06/bay-area-housing-market-analysis/)
55+
and
56+
[Part 2](https://blog.checkyo.tech/2018/08/15/bay-area-housing-market-analysis-part-2/)
57+
are a combination of inspiration and tutorial. These posts contain a
58+
ton of data analysis and graphing and show numerous ways to slice and
59+
present information.
60+
61+
1562
### Data visualization resources
1663
* [Data visualization, from 1987 to today](https://medium.economist.com/data-visualisation-from-1987-to-today-65d0609c6017)
1764
is a wonderful reference about the pre-computer age era of visualization
@@ -28,26 +75,9 @@ easier for humans to see patterns, trends and other useful information.
2875
* [dataviz.tools](http://dataviz.tools/) has a nice list of categorized
2976
tools for working with data and visualizing it.
3077

31-
* [10 Useful Python Data Visualization Libraries for Any Discipline](https://blog.modeanalytics.com/python-data-visualization-libraries/)
32-
is a straightforward overview of Python packages that create Python
33-
visualizations.
34-
35-
* [Big League Graphs](https://bigleaguegraphs.com/) presents a bunch of
36-
creative ways to view data for sports such as basketball, baseball and
37-
hockey.
38-
3978
* [Engineering Intelligence Through Data Visualization at Uber](https://eng.uber.com/data-viz-intel/)
4079
explains how Uber's data visualization team grew from 1 person to 15
4180
and the output they created along the way, including the open source
4281
tools [react-vis](https://uber.github.io/react-vis/) and
4382
[react-map-gl](https://uber.github.io/react-map-gl/).
4483

45-
* [Introduction to Data Visualization with Altair](http://pbpython.com/altair-intro.html)
46-
is a starter post for the wonderful
47-
[Altair](https://altair-viz.github.io/) visualization tool written in
48-
Python.
49-
50-
* [Roads to Rome](http://roadstorome.moovellab.com/) is a beautiful
51-
visualization showing the data behind the expression "all roads lead
52-
to Rome" and whether or not there is a "Rome" central city in every
53-
country.

0 commit comments

Comments
 (0)