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 @@ -2021,6 +2021,11 @@ <h3>MySQL resources</h3>
20212021< p > This tutorial shows how to install < a href ="http://www.cs.wcupa.edu/rkline/index/mysql-lin.html "> MySQL on Ubuntu</ a > .</ p >
20222022</ li >
20232023< li >
2024+ < p > < a href ="http://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/ "> Terrible Choices: MySQL</ a >
2025+ is a blog post about specific deficiencies in MySQL's implementation that
2026+ hinder its usage with Django's ORM.</ p >
2027+ </ li >
2028+ < li >
20242029< p > < a href ="http://moderndata.plot.ly/graph-data-from-mysql-database-in-python/ "> Graph Data From MySQL Database in Python</ a >
20252030 is an interesting study with code of how to pull data out of MySQL and graph
20262031 the data with Plotly.</ p >
Original file line number Diff line number Diff line change @@ -140,6 +140,11 @@ <h3>MySQL resources</h3>
140140< p > This tutorial shows how to install < a href ="http://www.cs.wcupa.edu/rkline/index/mysql-lin.html "> MySQL on Ubuntu</ a > .</ p >
141141</ li >
142142< li >
143+ < p > < a href ="http://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/ "> Terrible Choices: MySQL</ a >
144+ is a blog post about specific deficiencies in MySQL's implementation that
145+ hinder its usage with Django's ORM.</ p >
146+ </ li >
147+ < li >
143148< p > < a href ="http://moderndata.plot.ly/graph-data-from-mysql-database-in-python/ "> Graph Data From MySQL Database in Python</ a >
144149 is an interesting study with code of how to pull data out of MySQL and graph
145150 the data with Plotly.</ p >
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 >2015-01-16T14:02:48Z </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-01-17T10:18:00Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ developers learn PostgreSQL if they do not already know MySQL.
119119
120120* This tutorial shows how to install [ MySQL on Ubuntu] ( http://www.cs.wcupa.edu/rkline/index/mysql-lin.html ) .
121121
122+ * [ Terrible Choices: MySQL] ( http://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/ )
123+ is a blog post about specific deficiencies in MySQL's implementation that
124+ hinder its usage with Django's ORM.
125+
122126* [ Graph Data From MySQL Database in Python] ( http://moderndata.plot.ly/graph-data-from-mysql-database-in-python/ )
123127 is an interesting study with code of how to pull data out of MySQL and graph
124128 the data with Plotly.
You can’t perform that action at this time.
0 commit comments