Created
September 24, 2013 13:46
-
-
Save anandology/6684974 to your computer and use it in GitHub Desktop.
Python Training Notes - June 2012
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "0-python-training" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"# Python Training - Class Notes\n", | |
"[Anand Chitipothu](http://anandology.com/)<br/>\n", | |
"June 21-23, 2013<br/>\n", | |
"Bangalore\n", | |
"\n", | |
"1. [Getting Started](1-getting-started.ipynb)\n", | |
"2. [Working with Data](2-working-with-data.ipynb)\n", | |
"3. [Classes](3-classes.ipynb)\n", | |
"4. [Modules](4-modules.ipynb)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [] | |
} | |
], | |
"metadata": {} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment