Skip to content

Commit 0ca111f

Browse files
committed
fixing some link rot. bummer
1 parent a21decc commit 0ca111f

17 files changed

+70
-68
lines changed

all.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -679,9 +679,10 @@ <h2>Web development with Django, Flask and other frameworks</h2>
679679
</li>
680680
<li>
681681
<p>The videos and slides from
682-
<a href="http://www.djangounderthehood.com/talks/">Django: Under the Hood 2014</a>
682+
<a href="https://www.youtube.com/channel/UC9T1dhIlL_8Va9DxvKRowBw">Django: Under the Hood 2015</a>
683683
are from Django core committers and provide insight into the ORM,
684-
internationalization, templates and other topics.</p>
684+
internationalization, templates and other important
685+
<a href="/web-frameworks.html">web framework</a> topics.</p>
685686
</li>
686687
<li>
687688
<p>DjangoCon US videos from
@@ -1235,12 +1236,6 @@ <h2>General Python language resources</h2>
12351236
through the Python standard library.</p>
12361237
</li>
12371238
<li>
1238-
<p><a href="http://halitalptekin.tumblr.com/post/30028271874/pythonic-syntax">What the heck does "pythonic" mean?</a>
1239-
explains the difference in accepted Python coding style compared to other
1240-
ways to write Python code that, while syntactically correct, are less
1241-
maintainable and therefore should not be used.</p>
1242-
</li>
1243-
<li>
12441239
<p><a href="http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html">A Python interpreter written in Python</a>
12451240
is incredibly meta but really useful for wrapping your head around some
12461241
of the lower level stuff going on in the language.</p>

best-python-videos.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@ <h2>Web development with Django, Flask and other frameworks</h2>
9191
</li>
9292
<li>
9393
<p>The videos and slides from
94-
<a href="http://www.djangounderthehood.com/talks/">Django: Under the Hood 2014</a>
94+
<a href="https://www.youtube.com/channel/UC9T1dhIlL_8Va9DxvKRowBw">Django: Under the Hood 2015</a>
9595
are from Django core committers and provide insight into the ORM,
96-
internationalization, templates and other topics.</p>
96+
internationalization, templates and other important
97+
<a href="/web-frameworks.html">web framework</a> topics.</p>
9798
</li>
9899
<li>
99100
<p>DjangoCon US videos from

blog.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ <h2 style="line-height: 1.5em;"><a href="/blog/install-redis-use-python-3-ubuntu
4646
May 16, 2016.
4747
</div>
4848
<p><a href="http://redis.io">Redis</a> is an in-memory key-value pair
49-
<a href="/no-sql-datastore.html">NoSQL data store</a> often used in Python applications
50-
for <a href="/web-frameworks.html">web application</a> sessions and caching,
51-
transient <a href="/data.html">data</a> storage and as a broker for
52-
<a href="/task-queues.html">task ... (<a href="/blog/install-redis-use-python-3-ubuntu-1604.html">read more</a>)
49+
<a href="/no-sql-datastore.html">NoSQL data store</a> often used
50+
for <a href="/web-frameworks.html">web application</a> sessions,
51+
transient <a href="/data.html">data</a> and as a broker for
52+
<a href="/task-queues.html">task queues</a>. redis-py is a common Python code ... (<a href="/blog/install-redis-use-python-3-ubuntu-1604.html">read more</a>)
5353
<h2 style="line-height: 1.5em;"><a href="/blog/send-mms-picture-messages-python.html">How to Send MMS Picture Messages with Python</a></h2>
5454
<div class="post-byline">
5555
Posted by <a href="/about-author.html">Matt Makai</a> on

blog/install-redis-use-python-3-ubuntu-1604.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ <h1 class="blog-h1">How to Use Redis with Python 3 and redis-py on Ubuntu 16.04<
4242
May 16, 2016.
4343
</div>
4444
<p><a href="http://redis.io">Redis</a> is an in-memory key-value pair
45-
<a href="/no-sql-datastore.html">NoSQL data store</a> often used in Python applications
46-
for <a href="/web-frameworks.html">web application</a> sessions and caching,
47-
transient <a href="/data.html">data</a> storage and as a broker for
48-
<a href="/task-queues.html">task queues</a>.
49-
<a href="https://pypi.python.org/pypi/redis">redis-py</a> is a common Python code
45+
<a href="/no-sql-datastore.html">NoSQL data store</a> often used
46+
for <a href="/web-frameworks.html">web application</a> sessions,
47+
transient <a href="/data.html">data</a> and as a broker for
48+
<a href="/task-queues.html">task queues</a>. redis-py is a common Python code
5049
library for interacting with Redis. Let's learn how to get Redis up
5150
and running on Ubuntu and then start using it in a simple Python application.</p>
5251
<h2>Tools We Need</h2>

feeds/all-en.atom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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-en.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-05-16T00:00:00-04:00</updated><entry><title>How to Use Redis with Python 3 and redis-py on Ubuntu 16.04</title><link href="http://www.fullstackpython.com/install-redis-use-python-3-ubuntu-1604.html" rel="alternate"></link><updated>2016-05-16T00:00:00-04:00</updated><author><name>Matt Makai</name></author><id>tag:www.fullstackpython.com,2016-05-16:install-redis-use-python-3-ubuntu-1604.html</id><summary type="html">&lt;p&gt;&lt;a href="http://redis.io"&gt;Redis&lt;/a&gt; is an in-memory key-value pair
3-
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used in Python applications
4-
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions and caching,
5-
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; storage and as a broker for
6-
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;.
7-
&lt;a href="https://pypi.python.org/pypi/redis"&gt;redis-py&lt;/a&gt; is a common Python code
3+
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used
4+
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions,
5+
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; and as a broker for
6+
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;. redis-py is a common Python code
87
library for interacting with Redis. Let's learn how to get Redis up
98
and running on Ubuntu and then start using it in a simple Python application.&lt;/p&gt;
109
&lt;h2&gt;Tools We Need&lt;/h2&gt;

feeds/all.atom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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>2016-05-16T00:00:00-04:00</updated><entry><title>How to Use Redis with Python 3 and redis-py on Ubuntu 16.04</title><link href="http://www.fullstackpython.com/install-redis-use-python-3-ubuntu-1604.html" rel="alternate"></link><updated>2016-05-16T00:00:00-04:00</updated><author><name>Matt Makai</name></author><id>tag:www.fullstackpython.com,2016-05-16:install-redis-use-python-3-ubuntu-1604.html</id><summary type="html">&lt;p&gt;&lt;a href="http://redis.io"&gt;Redis&lt;/a&gt; is an in-memory key-value pair
3-
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used in Python applications
4-
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions and caching,
5-
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; storage and as a broker for
6-
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;.
7-
&lt;a href="https://pypi.python.org/pypi/redis"&gt;redis-py&lt;/a&gt; is a common Python code
3+
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used
4+
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions,
5+
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; and as a broker for
6+
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;. redis-py is a common Python code
87
library for interacting with Redis. Let's learn how to get Redis up
98
and running on Ubuntu and then start using it in a simple Python application.&lt;/p&gt;
109
&lt;h2&gt;Tools We Need&lt;/h2&gt;

feeds/matt-makai.atom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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/matt-makai.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-05-16T00:00:00-04:00</updated><entry><title>How to Use Redis with Python 3 and redis-py on Ubuntu 16.04</title><link href="http://www.fullstackpython.com/install-redis-use-python-3-ubuntu-1604.html" rel="alternate"></link><updated>2016-05-16T00:00:00-04:00</updated><author><name>Matt Makai</name></author><id>tag:www.fullstackpython.com,2016-05-16:install-redis-use-python-3-ubuntu-1604.html</id><summary type="html">&lt;p&gt;&lt;a href="http://redis.io"&gt;Redis&lt;/a&gt; is an in-memory key-value pair
3-
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used in Python applications
4-
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions and caching,
5-
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; storage and as a broker for
6-
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;.
7-
&lt;a href="https://pypi.python.org/pypi/redis"&gt;redis-py&lt;/a&gt; is a common Python code
3+
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used
4+
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions,
5+
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; and as a broker for
6+
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;. redis-py is a common Python code
87
library for interacting with Redis. Let's learn how to get Redis up
98
and running on Ubuntu and then start using it in a simple Python application.&lt;/p&gt;
109
&lt;h2&gt;Tools We Need&lt;/h2&gt;

feeds/matt-makai.rss.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Matt Makai</title><link>http://www.fullstackpython.com/</link><description></description><atom:link href="http://www.fullstackpython.com/feeds/matt-makai.rss.xml" rel="self"></atom:link><lastBuildDate>Mon, 16 May 2016 00:00:00 -0400</lastBuildDate><item><title>How to Use Redis with Python 3 and redis-py on Ubuntu 16.04</title><link>http://www.fullstackpython.com/install-redis-use-python-3-ubuntu-1604.html</link><description>&lt;p&gt;&lt;a href="http://redis.io"&gt;Redis&lt;/a&gt; is an in-memory key-value pair
3-
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used in Python applications
4-
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions and caching,
5-
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; storage and as a broker for
6-
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;.
7-
&lt;a href="https://pypi.python.org/pypi/redis"&gt;redis-py&lt;/a&gt; is a common Python code
3+
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used
4+
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions,
5+
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; and as a broker for
6+
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;. redis-py is a common Python code
87
library for interacting with Redis. Let's learn how to get Redis up
98
and running on Ubuntu and then start using it in a simple Python application.&lt;/p&gt;
109
&lt;h2&gt;Tools We Need&lt;/h2&gt;

feeds/post.atom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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/post.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-05-16T00:00:00-04:00</updated><entry><title>How to Use Redis with Python 3 and redis-py on Ubuntu 16.04</title><link href="http://www.fullstackpython.com/install-redis-use-python-3-ubuntu-1604.html" rel="alternate"></link><updated>2016-05-16T00:00:00-04:00</updated><author><name>Matt Makai</name></author><id>tag:www.fullstackpython.com,2016-05-16:install-redis-use-python-3-ubuntu-1604.html</id><summary type="html">&lt;p&gt;&lt;a href="http://redis.io"&gt;Redis&lt;/a&gt; is an in-memory key-value pair
3-
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used in Python applications
4-
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions and caching,
5-
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; storage and as a broker for
6-
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;.
7-
&lt;a href="https://pypi.python.org/pypi/redis"&gt;redis-py&lt;/a&gt; is a common Python code
3+
&lt;a href="/no-sql-datastore.html"&gt;NoSQL data store&lt;/a&gt; often used
4+
for &lt;a href="/web-frameworks.html"&gt;web application&lt;/a&gt; sessions,
5+
transient &lt;a href="/data.html"&gt;data&lt;/a&gt; and as a broker for
6+
&lt;a href="/task-queues.html"&gt;task queues&lt;/a&gt;. redis-py is a common Python code
87
library for interacting with Redis. Let's learn how to get Redis up
98
and running on Ubuntu and then start using it in a simple Python application.&lt;/p&gt;
109
&lt;h2&gt;Tools We Need&lt;/h2&gt;

python-programming-language.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ <h2>General Python language resources</h2>
5959
through the Python standard library.</p>
6060
</li>
6161
<li>
62-
<p><a href="http://halitalptekin.tumblr.com/post/30028271874/pythonic-syntax">What the heck does "pythonic" mean?</a>
63-
explains the difference in accepted Python coding style compared to other
64-
ways to write Python code that, while syntactically correct, are less
65-
maintainable and therefore should not be used.</p>
66-
</li>
67-
<li>
6862
<p><a href="http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html">A Python interpreter written in Python</a>
6963
is incredibly meta but really useful for wrapping your head around some
7064
of the lower level stuff going on in the language.</p>

0 commit comments

Comments
 (0)