blob: 4f27392afc1ea4d0a25c66b5c0bf196fec209342 (
plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
{% extends "base.html" %}
{% block content %}
<h1>Probable Sprint Topics</h1>
<ul>
<li>
Documentation
<ul>
<li>
Scipy/Numpy
</li>
<li>
Mayavi
</li>
</ul>
</li>
<li>
Mayavi
</li>
<li>
Ipython
</li>
<li>
Sage
</li>
<li>
matplotlib
</li>
<li>
Spoken tutorial
<ul>
<li>
recording
</li>
<li>
dubbing
</li>
</ul>
</li>
<li>
Text books
<ul>
<li>
Kreyszig - Advanced Engineering Mathematics
</li>
<li>
Strang - Linear Algebra
</li>
<li>
Introduction to Dynamics - Ian Percival, Derek Richards
</li>
</ul>
</li>
</ul>
<p>Details of the Sprints can be worked out based on the interest of
the participants. This will be updated as soon as more information is
available.
</p>
<p>
Participants of Sprints who make a significant contribution will be
given swag. The sprint lead will choose the participants eligible for swag.
</p>
{% endblock content %}
|