浏览代码

Adding Intermediate Projects link

Swaroop C H 12 年之前
父节点
当前提交
6f32e47d72
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 8 4
      18-what-next.md

+ 8 - 4
18-what-next.md

@@ -44,13 +44,16 @@ The replace command can be as simple or as sophisticated as you wish,
 from simple string substitution to looking for patterns (regular
 from simple string substitution to looking for patterns (regular
 expressions).
 expressions).
 
 
-If you found that also easy to create, then look at these list of
-projects and try writing your own programs:
+## Next Projects ##
+
+If you found above programs easy to create, then look at this
+comprehensive list of projects and try writing your own programs:
 <https://github.com/thekarangoel/Projects#numbers> (the list is also
 <https://github.com/thekarangoel/Projects#numbers> (the list is also
 at
 at
-[Martyr2's Mega Project List](http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/))
+[Martyr2's Mega Project List](http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/)).
 
 
-After that, below are some ways to continue your journey with Python:
+Also see
+[Intermediate Python Projects](https://openhatch.org/wiki/Intermediate_Python_Workshop/Projects).
 
 
 ## Example Code ##
 ## Example Code ##
 
 
@@ -69,6 +72,7 @@ and read a lot of code:
 
 
 - [The Hitchhiker's Guide to Python!](http://docs.python-guide.org/en/latest/)
 - [The Hitchhiker's Guide to Python!](http://docs.python-guide.org/en/latest/)
 - [Python Big Picture](http://slott-softwarearchitect.blogspot.ca/2013/06/python-big-picture-whats-roadmap.html)
 - [Python Big Picture](http://slott-softwarearchitect.blogspot.ca/2013/06/python-big-picture-whats-roadmap.html)
+- ["Writing Idiomatic Python" ebook](http://www.jeffknupp.com/writing-idiomatic-python-ebook/) (paid)
 
 
 ## Videos ##
 ## Videos ##