AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
"Jacob Kaplan-Moss posted to his blog yesterday that the Django book (Pro Django. Web Development Done Right) is completed and is now going off to the printers. He writes: “It should start shipping to bookstores around the second week of December.” This is great news!
"... I’m happy to announce the first public release of my Creative-Commons licensed book on the Vim 7 editor. This book is meant for both beginners and advanced users..." -- Make a Donation
"Following the previously-announced schedule, today the Django team has released Django 1.0.1. This is a bugfix-only release containing fixes and improvements to the Django 1.0 codebase, and is a recommended upgrade for anyone using or targeting Django 1.0..."
"...I’ve recently heard 'the author of the TurboGears book is using Django now' as part of a Django enthusiast’s argument that TurboGears is dead. This cracks me up, because I’m the author in question, and I see the exact oposite. I’m learning Django to make TurboGears better, not because it’s dying..."
I’ve recently started learning Django for doing web development, so as part of that, I needed to also learn how to set up Django within mod_python so I could deploy my new Django applications on my server.
"Jacob Kaplan-Moss, one of Django's lead developers, will give a whirlwind tour of advanced Django tips and tricks. The focus will be on the techniques you'll need to develop mature Django applications. We'll discuss the kinds of issues that arise as applications increase in scope and scale, and look at common problems in large Django projects and how to solve them..."
"Someone asked me recently what I thought about about Django. I really like it, but I didn’t have an answer ready and completely bombed at answering that question. I ended up muttering a very profound, “Django is cool”. I truthfully stumbled upon Django, played with it a while, and spent the next 10 months writing a web app.
I just wrote a review for Linux in a Nutshell, 6th Edition and commented that it seemed as if each successive edition acquired more pages. In the Linux book's case, it isn't true, but it is true in the case of Lutz's book. In fact, between the 3rd and current edition, the book has expanded some 466 pages. Good grief, what accounts for such growth?
"...Python's equivalent to the famous Ruby on rails, Django lets you build high-performing, elegant Web applications quickly. Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle..."