Python Kivy tutorial #4: Data handling, widget referencing | Kivy app project

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

  • @florinbujoreanu1020
    @florinbujoreanu1020 6 หลายเดือนก่อน

    Perfect explanation, this man is teaching us how to fish, unlike the others.
    I have no words of gratitude.

  • @florinbujoreanu1020
    @florinbujoreanu1020 6 หลายเดือนก่อน

    Only 1 of your videos brings more value than other tutorial youtubers tens of videos.
    I am so happy to re-discover your channel.

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

    Excellent tutorial that takes the time to really teach what goes on behind the scenes in Kivy. Other tutorials haven't given me as clear an idea of how Kivy properties work as this one!

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

      Thank you! I glad my content was useful for you!

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

      Hello can you help me with the code!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!

  • @robinpipslayertekprofitsfa2644
    @robinpipslayertekprofitsfa2644 11 หลายเดือนก่อน

    OMD!! you have saved me HOURS in digging!!
    I know I've gone over this already somewhere, but to go back in months of research for one simple solution!! WOW! 20 mins well worth the subscribe and like!! Thank You Brother!!
    Hope we can meet soon for some coding and coffee!! hahaahaa!!

  • @MrScubesnaxx
    @MrScubesnaxx 5 ปีที่แล้ว +5

    Hands down one of the most informative Kivy tutorial series I've seen so far!....Keep up the good work

    • @RedEyedCoderClub
      @RedEyedCoderClub  5 ปีที่แล้ว

      Thank you

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

      Hello can you help me with the code!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!

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

    great way of explanation things trough shell!!!

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

      Yep! Thank you!

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

      Hello can you help me with the code!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!

  • @ВасяДомин-ъ8п
    @ВасяДомин-ъ8п 3 ปีที่แล้ว +1

    Спасибо тебе друг, ты гений!

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

    Wow, nice tutorial! I learned about references in Kivy :D
    Thanks to this video I learned about the dir(object) method to know what the objects in the app are and their properties and the id property is not a string but an object and the text is a key to reference it, also I learn how to use the interactive mode for getting more information
    Thank you so much!

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

      Thank you for your comment. Glad that the you found the video useful :) Have a nice day

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

      @@RedEyedCoderClub Have a nice day, too!

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

      Thank you!

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

    Very helpful explanation. Two comments: 1) the 'next video' cards at the very end obscure the code that you are talking about. 2) What is the reason for changing the names of the ids for TextInput and Label inside my.kv? If left as text_input_123 etc. it still works.

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

      Thank you!
      1) I fixed the cards
      2) Yes, text_input_123 works well. And any other id will. I just thought that the line
      input_field: input field
      is a bit confusing, and wanted to clarify how it's working, so initially named it as input_field_123

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

      Hello can you help me with the code!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!

    • @robinpipslayertekprofitsfa2644
      @robinpipslayertekprofitsfa2644 11 หลายเดือนก่อน

      @@R7amosif you have not found @dataclass by now, i'll be in absolute shock!! Hope you found your answer 🙂

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

    What video should I make next? Any suggestions? *Write me in comments!*
    Follow me @:
    Telegram: t.me/red_eyed_coder_club
    Twitter: twitter.com/CoderEyed
    Facebook: fb.me/redeyedcoderclub
    Help the channel grow! Please Like the video, Comment, SHARE & Subscribe!

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

    Thank you. You make it simple for a newbie like me to follow :-)

    • @RedEyedCoderClub
      @RedEyedCoderClub  4 ปีที่แล้ว

      Thanks for watching!

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

      Hello can you help me with the code!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!

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

    Wow!

  • @digitalmachine0101
    @digitalmachine0101 5 หลายเดือนก่อน

    Good information

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

    If a children have a children how to reference that from parent ????

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

      Any suggestions? Did you already try something?

  • @florinbujoreanu1020
    @florinbujoreanu1020 6 หลายเดือนก่อน

    TOP NOTCH! Bravo!

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

    perfect thanks

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

    thnks man u r awesome

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

      Thank you

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

      Hello can you help me with the code!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!

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

    Hello can you help me with the code!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!

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

      If you want to save the user's input you have to use sqlite, for example

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

    Krakozjabra as a text_input id in russian version was better :-) !

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

    Ты русский?

  • @d-shiri
    @d-shiri 3 ปีที่แล้ว

    watch it in 1.5 speed. thank me later

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

      Thanks for comment

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

      Hello can you help me with the code!! I want to store data in the form of dictionary which when user inputs certain keyword , the value stored in the dictionary related to the keyword print in the app!!