Skip to content

Commit 9f8bda5

Browse files
author
Saira J. Barlas
committed
Python course for beginners
It really helped me as a beginner hence the recommendation. Also added an extra space (where necessary) in between each suggestion to make it more clear for other people who edit. Thanks!
1 parent da5d9d3 commit 9f8bda5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/intro/learning.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ as programs that can break them.
5151

5252
`Hacking Secret Ciphers with Python <http://inventwithpython.com/hacking/>`_
5353

54+
5455
Learn Python the Hard Way
5556
~~~~~~~~~~~~~~~~~~~~~~~~~
5657

@@ -78,6 +79,7 @@ experience programming in another language.
7879

7980
`Dive Into Python 3 <http://www.diveinto.org/python3/>`_
8081

82+
8183
Think Python: How to Think Like a Computer Scientist
8284
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8385

@@ -115,6 +117,7 @@ More information about test driven development can be found at these resources:
115117

116118
`Test Driven Development <http://en.wikipedia.org/wiki/Test-driven_development>`_
117119

120+
118121
A Byte of Python
119122
~~~~~~~~~~~~~~~~
120123

@@ -125,6 +128,14 @@ previous programming experience.
125128
`A Byte of Python for Python 3.x <http://swaroopch.com/notes/Python_en-Preface/>`_
126129

127130

131+
Learn to Program in Python with Codeacademy
132+
~~~~~~~~~~~~~~~~~~~~
133+
134+
A Codeacademy course for the absolute Python beginner. This free and interactive course provides and teaches the basics (and beyond) of Python programming whilst testing the user's knowledge in between progress.
135+
136+
`Learn to Program in Python with Codeacademy <http://www.codecademy.com/en/tracks/python>`_
137+
138+
128139
Advanced
129140
--------
130141

0 commit comments

Comments
 (0)