Skip to content

Commit e5db179

Browse files
committed
adding python data resource
1 parent 6550c3b commit e5db179

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,6 +2802,11 @@ <h3>General Python data resources</h3>
28022802
companies that pours a tremendous amount of time and funding into
28032803
the data community.</p>
28042804
</li>
2805+
<li>
2806+
<p><a href="http://nbviewer.ipython.org/gist/rpmuller/5920182">A crash course in Python for scientists</a>
2807+
provides an overview of the Python language with iPython Notebook for those
2808+
in scientific fields.</p>
2809+
</li>
28052810
</ul>
28062811
<h3>What else would you like to learn about Python and data?</h3>
28072812
<h1>Databases</h1>

data.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ <h3>General Python data resources</h3>
9696
companies that pours a tremendous amount of time and funding into
9797
the data community.</p>
9898
</li>
99+
<li>
100+
<p><a href="http://nbviewer.ipython.org/gist/rpmuller/5920182">A crash course in Python for scientists</a>
101+
provides an overview of the Python language with iPython Notebook for those
102+
in scientific fields.</p>
103+
</li>
99104
</ul>
100105
<h3>What else would you like to learn about Python and data?</h3>
101106
<div class="row">

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-05-25T06:32:56Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-05-26T11:10:24Z</updated></feed>

source/content/pages/05-data/01-data.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,9 @@ created the incredible mix of data code libraries available today.
7373
companies that pours a tremendous amount of time and funding into
7474
the data community.
7575

76+
* [A crash course in Python for scientists](http://nbviewer.ipython.org/gist/rpmuller/5920182)
77+
provides an overview of the Python language with iPython Notebook for those
78+
in scientific fields.
79+
7680

7781
### What else would you like to learn about Python and data?

0 commit comments

Comments
 (0)