Skip to content

Commit a1e8485

Browse files
committed
adding twitter link to kate's name on resources page
1 parent dd03be6 commit a1e8485

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

best-python-resources.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ <h2>Beyond the basics</h2>
132132
<h2>Videos, screencasts and presentations</h2>
133133
<ul>
134134
<li>
135-
<p>Kate Heddleston gave a talk at PyCon 2014 called
135+
<p><a href="https://twitter.com/heddle317">Kate Heddleston</a> gave a talk at PyCon 2014
136+
called
136137
"<a href="http://pyvideo.org/video/2591/so-you-want-to-be-a-full-stack-developer-how-to">Full-stack Python Web Applications</a>"
137138
with clear visuals for how numerous layers of the Python web
138139
stack fit together. There are also <a href="https://speakerdeck.com/pycon2014/so-you-want-to-be-a-full-stack-developer-how-to-build-a-full-stack-python-web-application-by-kate-heddleston">slides available from the talk</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>2014-05-24T08:22:23Z</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-05-24T08:23:47Z</updated></feed>

source/content/pages/10-misc/1001-best-python-resources.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ I had when I was learning the language.
9191

9292

9393
## Videos, screencasts and presentations
94-
* Kate Heddleston gave a talk at PyCon 2014 called
94+
* [Kate Heddleston](https://twitter.com/heddle317) gave a talk at PyCon 2014
95+
called
9596
"[Full-stack Python Web Applications](http://pyvideo.org/video/2591/so-you-want-to-be-a-full-stack-developer-how-to)"
9697
with clear visuals for how numerous layers of the Python web
9798
stack fit together. There are also [slides available from the talk](https://speakerdeck.com/pycon2014/so-you-want-to-be-a-full-stack-developer-how-to-build-a-full-stack-python-web-application-by-kate-heddleston)

0 commit comments

Comments
 (0)