-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (23 loc) · 1.18 KB
/
Copy pathREADME
File metadata and controls
34 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PyCourse -- an introductory course in Python
============================================
These are (currently) two introductory lectures on Python. The first lecture
focuses on the Python language syntax itself, while the second is aimed at
explaining how to use Python for numerical data analysis on a daily basis.
This presentation is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Installation
============
To compile the TeX source yourself, you need to obtain some images from the
web. To do this, run the script <getimgs.sh> in the directory 00-imgs/.
Version history
===============
20111109
* Update presentation 102
* Added this README
20111104
* Updated & finalized presentation 101
Copyright
=========
© 2011 Tim van Werkhoven <timvanwerkhoven@gmail.com>
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.