Learn Python Data Persistence
ebook ∣ Python Data Persistence Tutorial · PYTHON TECHNOLOGIES
By Su TP

Sign up to save your library
With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.
Find this title in Libby, the library reading app by OverDrive.

Search for a digital library with this title
Title found at these libraries:
Loading... |
Learn Python Data Persistence
Python Data Persistence Tutorial
——————————————————————-
In this tutorial, we will explore various built-in and third party Python modules to store and retrieve data to/from various formats such as text file, CSV, JSON and XML files as well as relational and non-relational databases. This tutorial also introduces ZODB database, which is a persistence API for Python objects. Microsoft Excel format is a very popular data file format. Here, we will learn how to handle .xlsx file through Python.
This tutorial is for all the software programmers who have keen interest in learning about data persistence with regards to Python.
If you are novice to Python, it is suggested that you go through the tutorials related to Python before proceeding with this one.