IPython: dauerhaft Farbschema ändern

python — Schlagwörter:, — heimo @ 12:07

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 updaten

python, trubogears — heimo @ 17:02

Turbogears LogoTurbogears 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]

Visualisierung: Code Swarm > die Entwicklung von Python

python, videos, visualisierung — heimo @ 8:57


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]

Nächste Seite »
(c) 2010 heimo’s blog | powered by WordPress with Barecity