Python for iOS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python for iOS

Hello, I am using iOS for python programming, and pythonista looked like its going to be a good app to use, but the problem is that it costs money. I’m only a kid and my mom won’t be happy if I use her credit card. I don’t want to use my own wallet either. The point is that I would like to know if there is any free iOS python programming app that has all these modules like turtle, tkinter, etc. and works properly. Code playground is fine, but the modules don’t quite work properly. Sincerly, xop_gaming

24th Oct 2019, 2:32 AM
xop_gaming
1 Answer
+ 1
Mobile C has support for Python 3.7.0. When naming a file, just change its extension to .py For example: test.py It unfortunately doesn't have support for more "advanced" modules like Tkinter (as any other iOS Python IDE), but I don't really see the point of using them in a mobile phone (since you can't unleash their full potential). https://apps.apple.com/us/app/python3ide/id1357215444
24th Oct 2019, 5:12 AM
Diego
Diego - avatar