Can you use Python for iOS apps?

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.

Read more