Python Class Resources
Python for Everyone (course link)Class Textbook: Python for Informatics (HTML) (PDF). For more format options click here
Where can I practice Python coding?
- CodeAcademy (Python) - https://www.codecademy.com/learn/python
Quick Reference Links
- Python 2.7 Quick Reference PDF
- another good Quick Reference page - http://rgruet.free.fr/PQR27/PQR2.7.html
- Good Resources: Python.org
- The Python Language Reference:
STEAM Clown Class Slides
Charles R. Severance Class Slides -
- py4inf-01-intro.pdf
- py4inf-02-expressions.pdf
- py4inf-03-conditional.pdf
- py4inf-04-functions.pdf
- py4inf-05-iterations.pdf
- py4inf-06-strings.pdf
- py4inf-07-files.pdf
- py4inf-08-lists.pdf
- py4inf-09-dictionaries.pdf
- py4inf-10-tuples.pdf
- py4inf-11-regex.pdf
- py4inf-12-http.pdf
- py4inf-13-webservices.pdf
- py4inf-14-database.pdf
- for loop slides http://www.steamclown.org/steamClown-Python/Python-forLoop.pdf
You can download all of the sample Python code from the book from http://www.pythonlearn.com/code.zip, or individual files from the directory http://www.pythonlearn.com/code/
All of the book materials are available under a Creative Commons Attribution-NonCommercial 3.0 Unported License. The slides, audio, assignments, auto grader and all course materials other than the book are available from oer.pr4e.org under the more flexible Creative Commons Attribution 3.0 Unported License. If you are curious as to why the "NC" variant of Creative Commons was used, see Appendix D of the textbook or search through my blog posts for the string "copyright".
No comments:
Post a Comment