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
- Host: GitHub
- URL: https://github.com/zonca/swcarpentry-workshop-pandas
- Owner: zonca
- License: other
- Created: 2014-10-20T08:38:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T17:47:59.000Z (over 7 years ago)
- Last Synced: 2025-02-01T12:45:30.665Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 359 KB
- Stars: 9
- Watchers: 5
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: