programming

TwitterFacebook
Get flash to fully experience Pearltrees
R

Javascript

http://samizdat.mines.edu/howto/HowToBeAProgrammer.html

How to be a Programmer: A Short, Comprehensive, and Personal Sum

Debugging is the cornerstone of being a programmer. The first meaning of the verb to debug is to remove errors, but the meaning that really matters is to see into the execution of a program by examining it . A programmer that cannot debug effectively is blind. Idealists that think design, or analysis, or complexity theory, or whatnot, are more fundamental are not working programmers.
python

Installing Python Modules

Introduction Although Python’s extensive standard library covers many programming needs, there often comes a time when you need to add some new functionality to your Python installation in the form of third-party modules. This might be necessary to support your own programming, or to support an application that you want to use and that happens to be written in Python. http://docs.python.org/install/index.html