File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed
Expand file tree Collapse file tree 4 files changed +14
-7
lines changed 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-01-20T18:24:53Z </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-01-22T19:00:49Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -82,11 +82,13 @@ <h1>Introduction</h1>
8282you're not yet ready to deploy your application.</ p >
8383< p > For general Python learning, read Kenneth Reitz's
8484< a class ="reference external " href ="http://docs.python-guide.org/en/latest/ "> The Hitchhiker’s Guide to Python</ a > .</ p >
85+ < p > To get an introduction to both Python and Django at the same time, purchase
86+ < a class ="reference external " href ="http://www.realpython.com/ "> Real Python</ a > by Fletcher, Michael, and Jeremy.</ p >
8587< p > To deploy a Python web application to the Heroku platform-as-a-service
8688(described below in this guide), check out
87- < a class ="reference external " href ="http://www.deploydjango.com/ "> Deploying Django</ a > .</ p >
89+ < a class ="reference external " href ="http://www.deploydjango.com/ "> Deploying Django</ a > by Randall Degges .</ p >
8890< p > If you're not coming in with any software development background,
89- you may find my post on
91+ you may also find my post on
9092< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
9193useful.</ p >
9294< p > This guide has a different focus from the above resources. Here I
Original file line number Diff line number Diff line change @@ -59,11 +59,13 @@ <h1>Introduction</h1>
5959you're not yet ready to deploy your application.</ p >
6060< p > For general Python learning, read Kenneth Reitz's
6161< a class ="reference external " href ="http://docs.python-guide.org/en/latest/ "> The Hitchhiker’s Guide to Python</ a > .</ p >
62+ < p > To get an introduction to both Python and Django at the same time, purchase
63+ < a class ="reference external " href ="http://www.realpython.com/ "> Real Python</ a > by Fletcher, Michael, and Jeremy.</ p >
6264< p > To deploy a Python web application to the Heroku platform-as-a-service
6365(described below in this guide), check out
64- < a class ="reference external " href ="http://www.deploydjango.com/ "> Deploying Django</ a > .</ p >
66+ < a class ="reference external " href ="http://www.deploydjango.com/ "> Deploying Django</ a > by Randall Degges .</ p >
6567< p > If you're not coming in with any software development background,
66- you may find my post on
68+ you may also find my post on
6769< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
6870useful.</ p >
6971< p > This guide has a different focus from the above resources. Here I
Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ you're not yet ready to deploy your application.
2020For general Python learning, read Kenneth Reitz's
2121`The Hitchhiker’s Guide to Python <http://docs.python-guide.org/en/latest/ >`_.
2222
23+ To get an introduction to both Python and Django at the same time, purchase
24+ `Real Python <http://www.realpython.com/ >`_ by Fletcher, Michael, and Jeremy.
25+
2326To deploy a Python web application to the Heroku platform-as-a-service
2427(described below in this guide), check out
25- `Deploying Django <http://www.deploydjango.com/ >`_.
28+ `Deploying Django <http://www.deploydjango.com/ >`_ by Randall Degges .
2629
2730If you're not coming in with any software development background,
28- you may find my post on
31+ you may also find my post on
2932`Learning Python <http://www.mattmakai.com/learning-python-for-non-developers.html >`_
3033useful.
3134
You can’t perform that action at this time.
0 commit comments