Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
introductory_material [2012/01/23 20:08] – external edit 127.0.0.1introductory_material [2016/01/18 18:09] – [Additional links] Zbigniew Jędrzejewski-Szmek
Line 1: Line 1:
 ====== Introductory Material ====== ====== Introductory Material ======
-1.1. [[http://scipy-lectures.github.com/intro/intro.html|Scientific computing with tools and workflow]]\\ +  * [[http://scipy-lectures.github.com/intro/intro.html|Scientific computing with tools and workflow]]\\ 
-1.2. [[http://scipy-lectures.github.com/intro/language/python_language.html|The Python language]]\\ +  [[http://scipy-lectures.github.com/intro/language/python_language.html|The Python language]]\\ 
-1.3. [[http://scipy-lectures.github.com/intro/numpy/numpy.html|NumPy: creating and manipulating numerical data]]\\ +  [[http://scipy-lectures.github.com/intro/numpy/numpy.html|NumPy: creating and manipulating numerical data]]\\ 
-1.4. [[http://scipy-lectures.github.com/intro/help/help.html|Getting help and finding documentation]]+  [[http://scipy-lectures.github.com/intro/help/help.html|Getting help and finding documentation]]
  
 Materials by [[http://scipy-lectures.github.com/AUTHORS.html|Authors]] distributed under [[http://scipy-lectures.github.com/LICENSE.html|License]]. Materials by [[http://scipy-lectures.github.com/AUTHORS.html|Authors]] distributed under [[http://scipy-lectures.github.com/LICENSE.html|License]].
 +
 +===== Additional links =====
 +
 +  * [[http://docs.python.org/tutorial/|Python Tutorial]] - short, easy and comprehensive introduction to Python for programmers
 +  * [[http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html|Code Like a Pythonista: Idiomatic Python]] - very informative overview by David Gooder to Python idioms and coding style. MUST READ for every Pythonista!
 +  * [[http://www.pythonchallenge.com/|Pyton Challenge]] - are you already a Python guru? Challenge your Python knowledge with the Python puzzles.
 +  * [[http://docs.python.org/library/index.html|Library Reference]] - complete reference to Python standard library
 +  * http://www.diveintopython.net/ and http://www.diveintopython3.net/
 +  * [[http://www.whoishostingthis.com/resources/python/|Python Introduction, Resources and FAQs]] - a catalogue of introductory python materials