,-----.,--. ,--. ,---. ,--.,------. ,------.
' .--./| | ,---. ,--.,--. ,-| || o \ | || .-. \ | .---'
| | | || .-. || || |' .-. |`..' | | || | \ :| `--,
' '--'\| |' '-' '' '' '\ `-' | .' / | || '--' /| `---.
`-----'`--' `---' `----' `---' `--' `--'`-------' `------'
-----------------------------------------------------------------
Welcome to your Python project on Cloud9 IDE!
To show what Cloud9 can do, we added a basic sample web application to this workspace, from the excellent Python tutorial Learning Python the Hard Way. We skipped ahead straight to example 50 which teaches how to build a web application.
If you've never looked at the tutorial or are interested in learning Python, go check it out. It's a great hands-on way for learning all about programming in Python.
-
Learning Python The Hard Way, online version and videos: http://learnpythonthehardway.org/book/
-
Full book: http://learnpythonthehardway.org
To try the example application, type the following in the terminal:
cd ex50
python bin/app.py
Alternatively, open the file in ex50/bin and click the green Run button!
You can configure your Python version and PYTHONPATH
used in
Cloud9 > Preferences > Project Settings > Language Support.
Visit http://docs.c9.io for support, or to learn more about using Cloud9 IDE. To watch some training videos, visit http://www.youtube.com/user/c9ide.