Welcome to the Pythonista Community Forums!

Pythonista is a Python programming environment for iOS. To learn more, head over to the Pythonista Website.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Twitter
Getting Files Into Pythonista
  • Hi, maybe I'm just missing the obvious: How can I get files - like libraries, existing code or text files for analyzing - into Pythonista?
    Is there a way to easily share or sync a piece of code between Pythonista and my desktop computer, so that I can continue coding on either machine?
  • Sharing: try Dropbox
  • There are several options, one of the easiest is to use this sample code for transferring files over local Wifi. It's also possible to use Dropbox, but it's more complicated to set up.

    Unfortunately it's not possible for me to include file import as a feature of the app itself because Apple doesn't allow that for programming apps.