How to make a iPhone app with Python

Manpreet Singh
3 min readJun 1, 2021

Welcome back! Python is a very popular language with a ton of projects you can build from it, but did you know you can also develop iPhone apps with Python? Well, you actually can! The process is fairly simple: setup your Python environment, code out your app with Python / Kivy and then deploy the app using Xcode. One main thing to keep in mind is that you will still need a MacOS machine to deploy the app to the Apple App…

--

--