Skip to content

Commit f224c08

Browse files
committed
adding import python newsletter
1 parent 80b3372 commit f224c08

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4051,6 +4051,12 @@ <h2>Newsletters</h2>
40514051
covered in both newsletters but they often cover different articles
40524052
and projects from around the web.</p>
40534053
</li>
4054+
<li>
4055+
<p><a href="http://importpython.com/newsletter/">Import Python</a> is a newer newsletter
4056+
thank Python Weekly and PyCoder's Weekly. So far I've found this newsletter
4057+
covers different sources from other newsletters. It's well worth subscribing
4058+
to all three so you don't miss anything.</p>
4059+
</li>
40544060
</ul>
40554061
<h3>Those resources should help get you started. What's next?</h3>
40564062
<h1>Development Environments</h1>

best-python-resources.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ <h2>Newsletters</h2>
220220
covered in both newsletters but they often cover different articles
221221
and projects from around the web.</p>
222222
</li>
223+
<li>
224+
<p><a href="http://importpython.com/newsletter/">Import Python</a> is a newer newsletter
225+
thank Python Weekly and PyCoder's Weekly. So far I've found this newsletter
226+
covers different sources from other newsletters. It's well worth subscribing
227+
to all three so you don't miss anything.</p>
228+
</li>
223229
</ul>
224230
<h3>Those resources should help get you started. What's next?</h3>
225231
<div class="row">

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-12-08T12:07:42Z</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-12-08T15:08:24Z</updated></feed>

source/content/pages/11-misc/1101-best-python-resources.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,10 @@ should skip down to the next section for "experienced developers".
166166
covered in both newsletters but they often cover different articles
167167
and projects from around the web.
168168

169+
* [Import Python](http://importpython.com/newsletter/) is a newer newsletter
170+
thank Python Weekly and PyCoder's Weekly. So far I've found this newsletter
171+
covers different sources from other newsletters. It's well worth subscribing
172+
to all three so you don't miss anything.
173+
169174

170175
### Those resources should help get you started. What's next?

0 commit comments

Comments
 (0)