[Edu-sig] Cloud9 vs. PythonAnywhere

kirby urner kirby.urner at gmail.com
Wed Mar 9 11:24:43 EST 2016


On Wed, Mar 9, 2016 at 8:16 AM, kirby urner <kirby.urner at gmail.com> wrote:

>
>
> On Wed, Mar 9, 2016 at 7:01 AM, kirby urner <kirby.urner at gmail.com> wrote:
>
> << SNIP >>
>
>
>> I also just signed up for a Cloud9 account.  I look forward to comparing
>> it with PythonAnywhere.com
>>
>> Kirby
>>
>>
>

Another difference:  the free account @ PythonAnywhere lets my run my app
continuously:

http://thekirbster.pythonanywhere.com/

The Cloud9 version will stop after two hours for free accounts:

https://docs.c9.io/v1.0/docs/inactive-workspaces

But one can start it again e.g. for a class, by running it again.

Here's the source code for what's running @ Cloud9:

https://github.com/4dsolutions/Python5/blob/master/mfg.py

with this change to the final boot section:

if __name__ == '__main__':
    app.run(
        debug = True,
        host = os.getenv("IP"),
        port = int(os.getenv("PORT")))


Kirby



>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/edu-sig/attachments/20160309/48fa8a27/attachment.html>


More information about the Edu-sig mailing list