Skip to content

Source code in Python for Programming Cloud Services for Android Handheld Systems Course

Notifications You must be signed in to change notification settings

bkuzmic/mobilecloud-14-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mobilecloud-14-python

Alternative source code in Python for the course code examples of the Programming Cloud Services for Android Handheld Systems coursera class.

Written for Python 2.7. Development for Python 3 in progress.

Running examples:

  1. Go to src/exampleN folder and start server. Example, in terminal, navigate to src/example1

    python echo.py

  2. In another terminal navigate to test/exampleN folder and start test. Be sure to specify PYTHONPATH so it can find src folder, like this:

    export PYTHONPATH=[base-dir]/mobilecloud-14-python/python2.7/src

    Example from test/example1:

    python echo_test.py

About

Source code in Python for Programming Cloud Services for Android Handheld Systems Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages