Skip to content

Commit

Permalink
Merge pull request realpython#520 from sjbarlas/patch-1
Browse files Browse the repository at this point in the history
Python course for beginners
  • Loading branch information
sigmavirus24 committed Mar 1, 2015
2 parents fd8572a + 9f8bda5 commit 014c191
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/intro/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ as programs that can break them.

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


Learn Python the Hard Way
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -78,6 +79,7 @@ experience programming in another language.

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


Think Python: How to Think Like a Computer Scientist
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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


A Byte of Python
~~~~~~~~~~~~~~~~

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


Learn to Program in Python with Codeacademy
~~~~~~~~~~~~~~~~~~~~

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.

`Learn to Program in Python with Codeacademy <http://www.codecademy.com/en/tracks/python>`_


Advanced
--------

Expand Down

0 comments on commit 014c191

Please sign in to comment.