Re: [Edu-sig] Edu-sig Digest, Vol 152, Issue 7

2016-03-09 Thread kirby urner
t;> >> if __name__ == '__main__': >> app.run( >> debug = True, >> host = os.getenv("IP"), >> port = int(os.getenv("PORT"))) >> >> >> Kirby >> >> >> >> > >> -

Re: [Edu-sig] Edu-sig Digest, Vol 152, Issue 7

2016-03-09 Thread Peter Farrell
bug = True, > host = os.getenv("IP"), > port = int(os.getenv("PORT"))) > > > Kirby > > > > > > -- next part -- > An HTML attachment was scrubbed... > URL: < > http://mai

[Edu-sig] Cloud9 vs. PythonAnywhere

2016-03-09 Thread kirby urner
On Wed, Mar 9, 2016 at 8:16 AM, kirby urner wrote: > > > On Wed, Mar 9, 2016 at 7:01 AM, kirby urner 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 @ Py

Re: [Edu-sig] Trinket!

2016-03-09 Thread kirby urner
On Wed, Mar 9, 2016 at 7:01 AM, kirby urner wrote: << SNIP >> > I also just signed up for a Cloud9 account. I look forward to comparing > it with PythonAnywhere.com > > Kirby > > Getting my test Flask application running on Cloud9 was easy, though I think it's using the built-in Flask server.

[Edu-sig] Trinket!

2016-03-09 Thread kirby urner
Wow, thanks Peter, for turning me on to Trinket! http://blog.trinket.io/why-python/ I'm looking forward to using it a lot, maybe even as soon as tonight when I teach my next class. I also just signed up for a Cloud9 account. I look forward to comparing it with PythonAnywhere.com Kirby On We

Re: [Edu-sig] Edu-sig Digest, Vol 152, Issue 5

2016-03-09 Thread Peter Farrell
Hi, Tim, Python's online IDEs are a mixed bunch all right. Cloud 9 hosts a pretty professional-looking environment. For people learning Python I highly recommend Trinket , not least of all because it's the only one I've found so far on which you can use Python'