From 085ac385ef4776a757f5eebdbb1830e8cef0dc5d Mon Sep 17 00:00:00 2001 From: Thrasyvoulos Karydis <thrasyvoulos.karydis@cba.mit.edu> Date: Thu, 12 Oct 2017 14:43:47 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c337707..fbfbe13 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - Iterations ("for loops") - Functions, Scopes, [Arduino Functions](https://www.arduino.cc/en/Reference/FunctionDeclaration) - Objects + - Writing readable, clean, sharable code * Programming Languages - low level -> abstract @@ -25,4 +26,8 @@ ### Resources -* [Arduino Foundations](https://www.arduino.cc/en/Tutorial/Foundations) \ No newline at end of file +* [Arduino Foundations](https://www.arduino.cc/en/Tutorial/Foundations) +* [C Programming Tutorial]() +* [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 -- GitLab