All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
6 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
6 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • Learn the new Qml 3
  • Learn Python native threading
  • Qt Signals and Slots in Qml 3
  • Learn how to build a wheel (.whl) for PyPi
  • Design an app according to a UI/UX design prototype
  • Build GUI Applications with Python
  • Bundle an app into a .exe, .dmg, etc file

NB: CERTAIN VIDEOS MAY HAVE BAD SOUND

The reason I got into python, I wanted to be a software engineer, I had just built a chat app in PHP and JQuery and a girl asked me if it could run on phone. I responded yes, but I knew that would only be possible using help using non-native means. I wanted native builds, not some complex framework which will only allow me to make a web app whiles I could use the time to study a full fledge programming language. There were others like making a web view app, I didn't like the Idea because there would definetely be setbacks. And I also wanted to be a software engineer or developer, I had built two almost identical CMSs with PHP and I felt I was ready to move into the software development space.

So I made up my mind to go straight into software development, what language should I use? I turned to Google, and Google made it clear that I should turn to python.

The exact thing they did was, they mentioned two things:

1. It is easier to learn and,

2. Some modern applications are built with it. What application? Blender3d. I knew blender, it is a beautiful 3d software.

So I got into python because I wanted to build softwares with it.

 

Today most python programmers actually want to build web apps, python has been so popular, its power is been used to almost overthrow PHP. Personally I don't like it for two reasons:

1. I love PHP, it made me feel like a programmer, more than JavaScript ever did.

2. Python is capable of a lot more, that is not its preserve. Its domain is in the software development world.

The many python developers should be building softwares with it, not web apps. Web apps has many alternatives, but in the software developement space python is almost alone when it comes to learnability, readability and availability. Even on Android we are leaking there soon we will be so there.

 

I hope you take my humble advice and study software development with python. It is awesome. This course is focused on that. Enjoy lets go.

  • Knowledge in basic python programming
  • Python developers
View More...
  • Section 1 : Introduction 4 Lectures 00:13:59

    • Lecture 1 :
    • Lecture 2 :
    • Introduction
    • Lecture 3 :
    • Qt's preference of Qml
    • Lecture 4 :
    • Comparisons between QtWidgets and Qml
  • Section 2 : Installation 10 Lectures 00:23:43

    • Lecture 1 :
    • Anaconda
    • Lecture 2 :
    • Fix, if python is not on path
    • Lecture 3 :
    • Config Pip if need be
    • Lecture 4 :
    • PyQt5
    • Lecture 5 :
    • Ninja-Preview
    • Lecture 6 :
    • Ninja-Preview via pip
    • Lecture 7 :
    • Download Qt
    • Lecture 8 :
    • Install PyInstaller
    • Lecture 9 :
    • Install Twine
    • Lecture 10 :
    • Install an ico converter
  • Section 3 : The Path 1 Lectures 00:04:09

    • Lecture 1 :
    • Front end first
  • Section 4 : Transition to intermediate 2 Lectures 00:14:23

    • Lecture 1 :
    • Declaring star(*) function parameters
    • Lecture 2 :
    • Decorators
  • Section 5 : Hands on PyQt 6 Lectures 00:06:42

    • Lecture 1 :
    • Create project files
    • Lecture 2 :
    • Script the python file
    • Lecture 3 :
    • Script the qml file
    • Lecture 4 :
    • Run the python file
    • Lecture 5 :
    • Add text "Hello World"
    • Lecture 6 :
    • Lets get started
  • Section 6 : The basics 10 Lectures 00:52:34

    • Lecture 1 :
    • First Window
    • Lecture 2 :
    • Window flags
    • Lecture 3 :
    • Rectangle
    • Lecture 4 :
    • Property
    • Lecture 5 :
    • Id
    • Lecture 6 :
    • Anchors
    • Lecture 7 :
    • Text
    • Lecture 8 :
    • Label
    • Lecture 9 :
    • Image
    • Lecture 10 :
    • Component
  • Section 7 : The Layouts 6 Lectures 00:42:22

    • Lecture 1 :
    • Layouts Introduction
    • Lecture 2 :
    • RowLayouts
    • Lecture 3 :
    • Column Layouts
    • Lecture 4 :
    • Grid Layout
    • Lecture 5 :
    • Stack Layout
    • Lecture 6 :
    • Custom type
  • Section 8 : The Views 5 Lectures 00:32:34

    • Lecture 1 :
    • List View
    • Lecture 2 :
    • List Model
    • Lecture 3 :
    • Grid View
    • Lecture 4 :
    • Stack View
    • Lecture 5 :
    • Swipe View
  • Section 9 : The Control Types 4 Lectures 00:31:13

    • Lecture 1 :
    • Buttons
    • Lecture 2 :
    • Text Field
    • Lecture 3 :
    • Dial
    • Lecture 4 :
    • How to customize controls
  • Section 10 : Communicate 3 Lectures 01:22:20

    • Lecture 1 :
    • Signals and Slots (Qml 2)
    • Lecture 2 :
    • Signals and Slots 2 (Qml 2)
    • Lecture 3 :
    • Threading
  • Section 11 : Resources 2 Lectures 00:26:11

    • Lecture 1 :
    • Design a qml UI again
    • Lecture 2 :
    • The RCC
  • Section 12 : Build 2 Lectures 00:07:48

    • Lecture 1 :
    • Build the app
    • Lecture 2 :
    • Build the installer
  • Section 13 : PyPI | Make a python library 5 Lectures 00:51:53

    • Lecture 1 :
    • How are folders structured
    • Lecture 2 :
    • How files are structured
    • Lecture 3 :
    • Basic build with minimal setup parameters
    • Lecture 4 :
    • More on setup parameters
    • Lecture 5 :
    • Make several files for different operating systems
  • Section 14 : Project for Qt | Calculator based partly on Android's Calculator 34 Lectures 03:05:56

    • Lecture 1 :
    • Create project files
    • Lecture 2 :
    • Add import statements
    • Lecture 3 :
    • Add the first column layout
    • Lecture 4 :
    • Add a border to the screen
    • Lecture 5 :
    • Add a rect for the small size
    • Lecture 6 :
    • Add a rect for the full size
    • Lecture 7 :
    • Add a grid layout to the small size
    • Lecture 8 :
    • Customise the button
    • Lecture 9 :
    • Put the customised button in a seperate qml file
    • Lecture 10 :
    • Duplicate twenty-three times
    • Lecture 11 :
    • Change text and background colors of some duplicates
    • Lecture 12 :
    • Put in the Glyphs
    • Lecture 13 :
    • Change color
    • Lecture 14 :
    • Add a rowlayout to full screen's rectangle
    • Lecture 15 :
    • Put in the gridlayout for the functions rectangle
    • Lecture 16 :
    • Put in the equal sign
    • Lecture 17 :
    • Put in the grid layout and buttons
    • Lecture 18 :
    • Put in the Column layout and Rectangle
    • Lecture 19 :
    • Put in the Label and the Flickable
    • Lecture 20 :
    • Duplicate the lable and the flickable
    • Lecture 21 :
    • Create new signals
    • Lecture 22 :
    • Add DeleteText signal
    • Lecture 23 :
    • Script BtnClick signal
    • Lecture 24 :
    • Create the onUniClick signal handler
    • Lecture 25 :
    • Make screen to flick
    • Lecture 26 :
    • Connect to the python
    • Lecture 27 :
    • Connect to the equal sign signal
    • Lecture 28 :
    • Create the compute property
    • Lecture 29 :
    • Return the solutions answer to Qml
    • Lecture 30 :
    • Improve on solve using Reversed BODMAS
    • Lecture 31 :
    • Improve on solve
    • Lecture 32 :
    • Add Percentage functionality
    • Lecture 33 :
    • Project resources
    • Lecture 34 :
    • Put in the numbers
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

84761 Course Views

1 Courses

  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • google-tensorflow-hands-on-with-python-latest

    Google TensorFlow Hands on with Pyt...

    By : UNP United Network of Professionals

    Lectures 51 Beginner 3:48:44
  • learn-elixir-programming-from-zero-to-hero

    Learn ELIXIR programming from Zero ...

    By : Pranjal Srivastava

    Lectures 35 Beginner 3:12:57
  • create-your-own-programming-language-from-scratch

    Create your OWN Programming Languag...

    By : Harshit Srivastava

    Lectures 6 Intermedite 0:42:43
  • getting-started-with-coding

    Getting started with coding

    By : Devansh ‎

    Lectures 27 Beginner 3:37:31
  • superb-python-course-become-certified-python-developer

    Superb Python Course - Become Certi...

    By : Paul Carlo Tordecilla

    Lectures 91 Beginner 2:49:20
  • c-from-the-beginning

    C# from the beginning

    By : Igor Evdokimov

    Lectures 31 Beginner 2:46:54

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.