Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Build Cross-Platform GUI Apps With Kivy (Overview)

These days, developers are highly likely to be working on a mobile or web application. Python doesn’t have built-in mobile development capabilities, but you can create mobile applications by using libraries like Kivy, PyQt, or even Beeware’s Toga library.

These libraries are all major players in the Python mobile space. However, there are some benefits that you’ll enjoy if you choose to create mobile applications with Kivy. Not only will your application look the same on all platforms, but you also won’t need to compile your code after every change. What’s more, you’ll be able to use Python’s clear syntax to build your applications.

In this video course, you’ll learn how to:

  • Work with Kivy widgets
  • Lay out the user interface (UI)
  • Add events
  • Use the KV language
  • Create a calculator application
  • Package your application for Windows, Linux, and macOS
  • Research the tools to package for iOS and Android

To complete this video course, you’ll need to be familiar with object-oriented programming. If you’re not, then check out Object-Oriented Programming (OOP) in Python 3 as either a written tutorial or a video course.

Download

Sample Code (.zip)

92.5 KB
Download

Course Slides (.pdf)

15.1 MB

Become a Member to join the conversation.