0

TL;DR
I'm looking for a good cloud based python IDE. Let's hear suggestions...

Full Story
My employer provides me with a MacBook to use at work, however they use a custom OS X image that has whatever security configuration they decided was essential. Something about the configuration prevents me from running third party Python packages.

During those times that I'm "waiting for work things to compile", I'd love to tinker with a little Python project I'm messing with. Does anyone have any suggestions on cloud based IDEs for Python?

Yes I've Googled it, plenty of results. But anyone have suggestions based on their own user experience?

Thanks ahead of time!

Comments
  • 3
    Cloud9 (c9.io) is my goto cloud IDE for everything. they have special preconfigured boxes for python as well
  • 0
    Cant you install homebrew to an accessible dir (home dir), export it with your $PATH and install your own, "userlevel" python to work with.. instead of the systemwide one ?!
  • 0
    Eclipse Che is just awesome. Tried it for fun and it worked. I like how it allows to build the entire project environment there.
  • 0
    What about a virtual machine?
  • 0
    @oskaremil this is a possible answer. I've had some trouble with getting virtual machines getting access to internet without a bunch of proxy magic.
  • 0
    @ericfledderman A MacBook... Which has a wireless card that could connect to the internet you say... Perhaps through the medium of mobile phone tethering? Proxy says what?
Add Comment