Hi everyone, I cannot read well my code in my iphone spcially when get bigger. how I could write script in my laptop in pycharm or any IDE with autocompletion is someone know solution? Thanks
Forum Archive
Code in mac
You have several options.
There is this project
https://github.com/Ivoah/WebIDE
Which let's you code in a browser and save to the iPad.
A better option nowadays is to use iCloud -- this shows up in a separate folder, but let's you sync in both directions. Do some searches for pythonista iCloud for some tips
Best option is to run Pythonista directly on your M1 Mac.
https://forum.omz-software.com/topic/7121/best-macbook-ide-pythonista
@JonB it is great but with no autocompltion, how to make it like the real app ?
Someone a while back @ccc created a challenge to write code to dump pythonista modules for use in autocomplete.
I don't think a winner was declared. But You might find this one useful (intended to dump _ui module, as ui.py can be copied from the app)
https://github.com/dgelessus/pythonista-scripts/blob/master/moduledump.py