-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexercises.html
More file actions
96 lines (83 loc) · 4.81 KB
/
exercises.html
File metadata and controls
96 lines (83 loc) · 4.81 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
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
93
94
95
96
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Exercise code — Object-oriented Programming documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/fenics.css?v=8c7d05f9" />
<link rel="stylesheet" type="text/css" href="_static/proof.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/proof.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0EFVH5C4DC');
</script>
<link rel="stylesheet" href="_static/featured.css">
<link rel="shortcut icon" href="_static/icon.ico" />
</head><body>
<div class="wrapper">
<a href="index.html"><img src="_static/banner.png" width="900px" alt="FInAT Project Banner" /></a>
<div id="access">
<div class="menu">
<ul>
<li class="page_item"><a href="index.html" title="Book">Book</a></li>
<li class="page_item"><a href="videos.html" title="Videos">Videos</a></li>
<li class="page_item"><a href="#"
title="Exercises">Exercises</a></li>
<li class="page_item"><a href="installation.html" title="Installation">Installation</a></li>
</ul>
</div><!-- .menu -->
</div><!-- #access -->
</div><!-- #wrapper -->
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="exercise-code">
<span id="exercises"></span><h1>Exercise code<a class="headerlink" href="#exercise-code" title="Link to this heading">¶</a></h1>
<p>These are the GitHub template repositories to use for the exercises in each
Chapter. For further information on using GitHub template repositories, see
<a class="reference internal" href="a2_git.html#git"><span class="std std-numref">Appendix 2</span></a>.</p>
<p>If you are using this book as a part of a course where the instructor provides
GitHub Classroom assignments for the exercises, you should not use the links
here but rather use the Classroom links provided by your instructor. Students
taking Principles of Programming at Imperial College London will find their
list of GitHub Classroom links on Blackboard.</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-2">Chapter 2 exercises</a></p></li>
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-3">Chapter 3 exercises</a></p></li>
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-4">Chapter 4 exercises</a></p></li>
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-5">Chapter 5 exercises</a></p></li>
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-6">Chapter 6 exercises</a></p></li>
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-7">Chapter 7 exercises</a></p></li>
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-8">Chapter 8 exercises</a> and
<a class="reference external" href="https://docs.google.com/forms/d/e/1FAIpQLSfW5kfHXgbQHfe9_NFu1KbBq3iNeZDg2gh5K7Q9XSNJtskfwA/viewform?usp=sf_link">quiz</a></p></li>
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-9">Chapter 9 exercises</a></p></li>
<li><p><a class="reference external" href="https://github.com/object-oriented-python/exercises-chapter-10">Chapter 10 exercises</a></p></li>
</ul>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2019-2023, David A. Ham.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>
</body>
</html>