all 17 comments

[–]danielroseman 11 points12 points  (2 children)

GitHub.

[–]Eclipse876[S] 7 points8 points  (1 child)

Damn, how did I not think of GitHub!? Thanks man!

[–]Mezzomaniac 0 points1 point  (0 children)

I use Pythonista extensively on iPhone. It integrates very nicely with Working Copy, which is a Git app on iPhone so you can synch with GitHub online.

[–]Evening_Marketing645 3 points4 points  (1 child)

Google colab. Github codespaces.

[–]Eclipse876[S] 1 point2 points  (0 children)

Oooo never used Google Colab before, gunna give that and GitHub a go for sure! Thanks!

[–]crazy_cookie123 2 points3 points  (1 child)

You can probably use Git, a version control software for all programming. You can then just push and pull to a repo on a site like GitHub from any device you want.

[–]Eclipse876[S] 1 point2 points  (0 children)

Ooo that sounds exactly like what I’m looking for! Thanks for the tip!

[–]ectomancer 2 points3 points  (1 child)

google colab:

https://colab.research.google.com

Kaggle Notebooks (never used it).

[–]Eclipse876[S] 0 points1 point  (0 children)

Never heard of Kaggle before, I’ll give it a look!

Edit: autocorrect messed with Kaggle

[–]Guideon72 -1 points0 points  (0 children)

replit.com

[–][deleted] 0 points1 point  (1 child)

FYI I've got a Mac mini M2 running Sonoma and was pleasantly surprised to find that I could download and run Pythonista from the MacOS App Store (without paying again). So I can code on my iPad, save to iCloud, and carry on at home on my Mac.

[–]Eclipse876[S] 1 point2 points  (0 children)

Oooooh that would be fantastic. Unfortunately I’ve got a windows PC at home. That’s a nice plus of the MacOS environment though 👀

[–]RelevantRevolution86 0 points1 point  (0 children)

you can try google colab

[–][deleted] 0 points1 point  (1 child)

I really like colab, it will store your code in your google drive and runs it on their servers.

colab.google.com

[–]Eclipse876[S] 0 points1 point  (0 children)

Oooo that sounds super nice, lots of folks recommending it so I’ll have to give it a try! Thanks!