@@ -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