Words of Wisdom for Programmers

Found on the Web and Other Places

Python is a tool, not an end unto itself.

The core of extensible programming is defining functions.

Programming is not a spectator sport.

Do not ASS.U.ME!!

KISS (keep it simple s...)

Never trust input data you did not generate yourself. Paranoia is your friend.

Note: The title used to be "Words of Wisdom for New Programmers". Sometimes old programmers need to be reminded.