From 10d1be56ee270c50148978b2719cb6161d73b284 Mon Sep 17 00:00:00 2001
From: Simone Torrisi <7654979+storrisi@users.noreply.github.com>
Date: Wed, 12 Jul 2023 19:16:58 +0200
Subject: [PATCH 1/3] added python documentation
---
LEARNING-PATH.md | 72 +++++++++++++-----------------------------------
1 file changed, 19 insertions(+), 53 deletions(-)
diff --git a/LEARNING-PATH.md b/LEARNING-PATH.md
index 03ec65f..c8a888e 100644
--- a/LEARNING-PATH.md
+++ b/LEARNING-PATH.md
@@ -17,59 +17,25 @@ At the end of this path, you will be able to build a **Personalized Diet Calcula
Read the following chapters to the key concepts of this specific path
-
-
-### Documentation
-Use the following documentation as a syntax reference
-
-
+### **Javascript**
+
+- [ ] [Javascript Info - Chapter from 1 to 9](https://javascript.info/first-steps)
+- [ ] [Eloquent Javasctipt - Chapter 1](https://eloquentjavascript.net/01_values.html)
+- [ ] [Eloquent Javascript - Expressions and Statements](https://eloquentjavascript.net/02_program_structure.html#h_5fUOQZwwHx)
+- [ ] [Eloquent Javascript - Bindings](https://eloquentjavascript.net/02_program_structure.html#h_lnOC+GBEtu)
+- [ ] [Eloquent Javascript - Bindings Names](https://eloquentjavascript.net/02_program_structure.html#h_SbWNrIYjdH)
+- [ ] [Eloquent Javascript - Functions](https://eloquentjavascript.net/02_program_structure.html#h_K5Yd6h3Axg)
+- [ ] [Eloquent Javascript - Control Flow](https://eloquentjavascript.net/02_program_structure.html#h_rDxYNPd65Z)
+- [ ] [Eloquent Javascript - Capitalization](https://eloquentjavascript.net/02_program_structure.html#h_t54vuASjLD)
+- [ ] [Eloquent Javascript - Comments](https://eloquentjavascript.net/02_program_structure.html#h_/OBuIOX390)
+
+### **Python**
+- [ ] [Think Python (Chapter 1 and 2)](https://greenteapress.com/thinkpython2/thinkpython2.pdf)
+- [ ] [Real Python - Variables](https://realpython.com/python-variables/)
+- [ ] [Real Python - Operators and Expressions](https://realpython.com/python-operators-expressions/)
+- [ ] [Real Python - Strings and string methods](https://realpython.com/courses/python-basics-strings-string-methods/)
+- [ ] [Real Python - Numbers and math](https://realpython.com/courses/python-basics-numbers-and-math/)
+
### **Additional resources**
From e6d2a309d664331851d046d98f2b5b0f42195fe9 Mon Sep 17 00:00:00 2001
From: Simone Torrisi <7654979+storrisi@users.noreply.github.com>
Date: Wed, 12 Jul 2023 20:08:20 +0200
Subject: [PATCH 2/3] update learning path documentation
---
LEARNING-PATH.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/LEARNING-PATH.md b/LEARNING-PATH.md
index c8a888e..b6f192b 100644
--- a/LEARNING-PATH.md
+++ b/LEARNING-PATH.md
@@ -19,6 +19,7 @@ Read the following chapters to the key concepts of this specific path
### **Javascript**
+#### Theory
- [ ] [Javascript Info - Chapter from 1 to 9](https://javascript.info/first-steps)
- [ ] [Eloquent Javasctipt - Chapter 1](https://eloquentjavascript.net/01_values.html)
- [ ] [Eloquent Javascript - Expressions and Statements](https://eloquentjavascript.net/02_program_structure.html#h_5fUOQZwwHx)
@@ -29,13 +30,24 @@ Read the following chapters to the key concepts of this specific path
- [ ] [Eloquent Javascript - Capitalization](https://eloquentjavascript.net/02_program_structure.html#h_t54vuASjLD)
- [ ] [Eloquent Javascript - Comments](https://eloquentjavascript.net/02_program_structure.html#h_/OBuIOX390)
+#### Syntax Reference
+- [https://javascript.info/](https://javascript.info/)
+- [https://www.w3schools.com/js/default.asp](https://www.w3schools.com/js/default.asp)
+
### **Python**
+
+#### Theory
+
- [ ] [Think Python (Chapter 1 and 2)](https://greenteapress.com/thinkpython2/thinkpython2.pdf)
- [ ] [Real Python - Variables](https://realpython.com/python-variables/)
+- [ ] [Real Python - Variables](https://realpython.com/python-variables/)
- [ ] [Real Python - Operators and Expressions](https://realpython.com/python-operators-expressions/)
- [ ] [Real Python - Strings and string methods](https://realpython.com/courses/python-basics-strings-string-methods/)
- [ ] [Real Python - Numbers and math](https://realpython.com/courses/python-basics-numbers-and-math/)
-
+
+#### Syntax Reference
+- [https://www.w3schools.com/python/default.asp](https://www.w3schools.com/python/default.asp)
+- [https://pynative.com/python/](https://pynative.com/python/)
### **Additional resources**
From 75ed02501d92838e72f3ee26585b21df763ee138 Mon Sep 17 00:00:00 2001
From: ederalab
Date: Thu, 21 Sep 2023 22:17:29 +0200
Subject: [PATCH 3/3] add php folder
---
projects/001-area-of-a-room/php/index.php | 0
projects/002-bottle-deposits/php/index.php | 0
projects/003-making-change/php/index.php | 0
projects/004-units-of-time/php/index.php | 0
projects/005-units-of-time-again/php/index.php | 0
projects/006-sum-of-digits-in-a-integer/php/index.php | 0
projects/007-day-old-bread/php/index.php | 0
projects/008-dog-years/php/index.php | 0
8 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 projects/001-area-of-a-room/php/index.php
create mode 100644 projects/002-bottle-deposits/php/index.php
create mode 100644 projects/003-making-change/php/index.php
create mode 100644 projects/004-units-of-time/php/index.php
create mode 100644 projects/005-units-of-time-again/php/index.php
create mode 100644 projects/006-sum-of-digits-in-a-integer/php/index.php
create mode 100644 projects/007-day-old-bread/php/index.php
create mode 100644 projects/008-dog-years/php/index.php
diff --git a/projects/001-area-of-a-room/php/index.php b/projects/001-area-of-a-room/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/002-bottle-deposits/php/index.php b/projects/002-bottle-deposits/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/003-making-change/php/index.php b/projects/003-making-change/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/004-units-of-time/php/index.php b/projects/004-units-of-time/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/005-units-of-time-again/php/index.php b/projects/005-units-of-time-again/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/006-sum-of-digits-in-a-integer/php/index.php b/projects/006-sum-of-digits-in-a-integer/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/007-day-old-bread/php/index.php b/projects/007-day-old-bread/php/index.php
new file mode 100644
index 0000000..e69de29
diff --git a/projects/008-dog-years/php/index.php b/projects/008-dog-years/php/index.php
new file mode 100644
index 0000000..e69de29