├── README.md ├── client.py ├── infilename.txt ├── movies.xml ├── parse_xml_file.py ├── read_file.py ├── read_parse_url.py ├── read_write_file.py ├── regular_expressions.py ├── server.py └── write_file.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/README.md -------------------------------------------------------------------------------- /client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/client.py -------------------------------------------------------------------------------- /infilename.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/infilename.txt -------------------------------------------------------------------------------- /movies.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/movies.xml -------------------------------------------------------------------------------- /parse_xml_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/parse_xml_file.py -------------------------------------------------------------------------------- /read_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/read_file.py -------------------------------------------------------------------------------- /read_parse_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/read_parse_url.py -------------------------------------------------------------------------------- /read_write_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/read_write_file.py -------------------------------------------------------------------------------- /regular_expressions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/regular_expressions.py -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/server.py -------------------------------------------------------------------------------- /write_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averagesecurityguy/Python-Examples/HEAD/write_file.py --------------------------------------------------------------------------------