Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Modern GUI Development with Python Flask & HTML
Rating: 4.5 out of 5(92 ratings)
5,367 students

Modern GUI Development with Python Flask & HTML

Learn how to create a native desktop application using Python and HTML/CSS/JS
Created byZenahr Barzani
Last updated 8/2022
English

What you'll learn

  • How to create Electron-like desktop applications using Python as your backend
  • Create UIs for desktop applications powered by HTML, CSS and Javascript
  • Compile a real-world application as an executable for desktop via PyInstaller
  • Create an Installation Wizard for your executable using Inno Setup

Course content

3 sections20 lectures29m total length
  • Introduction1:12
  • Development Environment Setup2:06

Requirements

  • Programming experience with Python needed
  • Basic knowledge on Flask needed
  • Basic knowledge of Python virtual environments is helpful, but not needed.

Description

Welcome to this unique course on building desktop applications with Python and a modern web development stack!
This course is for anyone interested in combining Python and HTML/CSS/Javascript to build desktop apps.

What we'll be building:
We're going to build "CPU Meater", a desktop app that shows us the current CPU usage percentage of your PC from scratch. We'll also be designing the UI and make it look good and smoothen out animations, so stay tuned!

A frequent question is: "Why should I want to build a desktop app using web technologies and desktop apps in general?"

  • It has become increasingly popular to build desktop apps that use a web framework for the UI. Some examples of this are Discord and Visual Studio Code.

  • Desktop apps allow you to take full advantage of the local filesystem and gather other system stats (some apps simply cannot be built as pure web apps)

  • It looks cool in your developer portfolio when applying for jobs

Who this course is for

  • If you already have some programming knowledge and want to broaden your skill set, and learn how to create desktop apps and share them with users.

  • If you'd like to create desktop tools to help with your business.

  • For anyone who wants to build desktop apps with Python the modern way.

My name is Zenahr Barzani, and I'll be your instructor. I'm an experienced software developer turned instructor.
If you want to create Python GUI applications powered by Flask and modern web technology, this is the course for you!

Who this course is for:

  • Beginner Python and web developers wanting to create native desktop apps using HTML, CSS and JS for the UI and Python for the backend