Build Real Software with Python, PyQt5 and QT Designer
Build Real Software with Python, PyQt5 and QT Designer, available at $54.99, has an average rating of 4.15, with 22 lectures, based on 307 reviews, and has 12252 subscribers.
You will learn about Build full functional software from A to Z using Python and PyQt5 Design an attractive GUI using QT Designer Learn how to design, program and sell your data management App Learn step by step how to develop a database under Sqlite and how to display results on your GUI Learn how to use any Widget under PyQt5 and how to solve programming issues Python Desktop Application Development with PyQt This course is ideal for individuals who are Beginner and intermediate Python programmers that want to build the next level software. or Students that are curious about GUI development using Python and PyQt5 and they want to get a clear step by step methodology. or Data Scientist that wants to convert their models into a GUI usable software or Database Software developers that need to learn the robust GUI plateforme for Python: PyQt5 instead of Tkinter or Any Python programmer that is upset with other GUI tools and want to go PRO with the QT world. or Student welling to Learn "In a fast way" the Python Desktop Application Development with PyQt It is particularly useful for Beginner and intermediate Python programmers that want to build the next level software. or Students that are curious about GUI development using Python and PyQt5 and they want to get a clear step by step methodology. or Data Scientist that wants to convert their models into a GUI usable software or Database Software developers that need to learn the robust GUI plateforme for Python: PyQt5 instead of Tkinter or Any Python programmer that is upset with other GUI tools and want to go PRO with the QT world. or Student welling to Learn "In a fast way" the Python Desktop Application Development with PyQt.
Enroll now: Build Real Software with Python, PyQt5 and QT Designer
Summary
Title: Build Real Software with Python, PyQt5 and QT Designer
Price: $54.99
Average Rating: 4.15
Number of Lectures: 22
Number of Published Lectures: 22
Number of Curriculum Items: 22
Number of Published Curriculum Objects: 22
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Build full functional software from A to Z using Python and PyQt5
- Design an attractive GUI using QT Designer
- Learn how to design, program and sell your data management App
- Learn step by step how to develop a database under Sqlite and how to display results on your GUI
- Learn how to use any Widget under PyQt5 and how to solve programming issues
- Python Desktop Application Development with PyQt
Who Should Attend
- Beginner and intermediate Python programmers that want to build the next level software.
- Students that are curious about GUI development using Python and PyQt5 and they want to get a clear step by step methodology.
- Data Scientist that wants to convert their models into a GUI usable software
- Database Software developers that need to learn the robust GUI plateforme for Python: PyQt5 instead of Tkinter
- Any Python programmer that is upset with other GUI tools and want to go PRO with the QT world.
- Student welling to Learn "In a fast way" the Python Desktop Application Development with PyQt
Target Audiences
- Beginner and intermediate Python programmers that want to build the next level software.
- Students that are curious about GUI development using Python and PyQt5 and they want to get a clear step by step methodology.
- Data Scientist that wants to convert their models into a GUI usable software
- Database Software developers that need to learn the robust GUI plateforme for Python: PyQt5 instead of Tkinter
- Any Python programmer that is upset with other GUI tools and want to go PRO with the QT world.
- Student welling to Learn "In a fast way" the Python Desktop Application Development with PyQt
Are you thinking to master PyQt5 for Graphical User Interface Development ? Do you write some codes in Python and you wonder how you can convert everything to a nice interactive user interface that can be used by huge number of people ?
I can grantee to you that you are taking the best decision in today World. After doing this course, you will meet your goal.
I designed this course in a way to cover all the mandatory aspects of Python-PyQt development, starting from Downloading the working tools until the final deployment of our software to other users. The learning method i chooses is particular because we will work on a real case study “nothing better than doing real things” => we will create a software to respond to a customer demand (a Spare Parts Management Software for Manufacturing Company)
What Students Already saying about this course:
Tuhin : “The instructor has prompt knowledge about all the topics he taught us”
Gopal: “Hands-on – Step by step explanation”
Tanmay: “Very Excellent work so far and made easy to understand”
Anurag: “Excellent faculty … i just loved the way he taught us … thanks sir for sharing your knowledge”
Mridul: Great contents with real world app development insight with Python. Expecting more in near future”
AND MORE…
……
Special Focus:
What i grantee to you in this course also is that you will get instant feedback on all your questions (less than 24h feedback). This will allow you to learn even faster and get up and solve any issue that you may face during your projects and codes.
Why Python & Why PyQt ?
The Python language has a large number of advantages: it is an object oriented language, interpreted, dynamically typed and benefiting from memory management via a garbage collector.
For all these reasons, Python is a very simple language to use. However, creating interface in Python using basic tools is somewhat tedious. This is why there are many Python modules allowing to realize graphical interfaces, PyQt is the best.
Multi-platform available for Unix, Windows and Mac OS X; native look and feel the applications present the appearance of the operating systems on which they run by default, but it is possible to install another look and feel, even at runtime; it is implemented on the lower layers of graphics systems.
PyQt is a module which allows you to link the Python language with the Qt library. It allows you to create graphical interfaces in Python. An extension of QtDesigner (graphical utility for creating Qt interfaces) makes it possible to manage the python code of graphical interfaces. PyQt has all the advantages of the famous Qt.
What you will learn in this course:
The Skill that you will learn is: Python Desktop Application Development with PyQt
-
Introduction to the course objectives and modules
-
Install Anaconda
-
Install PyQt5
-
Install SQLITE Manager
-
Create parts.db database and fill it with data
-
Create first Python script to connect and query the parts.db
-
Introduce QT Designer and create GUI
-
Create beautiful style for the GUI
-
Create the full code to run the GUI and do the software functionality
-
How to add and compile ressources like (photos…)
-
How to make an final executable file and share it with friends.
Course Curriculum
Chapter 1: Introduction and Course Overview
Lecture 1: Introduction and Project Description
Lecture 2: Preview of the Final Result (GUI software and Database)
Chapter 2: Download and Install the Working Tools, Create the Database
Lecture 1: Download and Install the Working Tools (Python 3.6 | PyQt5 | Sqlite )
Lecture 2: Create the Sqlite Database and fill it with Data
Lecture 3: Data Table
Chapter 3: Design of the GUI in QT Designer
Lecture 1: Design of the GUI in QT Designer – Part1
Lecture 2: Design of the GUI in QT Designer – Part2
Chapter 4: Inventory Management Software Programming in Python
Lecture 1: Programming Part 1 – Create PyQt GUI loading and displaying Class
Lecture 2: Programming Part 2 – Load Data from Database and display in GUI Table
Lecture 3: Programming Part 3 – Create Search Filter for Parts Inventory Count
Lecture 4: Programming Part 4 – Display Parts Inventory Statistics in QLabels
Lecture 5: Programming Part 5 – Display Top 3 Parts in QTable and Navigation Rows in GUI
Lecture 6: Programming Part 6 – Update Database table from our GUI button
Lecture 7: Programming Part 7 – Delete a Row from our Database Table using GUI commands
Lecture 8: Programming Part 8 – Add new Rows and Data to our Database from the GUI
Lecture 9: Programming Part 9 – Add Navigation buttons FIRST, PREVIOUS, NEXT, LAST
Chapter 5: Add Ressources to GUI, include CSS style, Compile the Software as EXE file
Lecture 1: Include photos ressource to our GUI and link it to Python code
Lecture 2: Add CSS Style to the GUI form in QT Designer
Lecture 3: Compile the Software as (.exe) file using PyInstaller and AUTO-PY-TO-EXE
Lecture 4: In case you get EXE error
Lecture 5: Source files (Database + Python Code + GUI)
Chapter 6: Bonus Lecture
Lecture 1: Bonus Lecture
Instructors
-
KHDOUDI Abdelmoula
Engineer & Phd
Rating Distribution
- 1 stars: 10 votes
- 2 stars: 21 votes
- 3 stars: 49 votes
- 4 stars: 96 votes
- 5 stars: 131 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024