This SQLite Database Model is Easy and Ready for your Python Projects!

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น •

  • @return_1101
    @return_1101 3 ปีที่แล้ว +1

    First! Great video.

  • @holdenchen6270
    @holdenchen6270 3 ปีที่แล้ว +3

    This is exactly what I've been looking for. Thank you. I'm working on a Flask project that involves web scraping to database. Your videos help a ton!

  • @finkyfreak8515
    @finkyfreak8515 ปีที่แล้ว +1

    Great video as always John! I have recording tip for you. There are apps(Loom; it also records in circular shape so better than square...) that moves your headcam up or down depending on your mouse (not sure about keyboard cursor). Or you could write something that does it for you. Wishing you a good luck!

    • @JohnWatsonRooney
      @JohnWatsonRooney  ปีที่แล้ว +1

      Thanks! It’s been a while since I made this video and now I use separate recordings for face cam and screen so I can move it around and adjust while editing

  • @smalltardigrade
    @smalltardigrade 2 ปีที่แล้ว +1

    Just saved a Digital Assignment with this.
    Thaaaaank You!!

  • @ammaralzhrani6329
    @ammaralzhrani6329 3 ปีที่แล้ว +2

    You are my teacher thank for all your tutorials.

  • @georgeseese
    @georgeseese 2 ปีที่แล้ว +3

    re: self.con.commit. Suggestion to use Context Manager (with self.con: self.cur.execute("""INSERT etc. ) commit and close are not needed.

  • @bisratgetachew8373
    @bisratgetachew8373 3 ปีที่แล้ว +1

    Great video, thanks John!

  • @AlmoGamingHD
    @AlmoGamingHD 3 ปีที่แล้ว +1

    Another fantastic Tutorial! Keep with this great Work!

  • @peterkim9696
    @peterkim9696 3 ปีที่แล้ว +1

    Thanks mate. This is really cool especially doing it in OOP way

  • @__python__
    @__python__ 3 ปีที่แล้ว +2

    Many thanks...

  • @georgeseese
    @georgeseese 2 ปีที่แล้ว +1

    I like the idea of always using triple quotes for """SQL command""" even if it's not required (e.g. on a short command "SQL command").

    • @JohnWatsonRooney
      @JohnWatsonRooney  2 ปีที่แล้ว

      Yes you’re right I think that is better too

  • @goldentertainment2335
    @goldentertainment2335 3 ปีที่แล้ว +1

    Great Explanation Sir,

  • @abdolabdollah1783
    @abdolabdollah1783 9 หลายเดือนก่อน

    Excellent works

  • @ivanmihaylov6586
    @ivanmihaylov6586 3 ปีที่แล้ว +1

    Thank you very much, buddy! :) Keep making good videos!

  • @Kyosika
    @Kyosika 3 ปีที่แล้ว +1

    Never worked with SQLite, time to give it a shot. Is it similar to Google's Big Query?

    • @JohnWatsonRooney
      @JohnWatsonRooney  3 ปีที่แล้ว

      I’m not sure I’ve never used that! It’s a good starter sql database that is stored locally and is good for learning on and small applications. Also easy enough to port it over to something better when needed

    • @Kyosika
      @Kyosika 3 ปีที่แล้ว +1

      @@JohnWatsonRooney Will definitely give this a try. You have no how much easier you've made my life with your Python videos.

    • @gleysonoliveira802
      @gleysonoliveira802 3 ปีที่แล้ว

      I was about to ask it also! Thanks for both question and answer!!!

  • @melih.a
    @melih.a 3 ปีที่แล้ว +1

    This is really cool

  • @KhalilYasser
    @KhalilYasser 3 ปีที่แล้ว +1

    Brilliant. Thank you very much.

  • @GeorgyKizesov
    @GeorgyKizesov 3 ปีที่แล้ว

    Hi John, thank you for the great content you are producing. Just a quick question in relation to the above. Should you also include db.create_table() into example_usage.py? Thanks!

  • @senthilsds
    @senthilsds 3 ปีที่แล้ว

    Thank you for your videos.

  • @georgeseese
    @georgeseese 2 ปีที่แล้ว +1

    Thanks. Re: DATE type. SQlite says it has 5 types, not including DATE. But DATE is accepted. Your var 'today' is a string. Why not use type TEXT?

    • @JohnWatsonRooney
      @JohnWatsonRooney  2 ปีที่แล้ว

      Yes, correct again. I'm mixing types here which is not a good idea

  • @randomdude7386
    @randomdude7386 2 ปีที่แล้ว

    can I make this work with an nested class for the tables as I want to have a range of "presets" saved up, that can be chosen within a GUI that gives out a variable that decides what preset is chosen and triggers some other code that would read and write from/to this table as needed, but I ran into the problem that I cannot pass the cursor/connection from my database class to my table class

  • @Henry_Nunez
    @Henry_Nunez 2 ปีที่แล้ว

    Sera posible la ventana donde te muestras un poco mas pequeña por favor. 🙏

  • @mohammademal480
    @mohammademal480 2 ปีที่แล้ว

    How to convert the large number of data from csv to sqlite?

  • @oguzturkyilmaz543
    @oguzturkyilmaz543 ปีที่แล้ว

    Thanks

  • @mohammademal480
    @mohammademal480 2 ปีที่แล้ว

    how to Store large number of data into sqlite? using python?

  • @majdmustafa2733
    @majdmustafa2733 2 ปีที่แล้ว

    Hi John GREAT VIDEO BTW I've followed the structure of your code and i really like it but i've been having a problem. my problem is trying to insert data from a user input from a different .py File

  • @mylordlucifer
    @mylordlucifer 3 ปีที่แล้ว +1

    Nice

  • @samnfs
    @samnfs 3 ปีที่แล้ว

    i'm looking to web-scrape google news for all the articles for my country about COVID-19 for a year(2020-till now),
    I've tried all the methods and i'm definitely doing it wrong,
    can you please make a video on that?
    love from india.

  • @higheringai68
    @higheringai68 3 ปีที่แล้ว +1

    17 likes - 87 views
    Wow!

  • @graczew
    @graczew 3 ปีที่แล้ว +1

    Second :) do i get pin ;) :D:D:D great content as always!

    • @JohnWatsonRooney
      @JohnWatsonRooney  3 ปีที่แล้ว

      Haha thanks! There can only be one pin sorry!!

    • @graczew
      @graczew 3 ปีที่แล้ว

      @@JohnWatsonRooney I know. I will try act faster next time 😉