Learning Django
Posted: January 10th, 2009 | Author: scy | Filed under: Python | Tags: django, Python, regex | No Comments »Just read through the first three chapters of The Django Book 2.0. It actually makes sense now that I have gotten my hands dirty with both python and regular expressions. When I tried to learn Django the first time it was easy to understand the concepts and copy/paste code together, but now I have a much better understanding of what the code actually does, so it seems less like magic. I am really looking forward to further chapter releases.