Skip to content

Commit 87b4f80

Browse files
committed
tweaking best python resources page
1 parent 9c34fd8 commit 87b4f80

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

all.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,10 @@ <h2>New to programming</h2>
372372
should skip down to the next section for "experienced developers".</p>
373373
<ul>
374374
<li>
375-
<p>To get an introduction to Python, Django and Flask at the same time, purchase
376-
<a href="http://www.realpython.com/?utm_source=fullstackpython&amp;utm_medium=referral&amp;utm_campaign=best_resources_page">Real Python</a> by Fletcher, Michael, and Jeremy.</p>
375+
<p>To get an introduction to Python, Django and Flask at the same time,
376+
consider purchasing the
377+
<a href="http://www.realpython.com/?utm_source=fullstackpython&amp;utm_medium=referral&amp;utm_campaign=best_resources_page">Real Python</a> course by Fletcher, Michael and
378+
Jeremy.</p>
377379
</li>
378380
<li>
379381
<p>If you've never programmed before check out the

best-python-resources.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ <h2>New to programming</h2>
4949
should skip down to the next section for "experienced developers".</p>
5050
<ul>
5151
<li>
52-
<p>To get an introduction to Python, Django and Flask at the same time, purchase
53-
<a href="http://www.realpython.com/?utm_source=fullstackpython&amp;utm_medium=referral&amp;utm_campaign=best_resources_page">Real Python</a> by Fletcher, Michael, and Jeremy.</p>
52+
<p>To get an introduction to Python, Django and Flask at the same time,
53+
consider purchasing the
54+
<a href="http://www.realpython.com/?utm_source=fullstackpython&amp;utm_medium=referral&amp;utm_campaign=best_resources_page">Real Python</a> course by Fletcher, Michael and
55+
Jeremy.</p>
5456
</li>
5557
<li>
5658
<p>If you've never programmed before check out the

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>2015-02-15T11:34:58Z</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>2015-02-15T11:36:50Z</updated></feed>

source/content/pages/02-learning-python/04-best-python-resources.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ If you're learning your first programming language these books were written
3333
with you in mind. Developers learning Python as a second or later language
3434
should skip down to the next section for "experienced developers".
3535

36-
* To get an introduction to Python, Django and Flask at the same time, purchase
37-
[Real Python](http://www.realpython.com/?utm_source=fullstackpython&utm_medium=referral&utm_campaign=best_resources_page) by Fletcher, Michael, and Jeremy.
36+
* To get an introduction to Python, Django and Flask at the same time,
37+
consider purchasing the
38+
[Real Python](http://www.realpython.com/?utm_source=fullstackpython&utm_medium=referral&utm_campaign=best_resources_page) course by Fletcher, Michael and
39+
Jeremy.
3840

3941
* If you've never programmed before check out the
4042
[Getting Started](http://learntocodewith.me/getting-started/) page on

0 commit comments

Comments
 (0)