Skip to content

benjello/ppd-micro-simulations-and-public-policies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPD Micro-Simulations and Public Policies

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 langage 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.9 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.9 from this page and install the software.

Create an environment for this class

conda create --name ppd python=3.9

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 the appear below.

Take the Python crash course (required)

Get familiar with the notebook

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

Learn some Python

It is require 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]

About

Micro-simulations and public policies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published