File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/04-data Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
121125To work with a relational database using Python, you need to use a code
You can’t perform that action at this time.
0 commit comments