Web ResourcesPython- An overview of python-related resources and information is at: http://info.profkruse.net/home/python
- The official python web site is at https://www.python.org/
- Python 2:
- Python 3:
- JSON information: https://www.json.org/
- Links to the JSON example come from the book "RESTful Web APIs", By: Leonard Richardson; Mike Amundsen; Sam Ruby. Publisher: O'Reilly Media, Inc., September 20, 2013.
- Documentation for the "Beautiful Soup" python module
Learning Python, 5th Edition, by: Mark Lutz E-Book Access through Ohio University
Sections you should definitely read: - On Strings:
- The "Strings" section in Chapter 4
- In Chapter 7:
- The first 5 sections (up to and including "String Methods")
- The section on "String Formatting Method Calls"
- On Files
- Chapter 9, the section called "Files"
PowerShell |