Links to On-line references
Python ebooks/links (CSE 20)
Python in 10 minutes (not..)
Tutorial (tutorialspoint)
Tutorials with exercises (w3school)
Tutorials with exercises (learnpython)
Beginner's guide (wiki)
Another textbook style python resource
Python 3 crash course, Luca de Alfaro
Official python tutorial
Official Python Reference
CSE 20 testout
Python programming abstractions (CSE 30)
Programming Abstractions in Python, Luca de Alfaro
Links to previous CSE 30 offerings
Fall 2019: Luca de Alfaro
Winter 2020: Lindsey Kuper
Miscellaneous Info about Python
underscores in names
Turtle
Simple tutorials
Fancier examples
Tutorial/Reference
Turtle reference
3D looking cube in turtle
Another 3D attempt with obj files
PyGames
Pygame Home Page
Pygame cheatsheet
(new)
RealPython: sprite game example
Introduction to Sprites
(new)
PythonProgramming: step by step
Newbie guide
Sprite Collision Detection
(new)
collide_circle source code
(new)
Pong in turtle: 7 video series
Pong in Pygame
PyOpenGL
The main PyOpenGL doc
Combining Pygame and PyOpenGL
Rotating cube example, with PyGame
PyOpenGL tutorial with 3D objects other than dots and cubes in PyOpenGL -- actually an excellent textbook!
Python
OpenCV
Documentations
Tutorials
Tracking people moving around
Tracking example
Video tutorial
Haar cascades
Pandas
Getting started
Visualization