Skip to content

Solution/m1-001 #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: feature/learning-path-with-projects
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 31 additions & 53 deletions LEARNING-PATH.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,59 +17,37 @@ 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

<table>
<th>
<tr>
<td></td>
<td>Javascript</td>
<td>Python</td>
</tr>
</th>
<tr>
<td>Values, Types, and Operators</td>
<td><a href="https://eloquentjavascript.net/01_values.html">Eloquent Javasctipt - Chapter 1</a></td>
<td><a href="https://greenteapress.com/thinkpython2/thinkpython2.pdf">Think Python (Chapter 1 and 2)</a></td>
</tr>
<tr>
<td>Expressions and Statements</td>
<td>
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_5fUOQZwwHx">Eloquent Javascript - Expressions and Statements</a>
<br />
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_lnOC+GBEtu">Eloquent Javascript - Bindings</a>
<br />
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_SbWNrIYjdH">Eloquent Javascript - Bindings Names</a>
<br />
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_K5Yd6h3Axg">Eloquent Javascript - Functions</a>
<br />
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_rDxYNPd65Z">Eloquent Javascript - Control Flow</a>
<br />
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_t54vuASjLD">Eloquent Javascript - Capitalization</a>
<br />
- <a href="https://eloquentjavascript.net/02_program_structure.html#h_/OBuIOX390">Eloquent Javascript - Comments</a>
</td>
<td><a href="https://greenteapress.com/thinkpython2/thinkpython2.pdf">Think Python (Chapter 1 and 2)</a></td>
</tr>
</table>

### Documentation
Use the following documentation as a syntax reference

<table>
<th>
<tr>
<td>Javascript</td>
<td>Python</td>
</tr>
</th>
<tr>
<td>
<a href="https://javascript.info">https://javascript.info</a>
<br />
<a href="https://www.w3schools.com/js/default.asp">https://www.w3schools.com/js/default.asp</a>
</td>
<td><a href="https://docs.python.org/3.11/tutorial/index.html">https://docs.python.org/3.11/tutorial/index.html</a></td>
</tr>
</table>
### **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)
- [ ] [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)

#### 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**

Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.