Mastering Python| Developing a CRUD Application with PyQt5 and sqlite3| Arfan Shahzad

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2023
  • #python #crud #pythonprogramming
    In this TH-cam series, we dive into the world of GUI application development with Python, focusing on creating a powerful CRUD (Create, Read, Update, Delete) application using PyQt5 and sqlite3. Whether you're a beginner or an experienced developer looking to enhance your skills, join us as we break down the complexities of PyQt5 and sqlite3, guiding you through the step-by-step process of building a fully functional application.
    🚀 Key Topics Covered:
    Setting up the PyQt5 environment
    Designing a user-friendly interface with Qt Designer
    Connecting the GUI to sqlite3 for data storage
    Implementing the four CRUD operations seamlessly.

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

  • @albertomorenogil6506
    @albertomorenogil6506 7 หลายเดือนก่อน +1

    Dear Arfan: I'm following with utmost interest this video of yours. It's very well explained and I'll study it from beginning till the end. Then I'll applicate it to my plans. Thank you and have a good day, Alberto.

  • @albertomorenogil6506
    @albertomorenogil6506 7 หลายเดือนก่อน +1

    Hello Arfan: I've copied the first part of this video, till 11:40 and get no error. But when i execute it with Python.exe I get an error ""Could not find QPushButton in PyQt5". Searching in the web I find that it is the effect of trying to execute with PyQt5 an application made with PyQt4. I don't know how it could be since everything is made with the same PyQt. On the web is said that to fix it write "btn = QTWidgets.QPusButton('Button')" but I get an error. I don't know if I should previously define this "btn" as a variable. Which is your advice to fix the problem of QPushButton? Thank you very much, Alberto,.

    • @ArfanShahzadTech
      @ArfanShahzadTech  7 หลายเดือนก่อน

      Hi Alberto,
      I hope you are doing well.
      I can share code with you.
      Email me at arfanskp@gmail.com
      Or WhatsApp +923455922495

  • @albertomorenogil6506
    @albertomorenogil6506 4 หลายเดือนก่อน

    In this exercisee on line 34 on "self.add_button.clicked.connect(sef.addStudent)" I get always the error: Attribute error: 'MainWindow' has no attribute 'addStudent'. If I change this word for another i get the same message. It is the only error that I get in this exercise and I have copied exactly your code. Thanks.

    • @albertomorenogil6506
      @albertomorenogil6506 4 หลายเดือนก่อน

      Of course I write "self.addStudent", not sef