<div dir="ltr"><div>As Chris said, if your needs are simple, use SQLite back-end. It's probably already installed on your computer and Python has a nice interface to it in its standard library. [1]<br><br></div>If you decide to use MySQL back-end instead, consider using PyMySQL [2]. It's compatible with both Python 2 and Python 3. Also, being written in pure Python, it's easier to install compared to MySQLdb.<br>
<br>[1] <a href="http://docs.python.org/3/library/sqlite3.html#module-sqlite3">http://docs.python.org/3/library/sqlite3.html#module-sqlite3</a><br>[2] <a href="https://pypi.python.org/pypi/PyMySQL">https://pypi.python.org/pypi/PyMySQL</a><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-08 6:55 GMT-02:00 Sam <span dir="ltr"><<a href="mailto:lightaiyee@gmail.com" target="_blank">lightaiyee@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is MySQLdb the recommended python module for SQL database access? Are there other modules? What I want in a module is to be able to write readable and maintainable code.<br>
<span class="HOEnZb"><font color="#888888">--<br>
<a href="https://mail.python.org/mailman/listinfo/python-list" target="_blank">https://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br></div>