Python Data Persistence using MySQL

  2008-10-30 04:00:02
Among other merits, Python is an ideal language for writing server-side scripts, allowing you to integrate interactive behavior with HTML. Persisting dynamic content to an underlying database is fairly straightforward. By installing an appropriate Python DB module, you get the ability to interact with the database of choice from within Python code, moving your application data in and out of the underlying persistent store. This article by Yuli Vasiliev will walk you through the process of building a simple Python application that interacts with a MySQL database. In a nutshell, the application picks up some live data from a web site and then persists it to an underlying MySQL database. 
  PNG Image  PNG Image  PNG Image
  Related tags  


This particular article has been collected via RSS syndication. We apologize if it's too brief.
If You wish to publish articles on LinuxStreet.net please contact us.


  Similar articles found on LinuxStreet  
ImagephpMyBackupPro: No simpler backup for MySQL
ImageQuickly put data from MySQL to the Web with DrasticGrid
ImageSpreading Python applications
ImageLive from the 2007 pyCon in Dallas, Texas
ImagePython for Bash scripters: A well-kept secret
ImagePython's New Release Bridges the Gap
ImagePython Fans Take Aim at the Enterprise
ImageVisual MySQL Database Design in MySQL Workbench
ImageCapetonians to get to grips with Python
ImageOpen Source Python for System Administrators

Leave a comment on this article


Captcha

  
Check this if the code you see is not readable and resubmit the form.
(Data you entered will be preserved)



  

Comments (0)