Skip to content
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
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ Session_9/.ipynb_checkpoints/exercises_9_solutions-checkpoint.ipynb
Session_2/.ipynb_checkpoints/exercises_2-checkpoint.ipynb
Session_3/.ipynb_checkpoints/exercises_3-checkpoint.ipynb
Session_3/.ipynb_checkpoints/Readme-checkpoint.md
.*
~*
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Class Schedule
This repository contains the folders with the content of each class. Please check them for the references of each meeting.
The schedule goes as follows (**always 10-12AM in room R42.3.103**).
The schedule goes as follows (**always 10-12AM in room R42.3.103**)

| Session | Date | Discussant | Topic | References |
| ------------- | -------------|-------------|-------------| ----------------------------------------------------------------------------------------------------------------------------------- |
| [Session 1](https://github.com/Python-do-ECARES/Classes/tree/master/Session_1) | 11/02/2020 | Glenn | Reproducible research, automation and introduction to the course | Slides / [Gentzkow and Shapiro](https://web.stanford.edu/~gentzkow/research/CodeAndData.pdf)|
| [Session 2](https://github.com/Python-do-ECARES/Classes/tree/master/Session_2) | 18/02/2020 | Fabrizio | Jupyter (Anaconda), Git, GitHub, GitHub Desktop | Slides / [QuantEcon](https://python.quantecon.org/getting_started.html) |
| [Session 3](https://github.com/Python-do-ECARES/Classes/tree/master/Session_3) | 25/02/2020 | Federico | Variables, numbers, strings, lists, functions, tuples, sets, dictionaries, lists comprehension, for and while loops, if statements, other logical operators | [Udemy - Section 1:"Intro to Python" and Section 2:"Python fundamentals"](https://www.udemy.com/course/the-complete-python-course/learn/lecture/9412506#overview), [QuantEcon - An Introductory Example](https://python.quantecon.org/python_by_example.html) and [Python Essentials](https://python.quantecon.org/python_essentials.html) |
| [Session 4](https://github.com/Python-do-ECARES/Classes/tree/master/Session_4) | 03/03/2020 | Alberto, Marco & Giampaolo | Loops and Functions (Part 2) | |
| [Session 5](https://github.com/Python-do-ECARES/Classes/tree/master/Session_5) | 10/03/2020 | Angela, Moritz & Thomas |APIs| [Udemy - Section 16:"Interacting with APIs with Python"](https://www.udemy.com/course/the-complete-python-course/learn/lecture/9412506#overview) |
| [Session 4](https://github.com/Python-do-ECARES/Classes/tree/master/Session_4) | 03/03/2020 | | Classes, handling errors (including try and except), files | [Udemy - Section 4:"Object-Oriented Programming with Python", Section 5:"Errors in Python", Section 6:"Files in Python"](https://www.udemy.com/course/the-complete-python-course/learn/lecture/9412506#overview), [QuantEcon - OOP I](https://python.quantecon.org/oop_intro.html), [Building Classes](https://python.quantecon.org/python_oop.html) and [Debugging](https://python.quantecon.org/debugging.html) |
| [Session 5](https://github.com/Python-do-ECARES/Classes/tree/master/Session_5) | 10/03/2020 | Moritz |APIs| [Udemy - Section 16:"Interacting with APIs with Python"](https://www.udemy.com/course/the-complete-python-course/learn/lecture/9412506#overview) |
| [Session 6](https://github.com/Python-do-ECARES/Classes/tree/master/Session_6) | 17/03/2020 | Charles | Web Scraping, regular expressions, Selenium| [Udemy - Section 10:"Advanced Python Development", Section 11:"Web Scraping with Python", Section 12:"Browser Automation with Selenium"](https://www.udemy.com/course/the-complete-python-course/learn/lecture/9412506#overview) |
| [Session 7](https://github.com/Python-do-ECARES/Classes/tree/master/Session_7) | 24/03/2020 | Cristina & Remi | Pandas | [QuantEcon - Pandas](https://python.quantecon.org/pandas.html) and [QuantEcon- DataScience](https://datascience.quantecon.org/pandas/) |
| Homework | *Easter Break*| | | |
| [Session 8](https://github.com/Python-do-ECARES/Classes/tree/master/Session_8) | 21/04/2020 | Charles and Fabrizio | Discussion Easter projects | |
| [Session 9](https://github.com/Python-do-ECARES/Classes/tree/master/Session_9) | 28/04/2020 | Domenico | Numpy and Numba | [QuantEcon - Numpy](https://python.quantecon.org/numpy.html) and [QuantEcon - Numba](https://python.quantecon.org/numba.html) | |
| [Session 8](https://github.com/Python-do-ECARES/Classes/tree/master/Session_8) | 21/04/2020 | | Discussion Easter homework | |
| [Session 9](https://github.com/Python-do-ECARES/Classes/tree/master/Session_9) | 28/04/2020 | | Numpy and Numba | [QuantEcon - Numpy](https://python.quantecon.org/numpy.html) and [QuantEcon - Numba](https://python.quantecon.org/numba.html) | |
| [Session 10](https://github.com/Python-do-ECARES/Classes/tree/master/Session_10) | 12/05/2020 | | Scipy | [QuantEcon - Scipy](https://python.quantecon.org/scipy.html) and [Scipy.optimize](https://docs.scipy.org/doc/scipy/reference/optimize.html) | |
| [Session 11](https://github.com/Python-do-ECARES/Classes/tree/master/Session_11) | 19/05/2020 | Yasmine | Visualisation (matplotlib) | [QuantEcon- Matplotlib](https://python.quantecon.org/matplotlib.html) |
| [Session 12](https://github.com/Python-do-ECARES/Classes/tree/master/Session_12) | 26/05/2020 | Glenn & Fabrizio | Intro to Machine Learning | [QuantEcon DataScience](https://datascience.quantecon.org/applications/ml_in_economics.html) and TBD |
| [Session 11](https://github.com/Python-do-ECARES/Classes/tree/master/Session_11) | 19/05/2020 | | Visualisation (matplotlib) | [QuantEcon- Matplotlib](https://python.quantecon.org/matplotlib.html) |
| [Session 12](https://github.com/Python-do-ECARES/Classes/tree/master/Session_12) | 26/05/2020 | | Intro to Machine Learning | [QuantEcon DataScience](https://datascience.quantecon.org/applications/ml_in_economics.html) and TBD |

File renamed without changes.
File renamed without changes.
Loading