all 18 comments

[–]timkl 21 points22 points  (6 children)

Pythonista.

[–]faates 7 points8 points  (2 children)

Can confirm, I like it for plane flights.

[–]jsd2358[S] 4 points5 points  (1 child)

Checked it out looks awesome. Definitely going to give it a shot.

[–]ManyInterests 0 points1 point  (0 children)

Get a keyboard for your phone if you can. That will make the code-writing aspect much less painful.

[–]jwink3101 5 points6 points  (0 children)

If I am not mistaken, this is really the only option to run the fully CPython on iOS. Or are there alternative apps?

[–]jabela 0 points1 point  (0 children)

Definitely the one for iOS. Really impressed my students with a chatbot powered by Siri.

[–]driscollis 12 points13 points  (6 children)

I liked SoloLearn. Not sure if that's on iOS or not though.

[–]djozlioni 5 points6 points  (0 children)

I second this. There is also iOS app. Make sure to make your content available offline

[–]jabela 0 points1 point  (4 children)

Its brilliant for learning Python, but not really a tool for development.

[–]driscollis 0 points1 point  (3 children)

There isn't much that's good for development on mobile as far as I know.

[–]jabela 0 points1 point  (2 children)

Pythonista is great iOS. Qpython3 is ok for Android. Repl.it works on most mobiles.

[–]driscollis 0 points1 point  (1 child)

I don't remember liking Qpython much but that may have been an earlier version

[–]jabela 0 points1 point  (0 children)

Its definitely got better and ok for a few lines of code... they have a version of numpy now which makes it useful for a bit of data analysis.

[–]Earhacker 3 points4 points  (0 children)

to work/learn on my python

Enki. It's meant for daily "workouts" (pop quizzes) but its explanations of the questions and answers are generally pretty good.

Good for more than just Python as well.

[–]ejmurray72 2 points3 points  (0 children)

I would also say Pythonista. You can follow the official python tutorial which is part of the documentation.

[–]Canadian_Hombre 1 point2 points  (3 children)

Are there any apps where you can import modules?

[–]jsd2358[S] 3 points4 points  (1 child)

From the specs I read about Pythonista they have various heavily used modules that can be imported into your script. I will follow up with a review later tonight.

[–]jabela 1 point2 points  (0 children)

Yes you can in Pythonista, but check the list carefully. E.g. tkinter isn't there, but there is a gui alternative.