Skip to content

Commit fc6460a

Browse files
committed
Added beginners resources and a link from the resources page
1 parent 5992b20 commit fc6460a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

pages/beginners-resources.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: entry
3+
title: Beginners Resources for Python
4+
---
5+
6+
## Online books / tutorials
7+
8+
* [Learn Python the Hard Way](http://learnpythonthehardway.org). _(Do not let the title fool you)_
9+
* [A Byte of Python](http://www.swaroopch.com/notes/Python/)
10+
* [Python.org Python Tutorial](http://docs.python.org/2/tutorial/index.html)
11+
12+
## Comprehensive collections of resources
13+
14+
* [Python.org resources for Programmers](http://wiki.python.org/moin/BeginnersGuide/Programmers)
15+
* [Python.org resources for Non Programmers](http://wiki.python.org/moin/BeginnersGuide/NonProgrammers)

resources/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<h1>Resources</h1>
55

66
<ul>
7-
<li><a href="/pages/posting-policy.html">Posting Policy</a></li>
7+
<li><a href="/pages/beginners-resources.html">Resources for learning python</a></li>
8+
<li><a href="/pages/posting-policy.html">Posting Policy (for PythonPune google group)</a></li>
89
</ul>

0 commit comments

Comments
 (0)