Skip to content

Commit 697fe76

Browse files
committed
adding information about real python
1 parent 10c1759 commit 697fe76

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ <h1>Introduction</h1>
8282
you'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>
9193
useful.</p>
9294
<p>This guide has a different focus from the above resources. Here I

pages/introduction.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ <h1>Introduction</h1>
5959
you'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>
6870
useful.</p>
6971
<p>This guide has a different focus from the above resources. Here I

source/content/pages/introduction.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ you're not yet ready to deploy your application.
2020
For 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+
2326
To 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

2730
If 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>`_
3033
useful.
3134

0 commit comments

Comments
 (0)