File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/05-data Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3284,6 +3284,10 @@ <h3>MySQL resources</h3>
32843284 is an interesting study with code of how to pull data out of MySQL and graph
32853285 the data with Plotly.</ p >
32863286</ li >
3287+ < li >
3288+ < p > < a href ="https://engineering.pinterest.com/blog/open-sourcing-pinterest-mysql-management-tools "> Pinterest open sourced many of their MySQL tools</ a >
3289+ to manage instances of the database.</ p >
3290+ </ li >
32873291</ ul >
32883292< h2 > Connecting to a database with Python</ h2 >
32893293< 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 @@ -172,6 +172,10 @@ <h3>MySQL resources</h3>
172172 is an interesting study with code of how to pull data out of MySQL and graph
173173 the data with Plotly.</ p >
174174</ li >
175+ < li >
176+ < p > < a href ="https://engineering.pinterest.com/blog/open-sourcing-pinterest-mysql-management-tools "> Pinterest open sourced many of their MySQL tools</ a >
177+ to manage instances of the database.</ p >
178+ </ li >
175179</ ul >
176180< h2 > Connecting to a database with Python</ h2 >
177181< 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 >2015-10-31T12:44:33Z </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-11-01T16:52:19Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -141,6 +141,9 @@ developers learn PostgreSQL if they do not already know MySQL.
141141 is an interesting study with code of how to pull data out of MySQL and graph
142142 the data with Plotly.
143143
144+ * [ Pinterest open sourced many of their MySQL tools] ( https://engineering.pinterest.com/blog/open-sourcing-pinterest-mysql-management-tools )
145+ to manage instances of the database.
146+
144147
145148## Connecting to a database with Python
146149To 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