Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Python and SQLite Development
Python and SQLite Development
Python and SQLite Development
Ebook35 pages23 minutes

Python and SQLite Development

Rating: 0 out of 5 stars

()

Read preview

About this ebook

This book is designed for anyone who wants to learn SQLite database programming Python 3. The book covers database programming for SQLite with the following highlight topics:
* Setting up Development Environment
* Setting Started - Python and SQLite
* SQLite Shell
* CRUD (Create, Read, Update, Delete) Operations
* Working with Image and Blob Data
* Transaction
* Python, SQLite and Pandas
LanguageEnglish
PublisherLulu.com
Release dateJan 30, 2021
ISBN9781716246029
Python and SQLite Development

Read more from Agus Kurniawan

Related to Python and SQLite Development

Related ebooks

Databases For You

View More

Related articles

Reviews for Python and SQLite Development

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Python and SQLite Development - Agus Kurniawan

    Contact

    Preface

    This book provides alternative approach to build Python application with SQLite database. This book describes how to work with Python and SQLite and illustrates their use with code examples.

    Agus Kurniawan

    Depok, January 2021

    1. Setting up Development Environment

    1.1 Python

    Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. In this book, we focus on learning how to develop Python programs to access SQLite database.

    To install Python, you can download it for your platform on https://www.python.org/. This book covers for Windows, Mac and Linux.

    After installed Python, you can verify it by opening Terminal or Command Prompt for Windows. Type this command.

    You should see python and pip versions on Terminal.

    For Windows users, you probably get errors while you are running python command. You can configure Python path into Path environment from Control Panel. You can see my Python path configuration in Figure below.

    q1-1

    You probably have Python 3.x so your pip may be pip3. You can type this command

    Enjoying the preview?
    Page 1 of 1