Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions django.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ <h2>Django tutorials</h2>
to the web framework.</p>
</li>
<li>
<p><a href="http://www.obeythetestinggoat.com/">Test-Driven Development with Python</a> focuses on web development using
Django, with some coverage of JavaScript (inescapable for any web programmer). This book uses a concrete
example—the development of a website using the Django web framework, from scratch—to teach the TDD methodology,
and how it applies to web programming, from the basics of database integration and javascript, going via
browser-automation tools like Selenium, to advanced (and trendy) topics like NoSQL, websockets and Async
programming.The book is available to read online for free.</p>
</li>
<li>
<p>The <a href="http://www.reddit.com/r/django">Django subreddit</a> often has links to
the latest resources for learning Django and is also a good spot to ask
questions about it.</p>
Expand Down
2 changes: 1 addition & 1 deletion feeds/all.atom.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-11-09T11:29:49Z</updated></feed>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-11-09T23:19:26Z</updated></feed>
7 changes: 7 additions & 0 deletions source/content/pages/02-web-frameworks/0202-django.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ syntax and language semantics first before diving into web development.
* [Effective Django](http://effectivedjango.com/) is another free introduction
to the web framework.

* [Test-Driven Development with Python](http://www.obeythetestinggoat.com/) focuses on web development using
Django, with some coverage of JavaScript (inescapable for any web programmer). This book uses a concrete
example—the development of a website using the Django web framework, from scratch—to teach the TDD methodology,
and how it applies to web programming, from the basics of database integration and javascript, going via
browser-automation tools like Selenium, to advanced (and trendy) topics like NoSQL, websockets and Async
programming.The book is available to read online for free.

* The [Django subreddit](http://www.reddit.com/r/django) often has links to
the latest resources for learning Django and is also a good spot to ask
questions about it.
Expand Down