Skip to content

Commit bffba22

Browse files
committed
adding further resources to the best resources page
1 parent beb33ca commit bffba22

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

best-python-resources.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,24 @@ <h2>New to Programming</h2>
9999
</ul>
100100
<h2>Experienced Developers New to Python</h2>
101101
<ul>
102-
<li>Kenneth Reitz's
102+
<li>
103+
<p><a href="http://learnxinyminutes.com/docs/python/">Learn Python in y minutes</a>
104+
provides a whirlwind tour of the Python language. The guide is especially
105+
useful if you're coming in with previous software development experience
106+
and want to quickly grasp how the language is structured.</p>
107+
</li>
108+
<li>
109+
<p><a href="http://pymbook.readthedocs.org/en/latest/">Python for you and me</a> is an
110+
approachable book with sections for Python syntax and the major language
111+
constructs. The book also contains a short guide at the end to get
112+
programmers to write their first Flask web application.</p>
113+
</li>
114+
<li>
115+
<p>Kenneth Reitz's
103116
<a href="http://docs.python-guide.org/en/latest/">The Hitchhiker’s Guide to Python</a>
104117
contains a wealth of information both on the Python programming as well
105-
as the community.</li>
118+
as the community.</p>
119+
</li>
106120
</ul>
107121
<h2>Intermediate</h2>
108122
<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-09T22:50:25Z</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-10T08:12:56Z</updated></feed>

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,23 @@ I had when I was learning the language.
2727

2828

2929
## Experienced Developers New to Python
30+
* [Learn Python in y minutes](http://learnxinyminutes.com/docs/python/)
31+
provides a whirlwind tour of the Python language. The guide is especially
32+
useful if you're coming in with previous software development experience
33+
and want to quickly grasp how the language is structured.
34+
35+
* [Python for you and me](http://pymbook.readthedocs.org/en/latest/) is an
36+
approachable book with sections for Python syntax and the major language
37+
constructs. The book also contains a short guide at the end to get
38+
programmers to write their first Flask web application.
39+
3040
* Kenneth Reitz's
3141
[The Hitchhiker’s Guide to Python](http://docs.python-guide.org/en/latest/)
3242
contains a wealth of information both on the Python programming as well
3343
as the community.
3444

3545

46+
3647
## Intermediate
3748
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free
3849
screencasts for learning intermediate topics. I typically prefer to learn

0 commit comments

Comments
 (0)