An open API service indexing awesome lists of open source software.

https://github.com/zonca/swcarpentry-workshop-pandas

Remix of Software Carpentry material using intermediate pandas lesson and concepts from the novice class
https://github.com/zonca/swcarpentry-workshop-pandas

Last synced: 8 months ago
JSON representation

Remix of Software Carpentry material using intermediate pandas lesson and concepts from the novice class

Awesome Lists containing this project

README

          

swcarpentry-workshop-pandas
===========================

Remix of Software Carpentry material using intermediate pandas lesson and concepts from the novice class.

## Execute the IPython notebooks on your machine

* Open a terminal (Git bash on Windows)
* Type: `git clone https://github.com/zonca/swcarpentry-workshop-pandas.git`
* Enter in the repository folder: `cd swcarpentry-workshop-pandas`
* Open the IPython notebook in that folder: `ipython notebook` or `~/anaconda/bin/ipython notebook`
* The IPython notebook dashboard should display all the notebook, you can click to open and execute them.

## Preview the lesson notebooks online

Click on the following links to access a read-only view of the notebooks:

* [0 - Introduction to the notebook](http://nbviewer.ipython.org/github/zonca/swcarpentry-workshop-pandas/blob/master/0-intro-python.ipynb)
* [1 - Introduction to Python](http://nbviewer.ipython.org/github/zonca/swcarpentry-workshop-pandas/blob/master/1-load-plot-data.ipynb)
* [2 - Functions](http://nbviewer.ipython.org/github/zonca/swcarpentry-workshop-pandas/blob/master/2-modularization-documentation.ipynb)
* [3 - Lists and loops](http://nbviewer.ipython.org/github/zonca/swcarpentry-workshop-pandas/blob/master/3-loop.ipynb)
* [4 - Defensive programming](http://nbviewer.ipython.org/github/zonca/swcarpentry-workshop-pandas/blob/master/4-defensive.ipynb)
* [5 - Creating a Python module](http://nbviewer.ipython.org/github/zonca/swcarpentry-workshop-pandas/blob/master/5-module.ipynb)
* [6 - Extra lesson: Python errors and traceback](http://nbviewer.ipython.org/github/zonca/swcarpentry-workshop-pandas/blob/master/extra1-errors.ipynb)

## Learn on

Useful resources to learn more about Python, Bash and Git: