CSE 1310
- Resources
Important note: many of these resources use Python 2. To make the examples run on Python 3, substitute
print(x)
for
print x
List of resources:
Running Python (author: Dr. Darin Brezeale)
Python home page
Python v3.3 documentation
Code like a Pythonista: idiomatic Python
Style guide for Python
Python crash course (author: Darin Brezeale)
Python cheat sheet
Python for non-programmers
Python for software design: how to think like a computer scientist
Credits: these resources were compiled by Dr. Darin Brezeale.