diff --git a/README.md b/README.md
index e8e2a5c5ed050010e0fe01b4db0b0d23d7ac31b2..4dce42ea3e47548065423a1bb46ebc0b36a01f2a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 * Computer architecture, memory, compile vs interpret, JIT
 
 * Programming 101
-    - Python Hello World
+    - Python Hello World, [Python Standard Libraries](https://docs.python.org/3/library/index.html)
     - Variables, Types, etc
     - Conditionals ("if/else") 
     - Iterations ("for loops")
@@ -15,7 +15,7 @@
     
 * Programming Languages
     - low level -> abstract
-    - C Hello World
+    - C Hello World, [C Standard Libraries](https://en.wikipedia.org/wiki/C_standard_library)
     - Javascript Hello World
     - NodeJS Hello World
     - Debugging/Testing
@@ -31,4 +31,5 @@
 * [C Programming Tutorial](https://www.cprogramming.com/tutorial/c-tutorial.html)
 * [Python Programming Tutorial](https://pythonprogramming.net/introduction-to-python-programming/)
 * [JavaScript Programming Tutorial (and more)](https://www.khanacademy.org/computing/computer-programming)
-* [NodeJS Progamming Tutorial](https://www.tutorialspoint.com/nodejs/nodejs_first_application.htm)
\ No newline at end of file
+* [NodeJS Progamming Tutorial](https://www.tutorialspoint.com/nodejs/nodejs_first_application.htm)
+* [Jupyter Notebooks](http://jupyter.org/)
\ No newline at end of file