-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (81 loc) · 3.82 KB
/
index.html
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>PyTUB by pytub</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>PyTUB</h1>
<p>math@TUB goes Python</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/pytub" class="button fork"><strong>View On GitHub</strong></a>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h2>Now back in session!</h2>
<p>We will be back at <strong>MA 464</strong> starting on <strong>September 22. 2014</strong> at 17:00, and we</p>
<ul>
<li>depend on <strong>you</strong> showing up with questions and ideas</li>
<li>are looking forward to seeing you on Monday!</li>
</ul>
<h2>
<a name="why-python" class="anchor" href="#why-python"><span class="octicon octicon-link"></span></a>Why Python?</h2>
<p>You should learn/use Python for scientific computing because <strong>Python</strong></p>
<ul>
<li>is a powerful programming language</li>
<li>features millions of modules for everything from FEM to computer algebra </li>
<li>code can be as performant as C code</li>
<li>is free </li>
<li>is blessed by a large community</li>
<li>is one of the most popular programming languages</li>
</ul><h2>
<a name="thats-why-we" class="anchor" href="#thats-why-we"><span class="octicon octicon-link"></span></a>That's why we</h2>
<ul>
<li>have a weekly user meeting on Mondays at MA 464 at 5 PM</li>
<li>set up a <a href="http://www.tu-berlin.de/?id=113312">lecture series</a> in the upcoming winter term 2014, including Python tools</li>
<li>urge staff to install the newest releases at the desktop computers</li>
</ul><h2>
<a name="start-right-now-by" class="anchor" href="#start-right-now-by"><span class="octicon octicon-link"></span></a>Start right now by</h2>
<ul>
<li>browsing through the introductory talk about <a href="http://pytub.github.io/talk-python-scientific/">Scientific Computing with Python</a>
</li>
<li>checking the material on the <a href="http://www.tu-berlin.de/?id=113312">tools seminar homepage</a>
</li>
<li>dropping by at our user meeting <strong>this Monday</strong></li>
<li>browsing the extensive python documentation on the web</li>
<li>asking questions on <a href="http://stackoverflow.com/">stackoverflow</a>
</li>
<li>joining our <a href="https://groups.google.com/forum/?hl=de&fromgroups#!forum/pytub">mailing list</a>
</li>
</ul><h2>
<a name="interesting-links" class="anchor" href="#interesting-links"><span class="octicon octicon-link"></span></a>Interesting Links</h2>
<ul>
<li>Lecture <a href="http://nbviewer.ipython.org/urls/raw.github.com/jrjohansson/scientific-python-lectures/master/Lecture-0-Scientific-Computing-with-Python.ipynb">Introduction to scientific computing with Python</a>
</li>
<li>Report <a href="http://hplgit.github.com/edu/uiopy/uiopy.html">on the benefits of Python in scientific computing at the university</a><br>
</li>
<li><a href="https://developers.google.com/edu/python/">Google's online Python Class</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>