Pyglet
Introduction
There are many ways to make 3D apps in python. Pyglet is one of them.
I kind of like pyglet's approach. I am not terribly familiar with the latest generation of OpenGL, something I intend to remedy shortly. But I am impressed with how pyglet is laid out, and how it makes my programming style easy.
Tutorials
I am going to write my own tutorials as I try to make a Dwarf Fortress clone.
See DF/Tutorials
Notes
I want to include notes on complicated topics here.