Skip to content

Commit 23fa589

Browse files
committed
adidng awesome-python to the best python resources
1 parent ebd41be commit 23fa589

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

best-python-resources.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ <h2>Beyond the basics</h2>
115115
and many other topics after learning the basic Python syntax. </p>
116116
</li>
117117
<li>
118+
<p><a href="https://github.com/vinta/awesome-python">awesome-python</a> is an incredible
119+
list of Python frameworks, libraries and software. I wish I had this
120+
page when I was just getting started with Python.</p>
121+
</li>
122+
<li>
118123
<p>The <a href="http://www.reddit.com/r/python">Python Subreddit</a> rolls up great
119124
Python links and has an active community ready to answer questions from
120125
beginners and advanced Python developers alike.</p>

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-01T06:01:56Z</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-02T17:24:03Z</updated></feed>

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

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

82+
* [awesome-python](https://github.com/vinta/awesome-python) is an incredible
83+
list of Python frameworks, libraries and software. I wish I had this
84+
page when I was just getting started with Python.
85+
8286
* The [Python Subreddit](http://www.reddit.com/r/python) rolls up great
8387
Python links and has an active community ready to answer questions from
8488
beginners and advanced Python developers alike.

0 commit comments

Comments
 (0)