Skip to content

Commit 5821172

Browse files
committed
adding a couple more resources to the best resources page
1 parent 00d5dcb commit 5821172

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

best-python-resources.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ <h2>Experienced developers new to Python</h2>
130130
<h2>Beyond the basics</h2>
131131
<ul>
132132
<li>
133+
<p><a href="http://mirnazim.org/writings/python-ecosystem-introduction/">The Python Ecosystem: An Introduction</a>
134+
provides context for virtual machines, Python packaging, pip, virutalenv
135+
and many other topics after learning the basic Python syntax. </p>
136+
</li>
137+
<li>
133138
<p><a href="https://www.neckbeardrepublic.com/">Neckbeard Republic</a> provides free
134139
screencasts for learning intermediate topics. I typically prefer to learn
135140
by reading. However, these videos are helpful in seeing the code on the
@@ -140,6 +145,10 @@ <h2>Beyond the basics</h2>
140145
Python links and has an active community ready to answer questions from
141146
beginners and advanced Python developers alike.</p>
142147
</li>
148+
<li>
149+
<p>The blog <a href="http://freepythontips.wordpress.com/">Free Python Tips</a> provides
150+
posts on Python topics as well as news for the Python ecosystem.</p>
151+
</li>
143152
</ul>
144153
<h2>Newsletters</h2>
145154
<ul>

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-03-24T09:29:50Z</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-03-25T07:46:52Z</updated></feed>

source/content/pages/23-best-python-resources/2301-best-python-resources.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ I had when I was learning the language.
5252

5353

5454
## Beyond the basics
55+
* [The Python Ecosystem: An Introduction](http://mirnazim.org/writings/python-ecosystem-introduction/)
56+
provides context for virtual machines, Python packaging, pip, virutalenv
57+
and many other topics after learning the basic Python syntax.
58+
5559
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free
5660
screencasts for learning intermediate topics. I typically prefer to learn
5761
by reading. However, these videos are helpful in seeing the code on the
@@ -61,6 +65,9 @@ I had when I was learning the language.
6165
Python links and has an active community ready to answer questions from
6266
beginners and advanced Python developers alike.
6367

68+
* The blog [Free Python Tips](http://freepythontips.wordpress.com/) provides
69+
posts on Python topics as well as news for the Python ecosystem.
70+
6471

6572
## Newsletters
6673
* [Python Weekly](http://www.pythonweekly.com/) is a free weekly roundup

0 commit comments

Comments
 (0)