Skip to content

Commit 10d1be5

Browse files
committed
added python documentation
1 parent 528cfd2 commit 10d1be5

File tree

1 file changed

+19
-53
lines changed

1 file changed

+19
-53
lines changed

LEARNING-PATH.md

Lines changed: 19 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -17,59 +17,25 @@ At the end of this path, you will be able to build a **Personalized Diet Calcula
1717

1818
Read the following chapters to the key concepts of this specific path
1919

20-
<table>
21-
<th>
22-
<tr>
23-
<td></td>
24-
<td>Javascript</td>
25-
<td>Python</td>
26-
</tr>
27-
</th>
28-
<tr>
29-
<td>Values, Types, and Operators</td>
30-
<td><a href="https://eloquentjavascript.net/01_values.html">Eloquent Javasctipt - Chapter 1</a></td>
31-
<td><a href="https://greenteapress.com/thinkpython2/thinkpython2.pdf">Think Python (Chapter 1 and 2)</a></td>
32-
</tr>
33-
<tr>
34-
<td>Expressions and Statements</td>
35-
<td>
36-
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_5fUOQZwwHx">Eloquent Javascript - Expressions and Statements</a>
37-
<br />
38-
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_lnOC+GBEtu">Eloquent Javascript - Bindings</a>
39-
<br />
40-
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_SbWNrIYjdH">Eloquent Javascript - Bindings Names</a>
41-
<br />
42-
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_K5Yd6h3Axg">Eloquent Javascript - Functions</a>
43-
<br />
44-
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_rDxYNPd65Z">Eloquent Javascript - Control Flow</a>
45-
<br />
46-
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_t54vuASjLD">Eloquent Javascript - Capitalization</a>
47-
<br />
48-
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_/OBuIOX390">Eloquent Javascript - Comments</a>
49-
</td>
50-
<td><a href="https://greenteapress.com/thinkpython2/thinkpython2.pdf">Think Python (Chapter 1 and 2)</a></td>
51-
</tr>
52-
</table>
53-
54-
### Documentation
55-
Use the following documentation as a syntax reference
56-
57-
<table>
58-
<th>
59-
<tr>
60-
<td>Javascript</td>
61-
<td>Python</td>
62-
</tr>
63-
</th>
64-
<tr>
65-
<td>
66-
<a href="https://javascript.info">https://javascript.info</a>
67-
<br />
68-
<a href="https://www.w3schools.com/js/default.asp">https://www.w3schools.com/js/default.asp</a>
69-
</td>
70-
<td><a href="https://docs.python.org/3.11/tutorial/index.html">https://docs.python.org/3.11/tutorial/index.html</a></td>
71-
</tr>
72-
</table>
20+
### **Javascript**
21+
22+
- [ ] [Javascript Info - Chapter from 1 to 9](https://javascript.info/first-steps)
23+
- [ ] [Eloquent Javasctipt - Chapter 1](https://eloquentjavascript.net/01_values.html)
24+
- [ ] [Eloquent Javascript - Expressions and Statements](https://eloquentjavascript.net/02_program_structure.html#h_5fUOQZwwHx)
25+
- [ ] [Eloquent Javascript - Bindings](https://eloquentjavascript.net/02_program_structure.html#h_lnOC+GBEtu)
26+
- [ ] [Eloquent Javascript - Bindings Names](https://eloquentjavascript.net/02_program_structure.html#h_SbWNrIYjdH)
27+
- [ ] [Eloquent Javascript - Functions](https://eloquentjavascript.net/02_program_structure.html#h_K5Yd6h3Axg)
28+
- [ ] [Eloquent Javascript - Control Flow](https://eloquentjavascript.net/02_program_structure.html#h_rDxYNPd65Z)
29+
- [ ] [Eloquent Javascript - Capitalization](https://eloquentjavascript.net/02_program_structure.html#h_t54vuASjLD)
30+
- [ ] [Eloquent Javascript - Comments](https://eloquentjavascript.net/02_program_structure.html#h_/OBuIOX390)
31+
32+
### **Python**
33+
- [ ] [Think Python (Chapter 1 and 2)](https://greenteapress.com/thinkpython2/thinkpython2.pdf)
34+
- [ ] [Real Python - Variables](https://realpython.com/python-variables/)
35+
- [ ] [Real Python - Operators and Expressions](https://realpython.com/python-operators-expressions/)
36+
- [ ] [Real Python - Strings and string methods](https://realpython.com/courses/python-basics-strings-string-methods/)
37+
- [ ] [Real Python - Numbers and math](https://realpython.com/courses/python-basics-numbers-and-math/)
38+
7339

7440
### **Additional resources**
7541

0 commit comments

Comments
 (0)