How-to get decimal.py if I have Python 2.3.x |
Sept. 30, 2005, 12:10 p.m. |
How-to get decimal.py if I have Python 2.3.x beschreibt, wie man Zahlen in Dezimaldarstellung (entgegen den dusseligen binären Floats mit ihren nervigen Rundungsproblemen) für Python 2.3 bekommt. Ab 2.4 ist das ja ein Standardmodul.
|
Programmierung, Python |
i18n and django |
Sept. 29, 2005, 7:27 p.m. |
Jacob did set up branch commit rights for me and a branch for i18n stuff. So I worked today on the ideas in the patch on ticket 65 by nesh. I did write the stuff mostly from scratch because I wanted some things a bit differently and now it is available for testing. So first on how you can use the ... |
Django, Programmierung, Python |
Routes für Python |
Sept. 27, 2005, 2:05 p.m. |
Sehr interessant: Ben Bangert hat Routes für Python portiert. Routes ist der Kern des Mappings von URLs auf Funktionen und zurück der in Ruby on Rails benutzt wird. Also ein allgemeiner Mechanismus mit dem aus einer URL ein Python-Objekt und aus einem Python-Objekt seine URL ermittelt werden kann ... |
Django, Programmierung, Python |
InformixDB |
Sept. 22, 2005, 9:03 a.m. |
Weil ichs für ein Firmenprojekt gesucht habe: InformixDB ist ein Python-DBAPI1-Client für die Informix Datenbanken. Funktioniert auch mit Informix SE.
|
Programmierung, Python |
DjangoScgi - Django Projects - Trac |
Sept. 15, 2005, 5:07 p.m. |
Django with Apache and SCGI and Django with Apache and FCGI are two reworked documentations on how to get Django running with both FCGI and SCGI under Apache. I use the same parts as with my previous howtos, only that now SCGI is supported, too. My gallery is currently running the Apache+SCGI setup, ... |
Django, Python, Sysadmin |
Django Gallery Status |
Sept. 6, 2005, 5:25 p.m. |
Again news from my gallery project - it's making good progress, even if some of my latest stuff isn't directly visible. I did a lot of reworking in the code and a lot of admin interface changes. Things in the source that might be interesting for other djangonistas: I still have a fully filesystem ... |
Django, Programmierung, Python |
Parser für Python-ähnliche Konfigfiles |
Sept. 4, 2005, 12:26 p.m. |
Philip J. Eby hackt mal wieder. Diesmal einen Parser für Konfigurationssprachen deren Syntax an Python angelehnt ist. Besonders interessant: mit dem Parser kann man sehr schön abstrakte Sprachen aufbauen die in Teilen einfach Python für Code benutzen - man kann enthaltene Python-Blöcke nämlich ... |
Programmierung, Python |