├── 12exercises.py ├── db_itunes.py ├── db_sqlite.py ├── game.py ├── hanger_game.py ├── image_server.py ├── json_api.py ├── json_pr.py ├── many_to_many_sql.py ├── oauth.py ├── parser.py ├── pi_estimate.py ├── regex.py ├── rhyming_master.py ├── server.py ├── soup1.py ├── soup2.py ├── test_download.py ├── tuples.py ├── tuples1.py ├── twitter.py ├── twurl.py ├── wheel_game.py └── xml_samples.py /12exercises.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/12exercises.py -------------------------------------------------------------------------------- /db_itunes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/db_itunes.py -------------------------------------------------------------------------------- /db_sqlite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/db_sqlite.py -------------------------------------------------------------------------------- /game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/game.py -------------------------------------------------------------------------------- /hanger_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/hanger_game.py -------------------------------------------------------------------------------- /image_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/image_server.py -------------------------------------------------------------------------------- /json_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/json_api.py -------------------------------------------------------------------------------- /json_pr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/json_pr.py -------------------------------------------------------------------------------- /many_to_many_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/many_to_many_sql.py -------------------------------------------------------------------------------- /oauth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/oauth.py -------------------------------------------------------------------------------- /parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/parser.py -------------------------------------------------------------------------------- /pi_estimate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/pi_estimate.py -------------------------------------------------------------------------------- /regex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/regex.py -------------------------------------------------------------------------------- /rhyming_master.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/rhyming_master.py -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/server.py -------------------------------------------------------------------------------- /soup1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/soup1.py -------------------------------------------------------------------------------- /soup2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/soup2.py -------------------------------------------------------------------------------- /test_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/test_download.py -------------------------------------------------------------------------------- /tuples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/tuples.py -------------------------------------------------------------------------------- /tuples1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/tuples1.py -------------------------------------------------------------------------------- /twitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/twitter.py -------------------------------------------------------------------------------- /twurl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/twurl.py -------------------------------------------------------------------------------- /wheel_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/wheel_game.py -------------------------------------------------------------------------------- /xml_samples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opiddubnyi/webpython/HEAD/xml_samples.py --------------------------------------------------------------------------------