USF students: You might find it helpful or desirable to work either from home or from your laptop. It's not too tough - here's some help: Copying files from Home to School (and back) Emulating your CS Linux interface from your Home Windows box When you run dev_appserver from the emulator you may want to run it on a different port than 8080, as other users might be using that port. To run: $ dev_appserver testapp -p 8123 will make it listen on port 8123, so they could view it at http://localhost:8123 |