Python has a Built-in Database — Here’s How to use it

This article was first published on Python – Better Data Science , and kindly contributed to python-bloggers. (You can report issue about the content on this page here)
Want to share your content on python-bloggers? click here.

How to utilize the built-in database for data storage and manipulation Databases are a great, secure, and reliable way to store data. All major relational databases have something in common — SQL — a language to manipulate databases, tables, and data. SQL is a broad topic to cover, especially when dealing with different database vendors, such as Microsoft, IBM, or Oracle, so let’s start with SQLite — the most lightweight database system. So, what is SQLite? I’m glad you’ve asked. It’s a library that provides us with a database or relational database management system. The term ‘Lite’ means ‘Lightweight,’ which means it’s light for setup and administration […]

The post Python has a Built-in Database — Here’s How to use it appeared first on Better Data Science.

To leave a comment for the author, please follow the link and comment on their blog: Python – Better Data Science .

Want to share your content on python-bloggers? click here.