Skip to content

Commit 80b3c1f

Browse files
committed
splitting out library collections in python resources page
1 parent 03061a6 commit 80b3c1f

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

best-python-resources.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ <h2>Beyond the basics</h2>
120120
and many other topics after learning the basic Python syntax. </p>
121121
</li>
122122
<li>
123-
<p><a href="https://github.com/vinta/awesome-python">awesome-python</a> is an incredible
124-
list of Python frameworks, libraries and software. I wish I had this
125-
page when I was just getting started with Python.</p>
126-
</li>
127-
<li>
128123
<p>The <a href="http://www.reddit.com/r/python">Python Subreddit</a> rolls up great
129124
Python links and has an active community ready to answer questions from
130125
beginners and advanced Python developers alike.</p>
@@ -168,6 +163,19 @@ <h2>Videos, screencasts and presentations</h2>
168163
<a href="http://ontwik.com/category/python/">Python category</a>.</p>
169164
</li>
170165
</ul>
166+
<h2>Curated Python packages lists</h2>
167+
<ul>
168+
<li>
169+
<p><a href="https://github.com/vinta/awesome-python">awesome-python</a> is an incredible
170+
list of Python frameworks, libraries and software. I wish I had this
171+
page when I was just getting started with Python.</p>
172+
</li>
173+
<li>
174+
<p><a href="http://easy-python.readthedocs.org/en/latest/">easy-python</a> is like
175+
awesome-python although instead of just a Git repository this site is
176+
in the Read the Docs format.</p>
177+
</li>
178+
</ul>
171179
<h2>Newsletters</h2>
172180
<ul>
173181
<li>

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-07-08T21:41:09Z</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-07-09T06:33:05Z</updated></feed>

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ I had when I was learning the language.
8383
provides context for virtual machines, Python packaging, pip, virutalenv
8484
and many other topics after learning the basic Python syntax.
8585

86-
* [awesome-python](https://github.com/vinta/awesome-python) is an incredible
87-
list of Python frameworks, libraries and software. I wish I had this
88-
page when I was just getting started with Python.
89-
9086
* The [Python Subreddit](http://www.reddit.com/r/python) rolls up great
9187
Python links and has an active community ready to answer questions from
9288
beginners and advanced Python developers alike.
@@ -122,6 +118,16 @@ I had when I was learning the language.
122118
[Python category](http://ontwik.com/category/python/).
123119

124120

121+
## Curated Python packages lists
122+
* [awesome-python](https://github.com/vinta/awesome-python) is an incredible
123+
list of Python frameworks, libraries and software. I wish I had this
124+
page when I was just getting started with Python.
125+
126+
* [easy-python](http://easy-python.readthedocs.org/en/latest/) is like
127+
awesome-python although instead of just a Git repository this site is
128+
in the Read the Docs format.
129+
130+
125131
## Newsletters
126132
* [Python Weekly](http://www.pythonweekly.com/) is a free weekly roundup
127133
of the latest Python articles, videos, projects, and upcoming events.

0 commit comments

Comments
 (0)