Python: Simple CRUD Application Using SQLite - Part 1
In this tutorial we will create a simple CRUD ( Create, Read ) Application using Python/SQLite. Python is a computer programming language that lets work faster and convenient because of its user - friendly environment. Python supports packages and modules, which encourage a developer to program in a modularity and reusable way. By the way this tutorial is consist of two parts, for now we will tackle only about create and read on Python with SQLite database.
- Read more about Python: Simple CRUD Application Using SQLite - Part 1
- 6 comments
- Log in or register to post comments
- 9127 views