Chapters (22)
- 0:00What Is A Database
- 3:39Install Python
- 7:07Install Git Bash Terminal
- 11:52Connect to Database in Python
- 17:39Create A Table
- 28:13Insert One Record Into Table
- 31:25Insert Many Records Into Table
- 34:41Query and Fetchall
- 37:02Format Your Results
- 44:39Primary Key
- 47:51Use The Where Clause
- 51:17Update Records
- 56:42Delete Records
- 58:27Order Results
- 1:01:37And/Or
- 1:04:57Limiting Results
- 1:07:27Delete (Drop) A Table And Backups
- 1:09:14Unit 18 Our App - Show All Function
- 1:14:16Unit 19 Our App - Add A Record Function
- 1:17:51Unit 20 Our App - Delete a Record Function
- 1:21:23Unit 21 Our App - Add Many Records Function
- 1:24:57Unit 22 Our App - Where Clause Function
Show the creator's full description
In this course you’ll learn the basics of using SQLite3 with Python. SQLite is an easy-to-use database engine included with Python.
You’ll learn how to create databases and tables, add data, sort data, create reports, pull specific data, and more. For this course you should already have a basic knowledge of Python programming, but you don’t need to know anything at all about databases or SQLite.
💻Code: https://github.com/flatplanet/Intro-To-TKinter-Youtube-Course
🎥Course created by Codemy.com. Check out their YouTube channel: https://www.youtube.com/c/Codemycom
❤️ Try interactive Python courses we love, right in your browser: https://scrimba.com/freeCodeCamp-Python (Made possible by a grant from our friends at Scrimba)
⭐️Course Contents ⭐️
⌨️ (0:00:00) What Is A Database
⌨️ (0:03:39) Install Python
⌨️ (0:07:07) Install Git Bash Terminal
⌨️ (0:11:52) Connect to Database in Python
⌨️ (0:17:39) Create A Table
⌨️ (0:28:13) Insert One Record Into Table
⌨️ (0:31:25) Insert Many Records Into Table
⌨️ (0:34:41) Query and Fetchall
⌨️ (0:37:02) Format Your Results
⌨️ (0:44:39) Primary Key
⌨️ (0:47:51) Use The Where Clause
⌨️ (0:51:17) Update Records
⌨️ (0:56:42) Delete Records
⌨️ (0:58:27) Order Results
⌨️ (1:01:37) And/Or
⌨️ (1:04:57) Limiting Results
⌨️ (1:07:27) Delete (Drop) A Table And Backups
⌨️ (1:09:14) Unit 18 Our App - Show All Function
⌨️ (1:14:16) Unit 19 Our App - Add A Record Function
⌨️ (1:17:51) Unit 20 Our App - Delete a Record Function
⌨️ (1:21:23) Unit 21 Our App - Add Many Records Function
⌨️ (1:24:57) Unit 22 Our App - Where Clause Function
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe so you don't miss any tutorials: https://youtube.com/subscription_center?add_user=freecodecamp
Description and video by freeCodeCamp.org. This page is an independent companion view; the video is embedded from YouTube.