Python IDE

Another Online IDE?
Editing code isn’t that hard. A terminal, a little Vim, a little PHP, some beer, and maybe a few Google searches and you’re off and running. But what if you want to work on a project without compromising your personal server or don’t really have an environment for coding? SourceLair is one answer that I recommend.
The freemium service lets you build projects right in your browser. It supports Python, Ruby, HTML5, JavaScript, PHP, and C++ and offers a Linux shell right in the browser. You can run things immediately and it supports Git and Mercurial. They also offer a nice brew install capability and also you can add a local PostgeSQL or MySQL instance.
The founders all went to the National Technical University of Athens and they’ve worked on a number of larger projects including dev positions at Warp.ly, ARM, and Niobium Labs.
“SourceLair does not attempt to port existing solutions for creating software into the browser. SourceLair augments the existing development experience by integrating services like GitHub, JIRA, Heroku etc. into the main tool we use for coding, the IDE,” said Paris Kasidiaris, co-founder. “SourceLair started as an assignment inside the university. We loved writing code but we hated the fact that we had to install a huge bunch of software on our desktops, laptops etc. to get it working, so we thought that it would be awesome if we didn’t have to do all of these anymore and all we had to do is log into a website and get started in seconds.”
Some magic for workshops
One feature that I love and I wanted to mention here (I am not sure if it is yet publicly available), is the sourcelair blueprints.
Let’s imagine a simple scenario. You are organising a workshop, and you want people to quickly have the right environment to run the software that you are going to built on top of. Then you want to them to have the necessary software installed that they are about to use. Usually, (unfortunately this has happened many times to me as an attendee or an organiser) the organiser sends an email blast with the details, some installation guys or in the best of situations a virtualbox image of 8 GB.
That’s an overhead for anyone attending a workshop. Sourcelair solve this problem with just a url. The organiser creates a url of his custom environment with the necessary with it, and then sends it to all attendees .
Problem Solved!
Is it worth it?
Does it work? Sure. I was able to get an IDE up and running in a minute or two and it ran without a hitch. You can create one project for $5 and just $8 per month gets you 10 private projects. You have access to a full file system and you can store script in folders. Is it better than running your own Digital Ocean or AWS instance? Probably not, but for quick, one-off projects, it might make a lot of sense.
In my own experience it takes about an hour of apt-gets and downloads to set up a working IDE for a new platform. Anything that can help programming novices like me get to a command prompt and a public demo page is A++ in my book.