From cb05b006c911ca405bcecb69a4830d1ec07a1ae1 Mon Sep 17 00:00:00 2001 From: Thrasyvoulos Karydis <thrasyvoulos.karydis@cba.mit.edu> Date: Thu, 12 Oct 2017 14:47:29 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbfbe13..e8e2a5c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ * Computer architecture, memory, compile vs interpret, JIT * Programming 101 + - Python Hello World - Variables, Types, etc - Conditionals ("if/else") - Iterations ("for loops") @@ -15,9 +16,9 @@ * Programming Languages - low level -> abstract - C Hello World - - Python Hello World - Javascript Hello World - NodeJS Hello World + - Debugging/Testing * Programming Embedded Systems - Embedded C, [Arduino Language Reference](https://www.arduino.cc/en/Reference/HomePage) @@ -27,7 +28,7 @@ ### Resources * [Arduino Foundations](https://www.arduino.cc/en/Tutorial/Foundations) -* [C Programming Tutorial]() +* [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) -* \ No newline at end of file +* [NodeJS Progamming Tutorial](https://www.tutorialspoint.com/nodejs/nodejs_first_application.htm) \ No newline at end of file -- GitLab