Skip to content

Commit a6f1034

Browse files
committed
add a couple new resources
1 parent 496c259 commit a6f1034

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/pages/02-development-environments/08-bash-shell.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ during Python software development as part of a programmer's
4848
script that was never meant to be used by anyone other than the original
4949
author.
5050

51+
* [101 Bash Commands and Tips for Beginners to Experts](https://dev.to/awwsmm/101-bash-commands-and-tips-for-beginners-to-experts-30je)
52+
is a well-done laundry list of tricks to explore.
53+
5154
* [Bash scripting quirks & safety tips](https://jvns.ca/blog/2017/03/26/bash-quirks/)
5255
explains Bash basic programming constructs like `for` loops and variable
5356
assignment then goes into ways to avoid weird issues in your code.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ easier for humans to see patterns, trends and other useful information.
4242
[Altair](https://altair-viz.github.io/) visualization tool written in
4343
Python.
4444

45+
* [The Next Level of Data Visualization in Python](https://towardsdatascience.com/the-next-level-of-data-visualization-in-python-dd6e99039d5e)
46+
uses the [Plotly](https://plot.ly/python/) graphing library to draw
47+
more complex visualizations.
48+
4549
* [An introduction to Altair](http://vallandingham.me/altair_intro.html)
4650
provides another wonderful tutorial on this data visualization tool.
4751

@@ -134,4 +138,3 @@ visualization and gave me ideas for what to build.
134138
and the output they created along the way, including the open source
135139
tools [react-vis](https://uber.github.io/react-vis/) and
136140
[react-map-gl](https://uber.github.io/react-map-gl/).
137-

0 commit comments

Comments
 (0)