Elements tagged with: python

skip over the calendar

Page created at
formsets und inline forms in Django Nov. 24, 2009, 2:22 p.m.
formsets und inline forms in Django - ein ähnliches Problem kam letztens in der Firma auf, daher hier mal geblogmarkt, das könnte die Lösung sein.
Django, Programmierung, Python
uWSGI Nov. 21, 2009, 11:35 a.m.
uWSGI
- könnte interessant für die Django-Projekte in der Firma sein, klingt von der Beschreibung her ganz gut.
Python, Sysadmin
Python moratorium and the future of 2.x [LWN.net] Nov. 18, 2009, 3:46 p.m.
Python moratorium and the future of 2.x [LWN.net] - eine gute Zusammenfassung der aktuellen Diskussionen rund um Python Releases, speziell die Diskussion ob 2.6 das letzte 2er Python ist, oder ob das schon existierende 2.7er noch released wird, ob es danach auch noch 2.8 oder mehr geben wird, oder ob der Wechsel zu 3.x forciert werden soll.
Programmierung, Python
PyGoWave Server Nov. 18, 2009, 11:13 a.m.
PyGoWave Server - keine Ahnung ob ich das schon hatte, aber gerade aus aktuellem Anlass wieder nach gesucht: eine Implementierung der Google Wave Idee in Python. Und das witzige: die Website darunter ist mit Django gebaut!
Django, Programmierung, Python
for post in leo.blog():: Django-Jython 1.0.0 released! Nov. 9, 2009, 4:46 p.m.
for post in leo.blog():: Django-Jython 1.0.0 released! - für ein Projekt auf der Arbeit nicht unwichtig: Django-Jython hat fertig. Und mit dabei der Oracle-Client, den wir in dem Projekt auch dringend brauchen würden. Nett.
Django, Java, Programmierung, Python
Lazy Pythonista: Diving into Unladen Swallow's Optimizations Nov. 4, 2009, 6:24 p.m.
Lazy Pythonista: Diving into Unladen Swallow's Optimizations - unladen swallow ist die Python-Variante für LLVM. Sieht immer interessanter aus.
Programmierung, Python
Large Problems in Django, Mostly Solved: Search Nov. 3, 2009, 11:36 a.m.
Large Problems in Django, Mostly Solved: Search - interessantes Projekt: Haystack. Eine Erweiterung von Django um Volltextsuche mit einem Interface das sehr ähnlich zum normalen Datenbank-Interface von Django ist.
Django, Programmierung, Python