Python newbie here.
I am looking for a way to save my python scripts online so that I can work on them from both work and at home. I would like to build some (simple) web scraping tools, using Mechanize, and perhaps Scrapy.
After doing a little bit of research, I guess that what I need is an online IDE (Am I right?). I found c9.io. The problem is that c9.io proved too slow, even for really simple tasks such as opening and reading a page with Mechanize.
Have you any ideas on what I should use for writing, saving and running web scraping scripts online?
Bear in mind that I can not save or run scripts using command line at work. I need something online.