Differences

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

Link to this comparison view

Both sides previous revision Previous revision
introductory_material [2017/04/28 09:52] tizianointroductory_material [2021/07/06 22:43] (current) – external edit 127.0.0.1
Line 4: Line 4:
 === Scientific Python === === Scientific Python ===
  
-  * [[http://scipy-lectures.github.com/intro/intro.html|Scientific computing with tools and workflow]]\\ +  * [[http://scipy-lectures.github.io/intro/intro.html|Scientific computing with tools and workflow]]\\ 
-  * [[http://scipy-lectures.github.com/intro/language/python_language.html|The Python language]]\\ +  * [[http://scipy-lectures.github.io/intro/language/python_language.html|The Python language]]\\ 
-  * [[http://scipy-lectures.github.com/intro/numpy/numpy.html|NumPy: creating and manipulating numerical data]]\\ +  * [[http://scipy-lectures.github.io/intro/numpy/index.html|NumPy: creating and manipulating numerical data]]\\ 
-  * [[http://scipy-lectures.github.com/intro/help/help.html|Getting help and finding documentation]]+  * [[http://scipy-lectures.github.io/intro/help/help.html|Getting help and finding documentation]]
  
 === git === === git ===
Line 23: Line 23:
  
   * [[http://docs.python.org/tutorial/|Python Tutorial]] - short, easy and comprehensive introduction to Python for programmers   * [[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. +  * [[http://www.pythonchallenge.com/|Python Challenge]] - are you already a Python guru? Challenge your Python knowledge with the Python puzzles.
-  * [[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://docs.python.org/library/index.html|Library Reference]] - complete reference to Python standard library
-  * [[http://www.diveintopython3.net/|Dive into Python 3]]+  * [[http://diveintopython3.problemsolving.io/|Dive into Python 3]]
   * [[http://www.whoishostingthis.com/resources/python/|Python Introduction, Resources and FAQs]] - a catalogue of introductory python materials   * [[http://www.whoishostingthis.com/resources/python/|Python Introduction, Resources and FAQs]] - a catalogue of introductory python materials