File tree Expand file tree Collapse file tree 4 files changed +21
-13
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,14 @@ <h2>Django tutorials</h2>
188188 to the web framework.</ p >
189189</ li >
190190< li >
191+ < p > < a href ="http://www.obeythetestinggoat.com/ "> Test-Driven Development with Python</ a >
192+ focuses on web development using Django and JavaScript. This book uses
193+ the development of a website using the Django web framework as a real
194+ world example of how to perform test-driven development (TDD). There is
195+ also coverage of NoSQL, websockets and asynchronous responses. The book can
196+ be read online for free or purchased in hard copy via O'Reilly.</ p >
197+ </ li >
198+ < li >
191199< p > The < a href ="http://www.reddit.com/r/django "> Django subreddit</ a > often has links to
192200 the latest resources for learning Django and is also a good spot to ask
193201 questions about it.</ p >
Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ <h2>Django tutorials</h2>
9595 to the web framework.</ p >
9696</ li >
9797< li >
98- < p > < a href ="http://www.obeythetestinggoat.com/ "> Test-Driven Development with Python</ a > focuses on web development using
99- Django, with some coverage of JavaScript (inescapable for any web programmer) . This book uses a concrete
100- example— the development of a website using the Django web framework, from scratch—to teach the TDD methodology,
101- and how it applies to web programming, from the basics of database integration and javascript, going via
102- browser-automation tools like Selenium, to advanced ( and trendy) topics like NoSQL, websockets and Async
103- programming.The book is available to read online for free.</ p >
98+ < p > < a href ="http://www.obeythetestinggoat.com/ "> Test-Driven Development with Python</ a >
99+ focuses on web development using Django and JavaScript . This book uses
100+ the development of a website using the Django web framework as a real
101+ world example of how to perform test-driven development (TDD). There is
102+ also coverage of NoSQL, websockets and asynchronous responses. The book can
103+ be read online for free or purchased in hard copy via O'Reilly .</ p >
104104</ li >
105105< li >
106106< p > The < a href ="http://www.reddit.com/r/django "> Django subreddit</ a > often has links to
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <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 >
2+ <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-09T15:02:04Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ syntax and language semantics first before diving into web development.
7979* [ Effective Django] ( http://effectivedjango.com/ ) is another free introduction
8080 to the web framework.
8181
82- * [ Test-Driven Development with Python] ( http://www.obeythetestinggoat.com/ ) focuses on web development using
83- Django, with some coverage of JavaScript (inescapable for any web programmer) . This book uses a concrete
84- example— the development of a website using the Django web framework, from scratch—to teach the TDD methodology,
85- and how it applies to web programming, from the basics of database integration and javascript, going via
86- browser-automation tools like Selenium, to advanced ( and trendy) topics like NoSQL, websockets and Async
87- programming.The book is available to read online for free.
82+ * [ Test-Driven Development with Python] ( http://www.obeythetestinggoat.com/ )
83+ focuses on web development using Django and JavaScript . This book uses
84+ the development of a website using the Django web framework as a real
85+ world example of how to perform test-driven development (TDD). There is
86+ also coverage of NoSQL, websockets and asynchronous responses. The book can
87+ be read online for free or purchased in hard copy via O'Reilly .
8888
8989* The [ Django subreddit] ( http://www.reddit.com/r/django ) often has links to
9090 the latest resources for learning Django and is also a good spot to ask
You can’t perform that action at this time.
0 commit comments