File tree Expand file tree Collapse file tree 4 files changed +12
-14
lines changed
Expand file tree Collapse file tree 4 files changed +12
-14
lines changed 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 >2013-12-12T12:55:44Z </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 >2013-12-12T12:58:03Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -339,11 +339,9 @@ <h2>Database third-party services</h2>
339339< h2 > Database connections with Python</ h2 >
340340< p > To work with a relational database using Python, you need to use a code
341341library. The most common libraries for relational databases are:</ p >
342- < ul class ="simple ">
343- < li > < a class ="reference external " href ="http://initd.org/psycopg/ "> psycopg2</ a > for PostgreSQL</ li >
344- < li > < a class ="reference external " href ="https://pypi.python.org/pypi/MySQL-python/1.2.4 "> MySQLdb</ a > for MySQL</ li >
345- < li > < a class ="reference external " href ="http://cx-oracle.sourceforge.net/ "> cx_Oracle</ a > for Oracle</ li >
346- </ ul >
342+ < p > < a class ="reference external " href ="http://initd.org/psycopg/ "> psycopg2</ a > for PostgreSQL</ p >
343+ < p > < a class ="reference external " href ="https://pypi.python.org/pypi/MySQL-python/1.2.4 "> MySQLdb</ a > for MySQL</ p >
344+ < p > < a class ="reference external " href ="http://cx-oracle.sourceforge.net/ "> cx_Oracle</ a > for Oracle</ p >
347345< p > SQLite support is built into Python 2.7+ and therefore a separate library
348346is not necessary.</ p >
349347</ div >
Original file line number Diff line number Diff line change @@ -85,11 +85,9 @@ <h2>Database third-party services</h2>
8585< h2 > Database connections with Python</ h2 >
8686< p > To work with a relational database using Python, you need to use a code
8787library. The most common libraries for relational databases are:</ p >
88- < ul class ="simple ">
89- < li > < a class ="reference external " href ="http://initd.org/psycopg/ "> psycopg2</ a > for PostgreSQL</ li >
90- < li > < a class ="reference external " href ="https://pypi.python.org/pypi/MySQL-python/1.2.4 "> MySQLdb</ a > for MySQL</ li >
91- < li > < a class ="reference external " href ="http://cx-oracle.sourceforge.net/ "> cx_Oracle</ a > for Oracle</ li >
92- </ ul >
88+ < p > < a class ="reference external " href ="http://initd.org/psycopg/ "> psycopg2</ a > for PostgreSQL</ p >
89+ < p > < a class ="reference external " href ="https://pypi.python.org/pypi/MySQL-python/1.2.4 "> MySQLdb</ a > for MySQL</ p >
90+ < p > < a class ="reference external " href ="http://cx-oracle.sourceforge.net/ "> cx_Oracle</ a > for Oracle</ p >
9391< p > SQLite support is built into Python 2.7+ and therefore a separate library
9492is not necessary.</ p >
9593</ div >
Original file line number Diff line number Diff line change @@ -50,9 +50,11 @@ Database connections with Python
5050To work with a relational database using Python, you need to use a code
5151library. The most common libraries for relational databases are:
5252
53- * `psycopg2 <http://initd.org/psycopg/ >`_ for PostgreSQL
54- * `MySQLdb <https://pypi.python.org/pypi/MySQL-python/1.2.4 >`_ for MySQL
55- * `cx_Oracle <http://cx-oracle.sourceforge.net/ >`_ for Oracle
53+ `psycopg2 <http://initd.org/psycopg/ >`_ for PostgreSQL
54+
55+ `MySQLdb <https://pypi.python.org/pypi/MySQL-python/1.2.4 >`_ for MySQL
56+
57+ `cx_Oracle <http://cx-oracle.sourceforge.net/ >`_ for Oracle
5658
5759SQLite support is built into Python 2.7+ and therefore a separate library
5860is not necessary.
You can’t perform that action at this time.
0 commit comments