-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython.html
50 lines (47 loc) · 1.91 KB
/
python.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Tech in Schools</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Tech in Schools</h1>
<h2>Course material and info on teaching ICT and CS in
schools</h2>
<p class="view"><a href="https://github.com/techinschools">View My GitHub Profile</a></p>
</header>
<section>
<h1><a name="pythonscripts" class="anchor" href="#pythonscripts"><span
class="octicon octicon-link"></span></a>Python Scripts</h1>
<p>Below are some Python scripts I intend to use to introduce
students to Python.</p>
<ul>
<li><a href="python/lesson01.py">lesson01.py</a></li>
<li><a href="python/lesson02.py">lesson02.py</a></li>
<li><a href="python/lesson03.py">lesson03.py</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small>
<a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/"><img
alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"
/></a><br />This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>