Replies: 6 comments 18 replies
-
|
I don't understand why you ask that in Pythonista. There are some iOS apps like |
Beta Was this translation helpful? Give feedback.
-
|
@cvpe why not?
I propose you to explore Acode editor for android, the most flexible editor for this platform. It allows connections and files sharing over ftp/ssh, but it uses js plugins for this. |
Beta Was this translation helpful? Give feedback.
-
|
I don't think it is a good idea to edit files on a shared drive. There is always a possibility that the files can get corrupted if several programs try to access the same file simultaneously. I use git repositories to make local copies of the files and to keep everything synchronized (and version-controlled, and backed-up). Here is a link to a recent issue that somebody had to get WorkingCopy to work with Pythonista: |
Beta Was this translation helpful? Give feedback.
-
|
I think there is no risk of corruption, it happens sometimes that iOS presents me a choice to do for selecting the "right" file when it has been updated on two different devices during a short period of time when the devices did not see the other. |
Beta Was this translation helpful? Give feedback.
-
WorkingCopy is paid. I won’t say it’s cheap for my region, $35 for git client, lmao, why should I use it if I can use regular git via free Sorry me, but if not remote development there then should be full git support in pythonista, which is not possible for now. Am I wrong? Someone wrote above about 13 years of development and appreciation, but you will agree, the pythonista project itself owes its long-term existence to stash, It provide a bunch of tools, including simplified implementations of pip/git. And it makes it for free. Stash/pipTerminal is currently down. PipTerminal can be fixed easily, but stash is not. I fixed a few things just for myself, but I have no ability to run a full set of tools. To be honest, I wasn’t looking for advice on what to do or what hacks to use. I voiced the need to add new functionality. I am upset that the apple community is so stuck in its own restrictions: “if something is not provided, it means that it is not needed or possible”. |
Beta Was this translation helpful? Give feedback.
-
|
@RichardPotthoff we are all uses git here, but no git support in pythonista for now. Until then, any workarounds look only like attempts to deceive themselves. |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
I propose to add the ability to use remote Linux hosts to edit and run the Python code.
This should allow:
Explore and edit python files on a remote host (approximately as implemented in
VSCodeorAcode editorfor Android), ssh/ftpssh connection to the terminal, which will allow you to use all the power of Linux environments as well as the use of compiled Python extensions
Convenient use of git, uv, and other developer utilities
Beta Was this translation helpful? Give feedback.
All reactions