novice: Copy-paste from origin/master
authorW. Trevor King <wking@tremily.us>
Tue, 11 Mar 2014 03:15:18 +0000 (20:15 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 16 Mar 2014 22:23:20 +0000 (15:23 -0700)
commit469efe70e161615b43666638d1865abcfa0442d5
treec2c7bbd307bc455b36b6b5572e3a5a054257202a
novice: Copy-paste from origin/master

I couldn't find a way to merge these without clobbering a bunch of
other files, so this is just a copy-paste of the current status as of
e4b84bd (Merge pull request #359 from
swcarpentry/ahmadia/dhaine_r_ref, 2014-03-06).
75 files changed:
novice/python/.gitignore [new file with mode: 0644]
novice/python/01-numpy.ipynb [new file with mode: 0644]
novice/python/02-func.ipynb [new file with mode: 0644]
novice/python/03-loop.ipynb [new file with mode: 0644]
novice/python/04-cond.ipynb [new file with mode: 0644]
novice/python/05-defensive.ipynb [new file with mode: 0644]
novice/python/06-cmdline.ipynb [new file with mode: 0644]
novice/python/README.txt [new file with mode: 0644]
novice/python/argv-list.py [new file with mode: 0644]
novice/python/count-stdin.py [new file with mode: 0644]
novice/python/gen-inflammation.py [new file with mode: 0644]
novice/python/img/ave-inflammation-over-time.png [new file with mode: 0644]
novice/python/img/color-cube.png [new file with mode: 0644]
novice/python/img/combined-inflammation-2.png [new file with mode: 0644]
novice/python/img/combined-inflammation-per-day.png [new file with mode: 0644]
novice/python/img/initial-heat-map.png [new file with mode: 0644]
novice/python/img/loop-inflammation-01.png [new file with mode: 0644]
novice/python/img/loop-inflammation-02.png [new file with mode: 0644]
novice/python/img/loop-inflammation-03.png [new file with mode: 0644]
novice/python/img/max-inflammation-over-time.png [new file with mode: 0644]
novice/python/img/min-inflammation-per-day.png [new file with mode: 0644]
novice/python/img/python-call-stack-01.odg [new file with mode: 0644]
novice/python/img/python-call-stack-01.svg [new file with mode: 0644]
novice/python/img/python-call-stack-02.odg [new file with mode: 0644]
novice/python/img/python-call-stack-02.svg [new file with mode: 0644]
novice/python/img/python-call-stack-03.odg [new file with mode: 0644]
novice/python/img/python-call-stack-03.svg [new file with mode: 0644]
novice/python/img/python-call-stack-04.odg [new file with mode: 0644]
novice/python/img/python-call-stack-04.svg [new file with mode: 0644]
novice/python/img/python-call-stack-05.odg [new file with mode: 0644]
novice/python/img/python-call-stack-05.svg [new file with mode: 0644]
novice/python/img/python-call-stack-06.odg [new file with mode: 0644]
novice/python/img/python-call-stack-06.svg [new file with mode: 0644]
novice/python/img/python-call-stack-07.odg [new file with mode: 0644]
novice/python/img/python-call-stack-07.svg [new file with mode: 0644]
novice/python/img/python-flowchart-conditional.odg [new file with mode: 0644]
novice/python/img/python-flowchart-conditional.svg [new file with mode: 0644]
novice/python/img/python-flowchart-nested-loops.odg [new file with mode: 0644]
novice/python/img/python-flowchart-nested-loops.svg [new file with mode: 0644]
novice/python/img/python-operations-across-axes.odg [new file with mode: 0644]
novice/python/img/python-operations-across-axes.svg [new file with mode: 0644]
novice/python/img/python-overlapping-ranges.odg [new file with mode: 0644]
novice/python/img/python-overlapping-ranges.svg [new file with mode: 0644]
novice/python/img/python-sticky-note-variables-01.odg [new file with mode: 0644]
novice/python/img/python-sticky-note-variables-01.svg [new file with mode: 0644]
novice/python/img/python-sticky-note-variables-02.odg [new file with mode: 0644]
novice/python/img/python-sticky-note-variables-02.svg [new file with mode: 0644]
novice/python/img/python-sticky-note-variables-03.odg [new file with mode: 0644]
novice/python/img/python-sticky-note-variables-03.svg [new file with mode: 0644]
novice/python/index.md [new file with mode: 0644]
novice/python/inflammation-01.csv [new file with mode: 0644]
novice/python/inflammation-02.csv [new file with mode: 0644]
novice/python/inflammation-03.csv [new file with mode: 0644]
novice/python/inflammation-04.csv [new file with mode: 0644]
novice/python/inflammation-05.csv [new file with mode: 0644]
novice/python/inflammation-06.csv [new file with mode: 0644]
novice/python/inflammation-07.csv [new file with mode: 0644]
novice/python/inflammation-08.csv [new file with mode: 0644]
novice/python/inflammation-09.csv [new file with mode: 0644]
novice/python/inflammation-10.csv [new file with mode: 0644]
novice/python/inflammation-11.csv [new file with mode: 0644]
novice/python/inflammation-12.csv [new file with mode: 0644]
novice/python/readings-01.py [new file with mode: 0644]
novice/python/readings-02.py [new file with mode: 0644]
novice/python/readings-03.py [new file with mode: 0644]
novice/python/readings-04.py [new file with mode: 0644]
novice/python/readings-05.py [new file with mode: 0644]
novice/python/readings-06.py [new file with mode: 0644]
novice/python/rectangle.py [new file with mode: 0644]
novice/python/small-01.csv [new file with mode: 0644]
novice/python/small-02.csv [new file with mode: 0644]
novice/python/small-03.csv [new file with mode: 0644]
novice/python/spatial-intro.ipynb [new file with mode: 0644]
novice/python/swc_bc_coords.csv [new file with mode: 0644]
novice/python/sys-version.py [new file with mode: 0644]