file (unter Linux):
~/.ipython/ipy_user_conf.py
def main():
o = ip.options
# An example on how to set options
#o.autocall = 1
o.autoexec.append('%colors LightBG')
main()
Öffnet iPython dauerhaft mit dem Shema LightBG.
(in der shell selbst funktioniert das mit %colors LightBG)
Turbogears 2 beta 1 auf beta 2 updaten (in meinem virtual environment) – und hab’ schon wieder diesen Befehl vergessen:
easy_install -U -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools
(Vielleicht merke ich ihn mir jetzt mal :-)
[Tag] turbogears 2, update, easy_install [/TAG]
code_swarm – Python from Michael Ogawa on Vimeo .
In dem Video wird die Timeline der Entwicklung der Programmiersprache Python visualisiert: Wer war wie aktiv seit 1990 – von Michael Ogawa , einem “Ph.D. student in the Computer Science program at UC Davis”.
[Tag] Python, Visualisierung, Video[/Tag]