Python SQLite Tutorial: Complete Overview - Creating a Database, Table, and Running Queries

preview_player
Показать описание
In this Python SQLite tutorial, we will be going over a complete introduction to the sqlite3 built-in module within Python. SQLite allows us to quickly get up and running with databases, without spinning up larger databases like MySQL or Postgres. We will be creating a database, creating a table, insert, select, update, and delete data. Let's get started...

The code from this video can be found at:

✅ Support My Channel Through Patreon:

✅ Become a Channel Member:

✅ One-Time Contribution Through PayPal:

✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Corey's Public Amazon Wishlist

✅ Equipment I Use and Books I Recommend:

▶️ You Can Find Me On:

#Python
Рекомендации по теме
Комментарии
Автор

You had me at "SQLite is actually part of the standard library"!

JMEPatterson
Автор

The Award of "Best sqlite tutorial on YouTube " goes to Corey Schafer 👏👏👏

tictoktrending
Автор

You are very clear and your approach is spot on. Keep it up! We need you!

IyamwhoIyam
Автор

You really cannot ask for a better tutorial than this. Absolutely fantastic. I like it how Corey pickups up the pace a bit at the end, and also gives us some practical functions, which show you how you'd use this in real life.

michaelfresco
Автор

I am usually shocked if the best Python tutorials on, well, anything, can't be found on your page. You are an amazing teacher with great talent. Thank you for all your work.

starkarma
Автор

No book can replace your fantastic videos! For years(embarrassing) I've put all my data into huge arrays because I had horror of databases. With your video, so clear and understandable presented, I will now dive into it.

basetroll
Автор

You teach so many things in only 29 minutes, so clear. Voice, image, sound, simplicity, direct to matter. Great! ☑☑☑☑☑

Luis_Fernando_Pouliot_Madero
Автор

One of the best tutorials ever. After a long time I wasn't confused on learning something new and wasn't also bored to leave it! AWESOME

devrubic
Автор

This tutorial is a Gem, seriously.... God Bless You Corey... keep making great stuff mannnn....

VictorMongi
Автор

My man teaching not only how to do the basic stuff but also what we can apply on a real world project (security, best practices etc.) you're the best.

PaoPaw
Автор

I had to pause this vid midway to watch your OOP Tutorials 1 and 2. Your videos are consistently well-made that I could bounce off different tutorials and easily integrate them with the current lesson. Kudos!

BeeBee--
Автор

That was exactly any newbie Pythonian could ask ! I feel like I have completed my whole uni semester in 29 minutes. Thanks mate !

khan
Автор

Mr. Shafer, thank you very much for your tutorial. It's so clear and enlightening. I rewrote one of my script using SQLite to store records and query, which is more efficient than my previous approach (to store data in excel via openpyxl and search cell from the whole worksheet). Much appreciated.

vvqwvjv
Автор

Simply one of the best Python tutorials out there, so good it forced me to put my first comment out here :) ... thank you Corey!

amyst
Автор

I LOVE YOU, finally someone who explains their code and not only code so we can actually understand it. THANK YOU SO MUCH!

drakZes
Автор

Clear choice of words. Your teaching skills are amazing.

jerwinsamuel
Автор

So glad I found this video as my first look at SQLite--perfect level of instruction. Hoping to find a bunch more from you.

shanerigsby
Автор

I love your videos
They do not turn into a big mess like others they get straight to the point like it should be!

Brandon-bmhp
Автор

You're a hero!
I love the way you explain things.
Thanks a lot

-sahlamahla
Автор

Thank you so much for making my life so much easier, I had no idea you could use triple quotes to write multiple line strings without having to use '/n'. This greatly improved my code's readability. Also, thanks a bunch for all of these free tutorials, they're absolutely fantastic!

imnodl