Skip to content

Commit 4c4752e

Browse files
committed
new mysql resource
1 parent 1049466 commit 4c4752e

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
@@ -1940,6 +1940,11 @@ <h3>MySQL resources</h3>
19401940
<li>
19411941
<p>This tutorial shows how to install <a href="http://www.cs.wcupa.edu/rkline/index/mysql-lin.html">MySQL on Ubuntu</a>.</p>
19421942
</li>
1943+
<li>
1944+
<p><a href="http://moderndata.plot.ly/graph-data-from-mysql-database-in-python/">Graph Data From MySQL Database in Python</a>
1945+
is an interesting study with code of how to pull data out of MySQL and graph
1946+
the data with Plotly.</p>
1947+
</li>
19431948
</ul>
19441949
<h2>Connecting to a database with Python</h2>
19451950
<p>To work with a relational database using Python, you need to use a code

databases.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ <h3>MySQL resources</h3>
135135
<li>
136136
<p>This tutorial shows how to install <a href="http://www.cs.wcupa.edu/rkline/index/mysql-lin.html">MySQL on Ubuntu</a>.</p>
137137
</li>
138+
<li>
139+
<p><a href="http://moderndata.plot.ly/graph-data-from-mysql-database-in-python/">Graph Data From MySQL Database in Python</a>
140+
is an interesting study with code of how to pull data out of MySQL and graph
141+
the data with Plotly.</p>
142+
</li>
138143
</ul>
139144
<h2>Connecting to a database with Python</h2>
140145
<p>To work with a relational database using Python, you need to use a code

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>2014-12-17T08:19:41Z</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>2014-12-18T11:20:29Z</updated></feed>

source/content/pages/04-data/0401-databases.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ developers learn PostgreSQL if they do not already know MySQL.
116116

117117
* This tutorial shows how to install [MySQL on Ubuntu](http://www.cs.wcupa.edu/rkline/index/mysql-lin.html).
118118

119+
* [Graph Data From MySQL Database in Python](http://moderndata.plot.ly/graph-data-from-mysql-database-in-python/)
120+
is an interesting study with code of how to pull data out of MySQL and graph
121+
the data with Plotly.
122+
119123

120124
## Connecting to a database with Python
121125
To work with a relational database using Python, you need to use a code

0 commit comments

Comments
 (0)