| Markdown for Django |
Oct. 26, 2005, 8:02 p.m. |
| Django already includes a markdown filter (in contrib.markup), but I nonetheless rolled my own Markdown for Django mini-app. The main benefits are link integration with django models (by using generic model queries and getabsoluteurl), a documentation generic view that handles language switching and ... |
| Django, Programmierung, Python |
| Twisted Buch ist raus |
Oct. 26, 2005, 9:15 a.m. |
| Wer sein Hirn nicht so ohne weiteres in die verdrehte Welt von Twisted quetschen kann, dem hilft vielleicht Twisted Network Programming Essentials - ein neues Buch zu der wohl mächtigsten Internet-Protokoll-Plattfor für Python. post a comment No HTML is allowed, if you want to post a link, just ... |
| Programmierung, Python |
| "Fitting on" some framework |
Oct. 26, 2005, 2:05 a.m. |
| How do you know wether a framework fits your style of thinking? It's not as if you could just look into a mirror wether it suits you nicely, you need other ways to decide that. One way to decide it is productivity - how fast you get your project up and running. But does that really tell you the ... |
| Django, Programmierung, Python |