SQLite Backend for Beginners - Create Quick Databases with Python and SQL

  Рет қаралды 185,594

Python Simplified

Python Simplified

Күн бұрын

Пікірлер: 322
@netol02
@netol02 Жыл бұрын
Straight to the point, clear, no fuzz. Stuck trying to figure out how to create a new sqlite db file and not even 5 minutes in and I'm already up and running! Thank you very much for your content and how detailed and clearly explained your tutorials are.
@biggerterry
@biggerterry 5 ай бұрын
Let me add that the video was carefully edited to move along quickly. You spent your time to save my time. Much appreciated.
@toulasantha
@toulasantha 2 жыл бұрын
Your voice is tailored for teaching. Definitive and clear with authority. All the best.
@seraphweathers5808
@seraphweathers5808 2 жыл бұрын
BLESS YOU!!!! ILY!!! I had spent hours learning SQL just so that i wouldn't have to pull data from .txt files like a caveman, and i was getting a bit frustrated while trying to impliment it in Python. Ran into this tutorial and you taught me in less than 15 minutes... All those other sql tutorials were a waste of time for what I was trying to do! Yet you're straight to the point, BAM this is how its done, and I love it!! Thank you!!!
@novicetech1
@novicetech1 11 ай бұрын
Wow! This is the best SQLite tutorial I've ever seen. Clear, concise, and to the point. Thank you.
@Re4perZer0
@Re4perZer0 2 жыл бұрын
it boggles my mind how my professor couldn't explain this so simply as you did.
@veebxl
@veebxl Жыл бұрын
where have you been all my life ? it is all so clear in my head when you explain ! 🌼thank you so much !
@thearchibaldtuttle
@thearchibaldtuttle 2 жыл бұрын
As a seasoned silverback gorilla in IT I love to listen to this enthusiastic and capable presenter!
@cajunstrat
@cajunstrat Жыл бұрын
That was fun...just created my first sqlite python script. You are a great teacher.
@davidgodinez7146
@davidgodinez7146 2 жыл бұрын
Really great video! I'm going through all of these and learning a ton! I think the only suggestion I would give is to include a line for `connection.commit()` to save the data in the database. This is helpful is you want to have another script or do more with the data and don't have to deal with running this script every single time. Great work!
@Headlikeanorange84
@Headlikeanorange84 2 жыл бұрын
Thanks a bunch! I was wondering why I got an empty database message when doing the Basic Guide to Pandas (in which this database is loaded).
@abdusamadabdullakhanov6732
@abdusamadabdullakhanov6732 3 жыл бұрын
you know what? my mind is focusing on your beauty!!!!!!!!! not to your lessons! no, i find your video is helpful so much!!
@danielschwan3298
@danielschwan3298 2 жыл бұрын
You're helping me a lot with writing an Inventory and cash register system. This tutorial comes in very handy
@mauricealgorithm7320
@mauricealgorithm7320 2 жыл бұрын
The first beautiful programmer on KZbin
@chaimaghemati8713
@chaimaghemati8713 Ай бұрын
So simplified Mariya love so much, I hope my uni teachers simplify the things like you ❤❤
@nikluz3807
@nikluz3807 3 жыл бұрын
you are very good at explaining the code simply. thanks!
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much! 😊
@ClayMurray8
@ClayMurray8 3 жыл бұрын
SQLite is one of my favorite things. The C API is so easy to use for it and makes it easy to embed into desktop applications. I use it for my game, level data, asset data, save data all SQLite databases. A huge advantage is: You can do migrations! So many games update and change their save format and now you can't open old saves in the new version of the game. Using SQLite as your save file it's not hard to write queries that will update and save file from the previous format.
@theblindprogrammer
@theblindprogrammer 3 жыл бұрын
SQLite is so great that they even convinced Apple to use for their DBs, Core Data uses SQLite
@CurrentElectrical
@CurrentElectrical 3 жыл бұрын
My favourite tutorial so far, I was wanting to learn the basics of local sql, thank you Mariya. And hello from Ontario! Play safe.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Yeeeey! Super happy to hear! 😃😃😃 A new Sqlite tutorial is coming out in 2 days so stay tuned! (webscraping data directly into a database)
@zxbbvnm
@zxbbvnm 3 жыл бұрын
thank you so much for this! I'm studying database this semester and this is very big help🤩
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you Lemuel! 😃 I'm super happy to help!!
@theblindprogrammer
@theblindprogrammer 3 жыл бұрын
Have you learned Core Data yet? that is the DB system Apple uses for their products. It is awesome if you want to save data in iphones/ipads
@halbodb
@halbodb 3 жыл бұрын
Thanks for your tutorials. You are truly a great teacher! Please keep on going with the Python stuff... ❤️ 🐍
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much!! 😃😃😃
@kamertonaudiophileplayer847
@kamertonaudiophileplayer847 3 жыл бұрын
Sqlite is my favorite database. Thank you to provide a description of it for Python.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
You're absolutely welcome! 😁 I'm posting an additional Sqlite tutorial in a few days! (web scraping an entire database with mechanical soup and sqlite3) so stay tuned! 😉
@kamertonaudiophileplayer847
@kamertonaudiophileplayer847 3 жыл бұрын
@@PythonSimplified I bet you target data scientists as myself.
@9876rabi123456789
@9876rabi123456789 3 жыл бұрын
Dear madam, your Python OOP videos helped me soo much to understand the complex concept of OOP. Thank you madam for helping me. I have a request to you that if you could come with a complete Django course...
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Rabi Roy! 😃 Thank you so much for the lovely comment, I'm so happy I was able to help! 😊 Django is certainly on my "to do" list and a complete tutorial is coming soon! I'm running a bit behind schedule as I got a new exciting project in the making, but I'm aiming to post a Django video in the next few weeks... hopefully, it will help you with your project! 😁 In the meanwhile, you can check out a similar framework to Django (called Flask) in this tutorial of mine: kzbin.info/www/bejne/bKHPh6aVrtl8fpo
@pip07200
@pip07200 3 жыл бұрын
Thank you for the clear explanation, as a total beginner.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
You're welcome! I'm glad you liked my explanation! 😃
@fabian_ftn6604
@fabian_ftn6604 3 жыл бұрын
Just Right in time, I'm learning Databases on college and I wanted to make a SQL database now I can thx!
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Yeeeeeeey! what a perfect timing! I'm super happy I'm able to help!!! 😃 What DB management system are you learning about? (BTW, I'm also a student and I'm also taking databases in this semester hahahaha)
@fabian_ftn6604
@fabian_ftn6604 3 жыл бұрын
@@PythonSimplified We just started with databases and they are showing us the basics , I think we are going to use Microsoft Access at first and then move on to MySQL Lol. (Thank for your videos they are helpful keep it up!!!)
@ahmedutuber
@ahmedutuber 2 жыл бұрын
we need more explames like this ! Python and SQL
@findthetruth3021
@findthetruth3021 2 жыл бұрын
It is really easy and loved the video, but I have the following questions. 1- how to upload data from CSV or Excel or Google sheets instead of the release list. 2- how to connect or import the created database with other platforms such us R language or Jupiter notebook. I will appreciate that if you can answer these questions above. Thanks in advance. 👏👏👏
@historian2
@historian2 3 жыл бұрын
I liked the exotic pronunciation of the word "cursor"!
@ForTheForsaken
@ForTheForsaken Жыл бұрын
The way you say cursor is just adorable.
@ryuyasho4468
@ryuyasho4468 3 жыл бұрын
Gorgeous Mariya, good morning 😘 Just wanted to thank you for the Roadmap Learning video. After I watched it, couple of blocks I had got cleared out and now I can see better. I will follow that map to victory 💜
@PythonSimplified
@PythonSimplified 3 жыл бұрын
I'm so happy to hear that Ryuya! 😃 Everything is better with a game plan! 💪💪💪 Hopefully I'll be able to complete my Python for Beginners series soon, but in the meanwhile - I recommend checking out some introduction to Python courses on platforms like Udacity, Udemy, Coursera, Idx. They are always offering some beginners courses for free, so if you know what you want to learn - these online academies are a very valuable resource! 😊
@alexandermuir8160
@alexandermuir8160 3 жыл бұрын
Argh Mariya, you make everything look and sound so easy. 🦘👍😉
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much Alexander! 😃 That's why I'm here! 😉
@johnmahugu
@johnmahugu 5 ай бұрын
more particularly, this tutorial is the best ever.
@shiroiookami424
@shiroiookami424 Жыл бұрын
Thanks for the tutorial I really love using SQL and exploring data
@rajith_kumara_piyadasa
@rajith_kumara_piyadasa 2 жыл бұрын
Thanks & superb condensed explanation. Keep it up! 👏👏👏
@melchiah6603
@melchiah6603 3 жыл бұрын
SQLite is simple, easy, efficient and beautiful, widely used in embedded technologies, and currently on Android. Very good tutorial, thanks for the nice explanation.
@theblindprogrammer
@theblindprogrammer 3 жыл бұрын
Apple also uses for their Core Data DB
@melchiah6603
@melchiah6603 3 жыл бұрын
@@theblindprogrammer i did not know that Apple also uses it. Thanks for the information.
@andrewmcbride88
@andrewmcbride88 6 ай бұрын
Wow, didn't expect this to be the most efficient tutorial ever. Thank you
@diwakar_tsn
@diwakar_tsn 3 жыл бұрын
Thanks for free course ❤️❤️🇳🇵
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you for the comment and the hearts! 😀
@behzodhoshimov3792
@behzodhoshimov3792 2 жыл бұрын
I really enjoyed from the tutorial because it was clear to understand. Thanks so much 😊.
@mtmanalyst
@mtmanalyst Жыл бұрын
Great stuff, thank you. Your explanations are very very good
@arijanrahimic3210
@arijanrahimic3210 3 жыл бұрын
Perfectly explained as always! Can’t wait for the next step 🥇🙏✌️
@AdamWeeksJ
@AdamWeeksJ 23 күн бұрын
I love your style, content and the way you teach! #KeepUpTheGoodWork
@romanhar4151
@romanhar4151 2 жыл бұрын
Thank very much for this very structured, easy to understand and nice presented tutorial. 👍🙂🙂
@flowi84
@flowi84 Жыл бұрын
Your explanations are so good. Thank You
@Lemmy13
@Lemmy13 8 ай бұрын
some people doesn't think. Before they write. What is that video tutorial about? What people complain about are examples. It doesn't matter that examples are correct. It's about the code isn't it? thank you !. Python & sqllite basic understanding now checked.😊
@paolotagliente5786
@paolotagliente5786 Жыл бұрын
amazing ....such a clear and perfect explanation of concepts.....love your videos!!!
@youcefmerah5707
@youcefmerah5707 3 жыл бұрын
that what i called Python simplified ps : if you're new to python ! this channel will make your life a lot easier
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much for your lovely comment Youcef! 😃😃😃 I really appreciate your support! 😊
@user-gf7uz6lq4d
@user-gf7uz6lq4d 5 ай бұрын
That's great! Very clear and simple!
@higiniofuentes2551
@higiniofuentes2551 Жыл бұрын
Thank you for this very useful video!
@nashenas1950
@nashenas1950 Жыл бұрын
Thank you so much I understood it very easily because of your presentation.
@ce6872
@ce6872 2 жыл бұрын
When I saw you I thought to myself "I'm in love" but I'm no simp...then I saw the GTA example,well I really am in love😂
@0x007A
@0x007A 2 жыл бұрын
The for-loop could be replaced by a INNER JOIN statement which might make it easier for beginners to understand. This is still a good introduction to basic SQL with Python. Hope your computer science studies are going well.
@johng5261
@johng5261 2 жыл бұрын
She needs a foreign key for that
@0x007A
@0x007A 2 жыл бұрын
@@johng5261 true which is another reason a JOIN should have been demonstrated.
@johng5261
@johng5261 2 жыл бұрын
@@0x007A yeah the second table didn't really add any value if it doesn't have a relation
@0x007A
@0x007A 2 жыл бұрын
@@johng5261 I presumed the foreign key requirement was implied in my original comment. I should have been explicit. :-)
@johng5261
@johng5261 2 жыл бұрын
@@0x007A explicit better than implicit
@dancomlex2012
@dancomlex2012 2 жыл бұрын
Increible, nunca había visto una programadora tan hermosa.
@wexleyyt5931
@wexleyyt5931 3 жыл бұрын
noooooooo i went to bed right before the premiere! great video as always though!
@2Calam
@2Calam 2 жыл бұрын
Wow, this was so good! I have been working with a few sql databases that were created by my teachers and I was trying to learn how to create my own. Yours was about the 10th video I tried and you were the first one to actually explain what the commands meant. I had no idea why people were typing connection or cursor. Thankyou! When we ran our search command: cursor.execute("select * from gta where city = :c", {"c": "Anywhere, USA"}) Could you please explain what the syntax city = :c does? Thanks again!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you so much! Super happy you found this tutorial helpful! 😃 With "city":c we assign a dictionary key named "c" to the column name "city". So "c" doesn't have to be "c" it could be anything you choose! It's best practice to avoid passing the actual values in an SQL query string (mostly for security reasons, from what I understand) So instead of passing the city name into the SQL command directly - we pass it as an attribute. So similar to where we used (?,?,?) As placeholders - "c" is also a placeholder for "liberty city". I hope it helps! 😊
@2Calam
@2Calam 2 жыл бұрын
@@PythonSimplified wonderful. Thankyou!
@andrewthought3350
@andrewthought3350 2 жыл бұрын
I used to use PHP for creating websites for fun. You persuade me to try Python in order to learn this bright technology and learn some things on a different way.
@abdultheseekerofknowledge4453
@abdultheseekerofknowledge4453 2 жыл бұрын
I've used PHP and it is total trash if it wasn't for all the legacy systems no one would use it imho
@kirbyurner
@kirbyurner 3 жыл бұрын
If office folks were more familiar with sqlite3 they could pass around structured data more effectively than they do using spreadsheets. I’m a big fan of spreading sqlite3 as an everyday productivity format. Versus spreadsheets.
@PerseyNyasha
@PerseyNyasha 3 жыл бұрын
I love you, thank you for your content😜
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much for the lovely comment! 😃
@sofiene4622
@sofiene4622 2 жыл бұрын
Thank you very match. it's really so easy I mean we dont need any server to use a data base. (thanks again from Tunisia)
@minhnguyenhainhat234
@minhnguyenhainhat234 2 жыл бұрын
your voice is so great to understand
@sid_blr
@sid_blr 2 жыл бұрын
This is amazing. Thank you for making the video!!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you so much! Super happy you liked it! 😃 Did you notice my code correction in the description with connection.commit() ??? Please add it after your insert commands to update the database file... otherwise it won't be saved 🙃
@alliedatheistalliance6776
@alliedatheistalliance6776 Жыл бұрын
If anyone else thought that the last part updated the database, just to be clear it doesn't, it fetches the data in a list and changes the values there, the original table remains the same.
@Jenko022
@Jenko022 8 ай бұрын
This is excellent material and relatable data. Thanks 🎉🎉🎉
@MrTaquiones
@MrTaquiones 3 жыл бұрын
Excelente, you are my dreamed teacher saludos desde Latinoamerica
@CaribouDataScience
@CaribouDataScience 2 жыл бұрын
Thanks that was helpful. What playlist is this video part of? Do you have a video using Pandas, data. frame and SQLite?
@sirnatre
@sirnatre 2 жыл бұрын
I loved it, excellent all very clear, so it makes you want to go to classes every day of the year. Gracias Totales XD
@Dylan_Miller
@Dylan_Miller Жыл бұрын
Very helpful, thank you for taking the time to make this.
@FritsvanDoorn
@FritsvanDoorn 3 жыл бұрын
Ok, that looked simple. Thank you.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
That's awesome! I'm happy to hear! 😃
@nigelpallatt
@nigelpallatt Жыл бұрын
When creating a table include this logic: cursor.execute("create table if not exists gta (release_year integer, release_name text, city text)") if not exists will stop the computer from trying to create a table again and crashing. FYI
@semtex2987
@semtex2987 3 жыл бұрын
nice introduction 👍 i used and use sqlite alot for quick & dirty stuff or simple demos. for anything else, tortoise orm is my way to go - once one worked with dataclasses it's hard to go back 😉 perhaps you do a video about that some time, could be an eye opener for a lot of people 😘
@theblindprogrammer
@theblindprogrammer 3 жыл бұрын
I never heard that, what is that? do you have vids about it?
@majki5900
@majki5900 2 жыл бұрын
Great explanation ! Thanks 🤓
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you Mikolaj! 😃 Please don't forget to add connection.commit() after you insert the data, I missed it in this tutorial but mentioned it in the next one: kzbin.info/www/bejne/g5yqgqCQpLKoiK8
@noufalns8045
@noufalns8045 2 жыл бұрын
Its very useful for my project well explained and easy code thanks mam❤️
@destinedtocode666
@destinedtocode666 3 ай бұрын
thank you very much! very clearly explained!
@mbtv942
@mbtv942 Жыл бұрын
Thanks for the wonderful explanation.
@freezoulou
@freezoulou 3 жыл бұрын
ok lest try this :) is working you are the best ...now i have to try with flask
@trtlphnx
@trtlphnx 3 жыл бұрын
This Helps me On a Current Project SO MUCH ~ You Are As Resourceful As you Are Lovely, Sweetie ~
@PythonSimplified
@PythonSimplified 3 жыл бұрын
That's awesome trtlphnx! I'm super happy to help!! 😃 What kind of project are you working on??? something exciting?? 😊
@lycan2494
@lycan2494 3 жыл бұрын
Love the thumbnail 😘
@lesteraxelballadareslopez5850
@lesteraxelballadareslopez5850 3 жыл бұрын
Excellent video "thumbs up"
@wildgorilla1205
@wildgorilla1205 8 ай бұрын
Cool, thanks!
@DRAGON_FullPower
@DRAGON_FullPower 3 жыл бұрын
Beautifull and smart, you're the dream of any man
@groomy88
@groomy88 Жыл бұрын
Thanks so much. Really easy to follow!
@marcellodichiera
@marcellodichiera 3 жыл бұрын
Great Video Mariya, is very important for snake coders and data scientists to know libraries for SQL and also to know key sql language.. Brava as usual 😊
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much! I'm super glad you liked this tutorial! 😀 I think that anyone who uses frameworks like Flask and Django must have at least a bit of background with the backend side of things! And since Sqlite is super intuitive and easy to set up - I really wanted to start from it 😉 I'll be covering other management systems like MySql and No-SQL shortly (MongoDB, for example, is super interesting to me! I'd love to give it a try and present it on this channel... hopefully we'll get to it quickly 😊)
@marcellodichiera
@marcellodichiera 3 жыл бұрын
@@PythonSimplified perfect, you read my mind with Mongo Di 😀.. thankssssse!!!
@PythonSimplified
@PythonSimplified 3 жыл бұрын
@@marcellodichiera great minds think alike 😉
@Tobs_
@Tobs_ 3 жыл бұрын
Thanks Python Lady, another great video 👍
@kamilaknapova8557
@kamilaknapova8557 Жыл бұрын
Simply irresistible tutorial, thnx*
@ferrari748
@ferrari748 3 жыл бұрын
Great explanation!
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you! 😊
@William593-n6x
@William593-n6x 2 жыл бұрын
Thank you very much for your contribution! Please can you show us how to implement this database with flask? I try to do this but I get confused when entering the data through a form.
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Absolutley! We'll do this in the upcoming Flask + Sqlite tutorial! 😃 If you're really curious, I've already loaded the code to Github, you can find it here: github.com/MariyaSha/groceriesList I hope it helps you with your project! good luck! 😁
@zaanmorningstar
@zaanmorningstar 3 жыл бұрын
Solid video, thanks for the great detail!
@ygjt76v0-----
@ygjt76v0----- 3 жыл бұрын
Your explain is slow and easy to understand
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you! glad you found it easy! 😃
@nescorrosete4830
@nescorrosete4830 2 жыл бұрын
good work king, love you
@kcoppa
@kcoppa 2 ай бұрын
I love when the way she says. Cursor. "Core Sore"
@the-game
@the-game 2 жыл бұрын
Thank you for this tutorial 🤩
@joywins2dois2be43
@joywins2dois2be43 Жыл бұрын
thank you very much for kind teaching. Because we get 3 columns from "select * from gta", and there are 3 columns in a row of gta_search, so I want to know how value is 'city'. cursor.execute("create table gta (release_year integer, release_name text, city text)") cursor.execute("select * from gta where city=:c", {"c": "Liberty City"}) gta_search = cursor.fetchall() for i in gta_search: print(["New York" if value == "Liberty City" else value for value in i])
@adriannowik
@adriannowik 3 жыл бұрын
Impresionante Maryia !!!
@marcusmorasalas5436
@marcusmorasalas5436 2 жыл бұрын
I love your tutorials. Do you have some video about using json in python?
@tigreonice2339
@tigreonice2339 2 жыл бұрын
Thank you. I love your channel
@kennethstephani692
@kennethstephani692 Жыл бұрын
Another great video!
@patocuchara01
@patocuchara01 3 жыл бұрын
I love sqlite on python, it just fits so well, and sqlite works perfectly for integrated tests in python.
@andromydous
@andromydous 2 жыл бұрын
If I was writing my own code, then I would test it multiple times as I go along. However, I just followed your lead (minus the constant testing). I wish I hadn't. I made so many typos.
@Leonardo_A1
@Leonardo_A1 Жыл бұрын
Great introduction THANKs Leonardo
@princeanirah
@princeanirah Жыл бұрын
Hello, I would like to know if you know of a way to convert SQLite Database to MS SQL. If so, can you walk me through it? Can you show multiple processes on what to do? and multiple tools that can be used to automate the database conversion.
@JorgeEscobarMX
@JorgeEscobarMX 3 жыл бұрын
This is really good tutorial. Python gives me anxiety (AWS Lambdas) but it seems like a very fun language when I see it on tutorials.
@theblindprogrammer
@theblindprogrammer 3 жыл бұрын
Python is easier to write unlike Java or C++ where you have to declare everything before you use them.
@JorgeEscobarMX
@JorgeEscobarMX 3 жыл бұрын
@@theblindprogrammer I would argue that's an advantage. You would be amazed how unpredictable a property becomes when you don't "enforce" a type on it.
@theblindprogrammer
@theblindprogrammer 3 жыл бұрын
@@JorgeEscobarMX I absolutely agree. At least in the beginner stage data type has to be enforced.
@Optimusjf
@Optimusjf 2 жыл бұрын
Thank you. This cristal clean.
@asthmatic2455
@asthmatic2455 3 жыл бұрын
Hi, great video. Technical only - if you look at the contents of the sqlite database in any editor (even text), the data stored in it is freely readable, not encoded in any way.
@serenadenphoto
@serenadenphoto 3 жыл бұрын
I love your videos but… Maryia, what you showed here wasn't exactly the sql way of joining two tables as I expected to learn more about.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Lars! 😃 You're right, this one is more of an introduction video which doesn't dive into too many details. If you already know the SQL command you'd like to use (I'm assuming it's the inner join one?) You can place it inside a cursor.executescript("my sql command") object 😃 If you need some more guidance on the inner join commands, checkout this tutorial: www.sqlitetutorial.net/sqlite-inner-join/ I couldn't check it myself as I'm away from my computer at the moment, but I hope it helps! 😊
Read Giant Datasets Fast - 3 Tips For Better Data Science Skills
15:17
Python Simplified
Рет қаралды 53 М.
Web Scraping Databases with Mechanical Soup and SQlite
19:19
Python Simplified
Рет қаралды 92 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 27 МЛН
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,9 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 32 МЛН
How To Choose Mac N Cheese Date Night.. 🧀
00:58
Jojo Sim
Рет қаралды 92 МЛН
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 414 М.
List Comprehension - BEST Python feature !!! Fast and Efficient
14:51
Python Simplified
Рет қаралды 197 М.
SQLite Databases With Python - Full Course
1:29:37
freeCodeCamp.org
Рет қаралды 687 М.
Migrating from Postgres to SQLite with Kent C. Dodds
57:02
Aaron Francis
Рет қаралды 14 М.
SQLite Introduction - Beginners Guide to SQL and Databases
21:49
Caleb Curry
Рет қаралды 45 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 100 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 815 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 27 МЛН