You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+96Lines changed: 96 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -415,6 +415,14 @@ <h2>New to programming</h2>
415
415
free book by Zed Shaw.</p>
416
416
</li>
417
417
<li>
418
+
<p>The <ahref="https://www.twilio.com/blog/tag/python">Python projects tag</a> on the
419
+
Twilio blog is constantly updated with fun tutorials you can build to
420
+
learn Python, such as the
421
+
<ahref="https://www.twilio.com/blog/2015/11/international-space-station-notifications-with-python-redis-queue-and-twilio-copilot.html">International Space Station Tracker with Flask and Redis-Queue</a>,
422
+
<ahref="https://www.twilio.com/blog/2014/11/choose-your-own-adventure-presentations-with-reveal-js-python-and-websockets.html">Choose Your Own Adventures Presentations using Flask and WebSockets</a>
423
+
and <ahref="https://www.twilio.com/blog/2015/11/getting-started-with-opencv-and-python-featuring-the-martian-2.html">Martianify Photos with OpenCV</a>.</p>
424
+
</li>
425
+
<li>
418
426
<p><ahref="http://www.diveinto.org/python3/">Dive into Python 3</a> is an open source
419
427
book provided under the Creative Commons license and available in HTML or
<spanclass="nt"><meta</span><spanclass="na">name=</span><spanclass="s">"description"</span><spanclass="na">content=</span><spanclass="s">"Template engines provide programmatic output of formatted content such as HTML, XML or PDF."</span><spanclass="nt">></span>
<p>Every one of the HTML lines above is standard for each page on Full Stack Python,
2915
+
with the exception of the <code><meta name="description"...</code> line which provides
2916
+
a unique short description of what the individual page contains.</p>
2917
+
<p>The <ahref="https://github.com/makaimc/fullstackpython.com/blob/gh-pages/source/theme/templates/base.html">base.html Jinja template</a> used to generate Full Stack Python
2918
+
allows every page on Full Stack Python to have consistent HTML but
2919
+
dynamically generate the pieces that should change between pages when
2920
+
the <ahref="/static-site-generator.html">static site generator</a> executes. The below
2921
+
code from the <code>base.html</code> template shows that the meta description is up to child
Copy file name to clipboardExpand all lines: best-python-resources.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,14 @@ <h2>New to programming</h2>
81
81
free book by Zed Shaw.</p>
82
82
</li>
83
83
<li>
84
+
<p>The <ahref="https://www.twilio.com/blog/tag/python">Python projects tag</a> on the
85
+
Twilio blog is constantly updated with fun tutorials you can build to
86
+
learn Python, such as the
87
+
<ahref="https://www.twilio.com/blog/2015/11/international-space-station-notifications-with-python-redis-queue-and-twilio-copilot.html">International Space Station Tracker with Flask and Redis-Queue</a>,
88
+
<ahref="https://www.twilio.com/blog/2014/11/choose-your-own-adventure-presentations-with-reveal-js-python-and-websockets.html">Choose Your Own Adventures Presentations using Flask and WebSockets</a>
89
+
and <ahref="https://www.twilio.com/blog/2015/11/getting-started-with-opencv-and-python-featuring-the-martian-2.html">Martianify Photos with OpenCV</a>.</p>
90
+
</li>
91
+
<li>
84
92
<p><ahref="http://www.diveinto.org/python3/">Dive into Python 3</a> is an open source
85
93
book provided under the Creative Commons license and available in HTML or
0 commit comments