File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
source/content/pages/04-data Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -1869,6 +1869,10 @@ <h2>Object-Relational Mapping</h2>
18691869creating a data analysis tool or a batch script without a user interface.
18701870Currently, the most widely used stand-alone ORM written for Python is
18711871< a href ="http://www.sqlalchemy.org/ "> SQLAlchemy</ a > .</ p >
1872+ < p > If you're interested in the differences between SQLAlchemy and the Django
1873+ ORM I highly recommend reading
1874+ < a href ="http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/ "> SQLAlchemy and You</ a >
1875+ by Armin Ronacher.</ p >
18721876< h2 > Database third-party services</ h2 >
18731877< p > Numerous companies run scalable database servers as a hosted service.
18741878Hosted databases can often provide automated backups and recovery,
Original file line number Diff line number Diff line change @@ -164,6 +164,10 @@ <h2>Object-Relational Mapping</h2>
164164creating a data analysis tool or a batch script without a user interface.
165165Currently, the most widely used stand-alone ORM written for Python is
166166< a href ="http://www.sqlalchemy.org/ "> SQLAlchemy</ a > .</ p >
167+ < p > If you're interested in the differences between SQLAlchemy and the Django
168+ ORM I highly recommend reading
169+ < a href ="http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/ "> SQLAlchemy and You</ a >
170+ by Armin Ronacher.</ p >
167171< h2 > Database third-party services</ h2 >
168172< p > Numerous companies run scalable database servers as a hosted service.
169173Hosted databases can often provide automated backups and recovery,
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-10-24T09:40:09Z </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-10-25T09:56:35Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -146,6 +146,11 @@ creating a data analysis tool or a batch script without a user interface.
146146Currently, the most widely used stand-alone ORM written for Python is
147147[ SQLAlchemy] ( http://www.sqlalchemy.org/ ) .
148148
149+ If you're interested in the differences between SQLAlchemy and the Django
150+ ORM I highly recommend reading
151+ [ SQLAlchemy and You] ( http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/ )
152+ by Armin Ronacher.
153+
149154
150155## Database third-party services
151156Numerous companies run scalable database servers as a hosted service.
You can’t perform that action at this time.
0 commit comments