Differences

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

Link to this comparison view

Next revision
Previous revision
introductory_material [2012/01/23 20:08] – external edit 127.0.0.1introductory_material [2023/07/01 01:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Introductory Material ====== +==== Introductory Material ===
-1.1. [[http://scipy-lectures.github.com/intro/intro.html|Scientific computing with tools and workflow]]\\ +You should be familiar with the following materials to participate: 
-1.2. [[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]]\\ +=== Scientific Python === 
-1.4. [[http://scipy-lectures.github.com/intro/help/help.html|Getting help and finding documentation]]+ 
 +  * [[https://lectures.scientific-python.org/intro/intro.html|Python scientific computing ecosystem]]\\ 
 +  [[https://lectures.scientific-python.org/intro/language/python_language.html|The Python language]]\\ 
 +  [[https://lectures.scientific-python.org/intro/numpy/index.html|NumPy: creating and manipulating numerical data]]\\ 
 +  [[https://lectures.scientific-python.org/intro/help/help.html|Getting help and finding documentation]]\\ 
 + 
 + 
 +=== git === 
 +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|Automated Version Control]] 
 +  * [[http://swcarpentry.github.io/git-novice/02-setup|Setting up git]] 
 +  * [[http://swcarpentry.github.io/git-novice/03-create|Creating a Repository]] 
 +  * [[http://swcarpentry.github.io/git-novice/04-changes|Tracking Changes]] 
 +  * [[http://swcarpentry.github.io/git-novice/05-history|Exploring History]] 
 +  * [[http://swcarpentry.github.io/git-novice/06-ignore|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://www.pythonchallenge.com/|Python 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://diveintopython3.problemsolving.io/|Dive into Python 3]] 
 +  * [[http://www.whoishostingthis.com/resources/python/|Python Introduction, Resources and FAQs]] - a catalogue of introductory python materials
  
-Materials by [[http://scipy-lectures.github.com/AUTHORS.html|Authors]] distributed under [[http://scipy-lectures.github.com/LICENSE.html|License]].