Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/intro/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ A Codeacademy course for the absolute Python beginner. This free and interactive

Advanced
--------
Effective Python
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create a new section "intermediate" for this. The other books here are specifically "Advanced" but this books is meant to help you work onwards from being a beginner. This should look like

Intermediate
------------

Effective Python
\~~~~~~~~~~~~~~~~
(without the \ because GitHub won't render multiple ~s properly)

(your text here)

Advanced
-------

(what was already here)

~~~~~~~~~~~~~~~~

This book contains 59 specific ways to improve writing Pythonic code. At 227
pages, it is a very brief overview of some of the most commons adapations
programmers need to make to become efficient intermediate level Python
programmers.

`Effective Python <http://www.effectivepython.com/>`_

Pro Python
~~~~~~~~~~
Expand Down