Forum Archive

Getting Files Into Pythonista

Alex210

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?

PKHG222

Sharing: try Dropbox

omz

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.