Skip to content

Commit 3e45fc0

Browse files
committed
adding note about livecoding.tv
1 parent 2b9a50f commit 3e45fc0

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

all.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,16 @@ <h2>New to programming</h2>
385385
should skip down to the next section for "experienced developers".</p>
386386
<ul>
387387
<li>
388+
<p>Learn by watching a Python developer code live. Follow my
389+
account on <a href="https://www.livecoding.tv/mattmakai/">livecoding.tv</a> and
390+
you'll receive an email alert when I
391+
<a href="https://github.com/makaimc/compare-python-web-frameworks">compare Python web frameworks</a>,
392+
<a href="https://github.com/makaimc/plapi">build a web API with Django and Django REST Framework</a>
393+
and
394+
write new pages for
395+
<a href="https://github.com/makaimc/fullstackpython.com">Full Stack Python</a>.</p>
396+
</li>
397+
<li>
388398
<p>To get an introduction to Python, Django and Flask at the same time,
389399
consider purchasing the
390400
<a href="https://realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources" onclick="trackOutboundLink('https://www.realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources'); return false;">Real Python</a>

best-python-resources.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ <h2>New to programming</h2>
5151
should skip down to the next section for "experienced developers".</p>
5252
<ul>
5353
<li>
54+
<p>Learn by watching a Python developer code live. Follow my
55+
account on <a href="https://www.livecoding.tv/mattmakai/">livecoding.tv</a> and
56+
you'll receive an email alert when I
57+
<a href="https://github.com/makaimc/compare-python-web-frameworks">compare Python web frameworks</a>,
58+
<a href="https://github.com/makaimc/plapi">build a web API with Django and Django REST Framework</a>
59+
and
60+
write new pages for
61+
<a href="https://github.com/makaimc/fullstackpython.com">Full Stack Python</a>.</p>
62+
</li>
63+
<li>
5464
<p>To get an introduction to Python, Django and Flask at the same time,
5565
consider purchasing the
5666
<a href="https://realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources" onclick="trackOutboundLink('https://www.realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources'); return false;">Real Python</a>

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-10-27T16:12:00Z</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-10-28T13:33:01Z</updated></feed>

source/content/pages/01-introduction/06-best-python-resources.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ If you're learning your first programming language these books were written
2727
with you in mind. Developers learning Python as a second or later language
2828
should skip down to the next section for "experienced developers".
2929

30+
* Learn by watching a Python developer code live. Follow my
31+
account on [livecoding.tv](https://www.livecoding.tv/mattmakai/) and
32+
you'll receive an email alert when I
33+
[compare Python web frameworks](https://github.com/makaimc/compare-python-web-frameworks),
34+
[build a web API with Django and Django REST Framework](https://github.com/makaimc/plapi)
35+
and
36+
write new pages for
37+
[Full Stack Python](https://github.com/makaimc/fullstackpython.com).
38+
3039
* To get an introduction to Python, Django and Flask at the same time,
3140
consider purchasing the
3241
<a href="https://realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources" onclick="trackOutboundLink('https://www.realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources'); return false;">Real Python</a>

0 commit comments

Comments
 (0)