<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Mouse Vs. The Python &#187; Django</title>
	<atom:link href="http://www.blog.pythonlibrary.org/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org</link>
	<description>Python Programming from the Frontlines</description>
	<lastBuildDate>Tue, 27 Jul 2010 14:59:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pyowa &#8211; July 2010 Wrapup</title>
		<link>http://www.blog.pythonlibrary.org/2010/07/03/pyowa-july-2010-wrapup/</link>
		<comments>http://www.blog.pythonlibrary.org/2010/07/03/pyowa-july-2010-wrapup/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 16:29:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Pyowa]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[TurboGears]]></category>
		<category><![CDATA[Web Framework]]></category>
		<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=1012</guid>
		<description><![CDATA[On Thursday, July 1st, we had our July Pyowa meeting. It was hosted by Matt Morrison at the IMT Group&#8217;s building in Des Moines, IA. We had our largest attendance ever with a total of 15 men showing up. Tavern Pizza and pop were served, which was also a first&#8230;we&#8217;ve had pop before, just not [...]]]></description>
			<content:encoded><![CDATA[<p>On Thursday, July 1st, we had our July Pyowa meeting. It was hosted by <a href="http://twitter.com/mattjmorrison">Matt Morrison</a> at the <a href="http://www.imtins.com/">IMT </a>Group&#8217;s building in Des Moines, IA. We had our largest attendance ever with a total of 15 men showing up. <a href="http://www.tavernpizza.com/">Tavern Pizza</a> and pop were served, which was also a first&#8230;we&#8217;ve had pop before, just not any food!</p>
<p>We had two presentations. The first was an around 70 minutes in length and covered introductory materials about <a href="http://www.djangoproject.com/">Django</a>, a full-stack web framework written in Python. It was given by our host and he also included anecdotes about how his company uses Django and what challenges that has presented him. Next up we had a quick talk about <a href="http://turbogears.org/">TurboGears</a>, another web framework. TurboGears is actually a collection of various Python modules that have been pieced together, which makes it much more modular than Django. However, Django has a lot more users behind it and there are some definite advantages to having everything builtin. Anyway, the TurboGears presentation covered a group of different web sites (or web applications) that the presenter had created. It was interesting to compare and contrast the two frameworks and see how they differed or stayed the same.</p>
<p>We are currently looking for presenters for our August and September meetings, so if you want to talk about how you&#8217;re using Python now, in the past or even what you plan to do with it in the future, let me know by emailing me or in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.pythonlibrary.org/2010/07/03/pyowa-july-2010-wrapup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: Django 1.0 Web Site Development</title>
		<link>http://www.blog.pythonlibrary.org/2009/06/07/book-review-django-10-web-site-development/</link>
		<comments>http://www.blog.pythonlibrary.org/2009/06/07/book-review-django-10-web-site-development/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 17:37:00 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Framework]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=208</guid>
		<description><![CDATA[I received Ayman Hourieh’s Django 1.0 Web Site Development from Packt Publishers a few weeks ago for review. I had worked with Django before when I went through another book on Python web frameworks as well as one of their official tutorials. I had my doubts about this book because it was only 257 pages [...]]]></description>
			<content:encoded><![CDATA[<p>I received Ayman Hourieh’s <em><a href="http://www.packtpub.com/django-1-0-website-development-2nd-edition/book">Django 1.0 Web Site Development</a></em> from Packt Publishers a few weeks ago for review. I had worked with <a href="http://www.djangoproject.com/">Django</a> before when I went through another book on Python web frameworks as well as one of their official tutorials. I had my doubts about this book because it was only 257 pages long and I didn’t think it would be able to teach me much in so few pages.<br />
<span id="more-208"></span></p>
<p>However, I was pleasantly surprised at its readability and the quality of the code examples. I have read a lot of Python books and other programming texts and more often than not, the examples are wanting in one way or another. Some of the books have downright broken examples. Hourieh does a very good job of explaining his code by going through just about everything he wrote line-by-line. While that can get a little monotonous after a while, his meticulousness does make sure that the reader grasps what’s going on.</p>
<p>The main thrust of this book is to teach the audience how to build a social bookmarking application. In fact, that is the only thing you will create in the entire book. The last two chapters are on deploying the application on a web server and improving the application with caching and security enhancements.</p>
<p>I read the core of the book. I didn’t really need to know how to install Django as I had done that before and I didn’t mess with deploying it either since I don’t have a development box at the moment to use for a web server. What I did read was really good. </p>
<p>This book teaches you all the fundamentals you’ll need to create a web application in Django, from start to finish. There were a couple of minor sentence structure goof ups and some lightheartedness that seemed kind of out of place, but other than that, it is a very solid book. You will learn how Django’s user management model works, how to AJAX with jQuery, add voting and commenting to the bookmarking application, create an admin interface using Django’s built-in tools, add some basic searching capabilities, and build a social network where you can invite your friends. If you’ve ever wondered about the internals of a site like Facebook, this book will give you a taste. I should note that the cover implies that it teaches how to build web applications, while the text only really shows the reader how to create one application. The concepts to create other applications are there, but I thought that statement was a little mis-leading.</p>
<p>Overall, I recommend this book. Let me know what you think when you’ve had a chance to read it as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.pythonlibrary.org/2009/06/07/book-review-django-10-web-site-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.477 seconds -->
