Git Product home page Git Product logo

ebookstore---python-and-sqlite-program's Introduction

eBookstore

This is a project completed during a data science bootcamp hosted by Hyperiondev. The program was made to assist bookstore clerks by creating a database to store information of the books available instore. The program allows the clerk to add and remove books to the database, update book information and search for a specific book.

Prerequisites

The program is written in python and uses SQLite to create a database. The program needs to be run in python 3 and sqlite3 must be imported.

Using the program

The program was created to be used by a bookstore clerk and presents the user with the following menue:

  1. Enter book
  2. Update book
  3. Delete book
  4. Search books
  5. Exit

The program peforms the function the user selects and stores the information in a table called 'books' in a database called 'ebookstore.'

The data

The idea is that the user enters data that is relevant to them. Data is entered into the 'books' table by using the 'Enter book' or 'Update book' functions. The for each book, the user must enter the title of the book, the author name, the quantity of books available in store and a unique identification number.

Author

Amy Marais

Acknowledgements

The program was written as a task for a Hyperiondev data science bootcamp, and my mentor, Daniel Cornelius, helped me refine the program.

ebookstore---python-and-sqlite-program's People

Contributors

amy-marais avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.