Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
introductory_material [2016/01/18 18:09] – [Additional links] Zbigniew Jędrzejewski-Szmekintroductory_material [2016/04/06 10:10] – external edit 127.0.0.1
Line 1: Line 1:
-====== Introductory Material ======+===== Introductory Material ===== 
 +You should be familiar with the following materials to participate: 
 + 
 +=== Scientific Python === 
   * [[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]]\\
   * [[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]]\\
Line 5: Line 9:
   * [[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]].+=== git ===
  
-===== Additional links =====+The first six chapters from the [[http://swcarpentry.github.io/git-novice/|The Software Carpentry git introduction]]: 
 + 
 +  * [[http://swcarpentry.github.io/git-novice/01-basics.html|Automated Version Control]] 
 +  * [[http://swcarpentry.github.io/git-novice/02-setup.html|Setting up git]] 
 +  * [[http://swcarpentry.github.io/git-novice/03-create.html|Creating a Repository]] 
 +  * [[http://swcarpentry.github.io/git-novice/04-changes.html|Tracking Changes]] 
 +  * [[http://swcarpentry.github.io/git-novice/05-history.html|Exploring History]] 
 +  * [[http://swcarpentry.github.io/git-novice/06-ignore.html|Ignoring Things]] 
 + 
 +==== Additional materials ==== 
 +Additional materials for the curious:
  
   * [[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. MUST READ for every Pythonista!+  * [[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/|Pyton 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.diveintopython.net/ and http://www.diveintopython3.net/+  * [[http://www.diveintopython3.net/|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
 +