Skip to content

Instantly share code, notes, and snippets.

@rabernat
Created July 16, 2014 16:51
Show Gist options
  • Save rabernat/f2ea22dcd7e5e449d4bc to your computer and use it in GitHub Desktop.
Save rabernat/f2ea22dcd7e5e449d4bc to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"worksheets": [
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": "# Overview\n\nBasically just using the official [python tutorial](https://docs.python.org/2/tutorial/).\n\n### Python Basics\n1. Python (iPython) shell\n* Python files\n* iPython notebook\n* Everything is an object\n* Numbers and strings\n* Collections of items\n - Lists\n - Tuples\n - Dictionaries\n* Flow Control\n - Conditionals\n - Loops\n - Exceptions\n\n### Modules\n1. The Namespace\n* Importing\n* Functions\n* Organizing your code in modules\n\n### NumPy\n\n### SciPy\n\n### Links to Data\n\nftp://ftp.cdc.noaa.gov/Datasets/ncep.reanalysis/surface/air.sig995.2012.nc\n\nhttp://www.cpc.ncep.noaa.gov/products/precip/CWlink/daily_ao_index/monthly.ao.index.b50.current.ascii\n"
},
{
"metadata": {},
"cell_type": "code",
"input": "",
"outputs": [],
"language": "python",
"trusted": true,
"collapsed": false
}
],
"metadata": {}
}
],
"metadata": {
"name": "",
"signature": "sha256:ceb7bb0dba41e7788d816cc83fc0136838f80272a8014ac8853b50d31e0af92f"
},
"nbformat": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment