Skip to content

Latest commit

 

History

History
136 lines (77 loc) · 5.3 KB

File metadata and controls

136 lines (77 loc) · 5.3 KB

PPD/APE Micro-Simulations and Public Policies

My mail adress : [email protected]

Actions students have to take

Before first session

Install the software

You have to bring your own laptop computer and install the python software.

For the tutorial, you will need to install the Python language together with some specific packages. You need to have a functional internet connection.

Python

You can install a minimal Python or use Anaconda

Minimal install

Start by downloading Python 3.11 from this page.

Be careful to download the right version, i.e at least a Python 3 version !

Install the software.

Anaconda

Download Anaconda for Python 3.11 from this page and install the software.

Create an environment for this class

conda create --name ppd python=3.11

Install additional packages.

Open a console/terminal/command tool on your computer and type:

pip install matplotlib jupyter

or if you use Anaconda

activate ppd
conda install matplotlib jupyter

You should be able to use Jupyter Notebook wich is now installed on your computer.

jupyter notebook

Worst case scenario

Nothing works, try the launch binder badges whenever it appears below.

Take the Python crash course (required)

Get familiar with the notebook

It is required to read this excellent introduction to the notebook.

Learn some Python

It is required to read and try to execute this introductory notebook to the Python langage. Binder

You can also have a look at one of these Python tutorials:

Load the following notebooks for the first session

Before second session

pip install openfisca-senegal[survey]

After the second session:

You now have access to the complete notebooks with exercise solutions