Windows
Instalar
- Python 2.7.1
- (Recomendado) Editor de Texto adecuado para Python
- GTK y bibliotecas para python
- Cliente de control de versiones (SVN)
Linux
Instalar Python 2.7.1
$ curl -kL http://github.com/utahta/pythonbrew/raw/master/pythonbrew-install | bash $ . $HOME/.pythonbrew/etc/bashrc $ pythonbrew install 2.7.1 $ pythonbrew switch 2.7.1 Switched to Python-2.7.1 $ python -V Python 2.7.1
Obtener Aplicación python base para el taller
Descargar código aplicación
% svn co http://trac.dcc.uchile.cl/svn/avillena/consulting/eventos/2011-puertomontt/codekata/base/ clock % cd clock
(usuario: aprendiz password: st4rt1ng)
Ejecutar aplicacion base
% python clockapp.py
Ejecutar tests
% python -m unittest discover




Comentarios Recientes: