Forums

Mounting PythonAnywhere's Remote Disk on Windows for Local Editing

I find the built-in editor a bit inconvenient. Is there a way to mount PythonAnywhere's remote disk on Windows so that I can directly edit files from my local PC? I'm looking for a solution to mount PythonAnywhere's remote disk on my Windows machine. This would allow me to access and edit files directly from my local PC, providing a more convenient editing experience. Is there a recommended method or tool to achieve this? Thank you for your assistance!

As you have a paid account, perhaps you would use that? Many IDEs support SSH to sync files between your local machine and a remote server -- I know that VS Code and PyCharm definitely do.

Just curious, would something like sshfs work?

I've never tried, but I think it should work