Monday, January 16, 2012

Python

It's been a long time since I last used Python to any extent, and Plover is written in Python. So this post will bookmark a few important bits.

PyPI is the Python Package Index (Python's CPAN). "pip" is the command, as in "pip install pyserial". Works like a charm.

Pygame is the basis for the Fly tutorial program.


No comments:

Post a Comment