Hour 21. Using Databases in Your Programming

What You’ll Learn in This Hour:

Image How to use a MySQL database server in your Python scripts

Image How to use a PostgreSQL database server in your Python scripts

One of the problems with Python scripts is persistent data. You can store all the information you want in your program variables, but at the end of the program, they just go away. There are times when you’d like for your Python scripts to be able to store data that you can use later. In the old days, storing and retrieving data from a Python script ...

Get Python Programming for Raspberry Pi, Sams Teach Yourself in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.