
Overview
This series is designed to teach you how to develop cross compatible applications using python. Kivy allows you to write code that works on:
- Mac OSX
- Windows
- IOS
- Android
- Linux
- Raspberry Pi
What You’ll Learn
This series is packed full of valuable information. You will learn and understand the following after this tutorial:
- How to Create Stylish GUI’s
- How to Develop Applications with OOP Principles
- How to Handle User Input and Events
- How to Release Your App to Mobile Devices
Prerequisites
This is NOT a beginner tutorial and I will not be teaching python syntax. It is also highly encouraged that you are familiar with Object Orientated Principles
- Intermediate Programming Knowledge
- Experience With Python 3 Syntax
- Object Oriented Programming