mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
update intro section: add Pro Python link
This commit is contained in:
@@ -75,7 +75,7 @@ The major events for the Python community are developer conferences. The two
|
|||||||
most notable conferences are PyCon, which is held in the US, and its European
|
most notable conferences are PyCon, which is held in the US, and its European
|
||||||
sibling, EuroPython.
|
sibling, EuroPython.
|
||||||
|
|
||||||
A comprehensive list of conferences is maintained `at pycon.org <http://www.pycon.org/>`_.
|
A comprehensive list of conferences is maintained at `pycon.org <http://www.pycon.org/>`_.
|
||||||
|
|
||||||
|
|
||||||
Python User Groups
|
Python User Groups
|
||||||
|
|||||||
@@ -104,6 +104,8 @@ Pro Python
|
|||||||
This book is for intermediate to advanced Python programmers who are looking to understand how
|
This book is for intermediate to advanced Python programmers who are looking to understand how
|
||||||
and why Python works the way it does and how they can take their code to the next level.
|
and why Python works the way it does and how they can take their code to the next level.
|
||||||
|
|
||||||
|
`Pro Python <http://propython.com>`_
|
||||||
|
|
||||||
|
|
||||||
Expert Python Programming
|
Expert Python Programming
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@@ -145,7 +147,7 @@ chosen from mathematics and the natural sciences.
|
|||||||
Numerical Methods in Engineering with Python
|
Numerical Methods in Engineering with Python
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to
|
Numerical Methods in Engineering with Python, written by Jaan Kiusalaas, attempts to
|
||||||
emphasis on numerical methods and how to implement them in Python.
|
emphasis on numerical methods and how to implement them in Python.
|
||||||
|
|
||||||
`Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_
|
`Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_
|
||||||
|
|||||||
Reference in New Issue
Block a user