-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
192 lines (174 loc) · 11.5 KB
/
Copy pathindex.html
File metadata and controls
192 lines (174 loc) · 11.5 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#
" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Home page for HamPUG">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home | HamPUG</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.css" integrity="sha256-cLMYWYYutHkt+KpNqjg7NVkYSQ+E2VbrXsEvOqU7mL0=" crossorigin="anonymous">
<link href="assets/css/all.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="rss.xml">
<link rel="canonical" href="http://hampug.github.io/">
<link rel="icon" href="images/pug_24x24.png" sizes="24x24">
<!--[if lt IE 9]><script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--><meta name="author" content="Hamilton Python Users Group">
<meta property="og:site_name" content="HamPUG">
<meta property="og:title" content="Home">
<meta property="og:url" content="http://hampug.github.io/">
<meta property="og:description" content="Home page for HamPUG">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2023-03-19T22:54:43+12:00">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-expand-md static-top mb-4
navbar-dark
bg-dark
"><div class="container">
<!-- This keeps the margins nice -->
<a class="navbar-brand" href=".">
<img src="images/logo.svg" alt="HamPUG" id="logo" class="d-inline-block align-top"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="bs-navbar">
<ul class="navbar-nav mr-auto"></ul>
<ul class="navbar-nav navbar-right">
<li class="nav-item">
<a href="#" class="nav-link"><strong>Home</strong></a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Repository</a>
<div class="dropdown-menu">
<a href="repository/repository_overview/" class="dropdown-item">Overview</a>
<a href="repository/ncea_code_examples/" class="dropdown-item">NCEA Code Examples</a>
<a href="repository/general_code_examples/" class="dropdown-item">General Code Examples</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Meetings</a>
<div class="dropdown-menu">
<a href="meeting/meeting_overview/" class="dropdown-item">Overview</a>
<a href="https://github.com/HamPUG/meetings#readme" class="dropdown-item">Summary of Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2014#2014-meetings" class="dropdown-item">2014 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2015#2015-meetings" class="dropdown-item">2015 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2016#2016-meetings" class="dropdown-item">2016 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2017#2017-meetings" class="dropdown-item">2017 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2018#2018-meetings" class="dropdown-item">2018 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2019#2019-meetings" class="dropdown-item">2019 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2020#2020-meetings" class="dropdown-item">2020 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2021#2021-meetings" class="dropdown-item">2021 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2022#2022-meetings" class="dropdown-item">2022 Meetings</a>
<a href="https://github.com/HamPUG/meetings/tree/master/2023#2023-meetings" class="dropdown-item">2023 Meetings</a>
</div>
</li>
<li class="nav-item">
<a href="website-creation/" class="nav-link"><strong>Website Creation</strong></a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Steps</a>
<div class="dropdown-menu">
<a href="steps/steps/" class="dropdown-item">Overview of Steps</a>
<a href="steps/step1/" class="dropdown-item">1 PythonAnywhere Account</a>
<a href="steps/step2/" class="dropdown-item">2 Nikola Installation</a>
<a href="steps/step3/" class="dropdown-item">3 Creating a Website</a>
<a href="steps/step4/" class="dropdown-item">4 Website Tailoring</a>
<a href="steps/step5/" class="dropdown-item">5 ReST Editor</a>
<a href="steps/step6/" class="dropdown-item">6 Deploying to PythonAnywhere</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">reST</a>
<div class="dropdown-menu">
<a href="rest/rest_editor/" class="dropdown-item">reST Editor</a>
<a href="rest/rest_basics/" class="dropdown-item">reST Basics</a>
<a href="rest/rest_directive/" class="dropdown-item">reST Directive</a>
</div>
</li>
<li class="nav-item">
<a href="nikola_basics/" class="nav-link">Nikola Basics</a>
</li>
<li class="nav-item">
<a href="pythonanywhere/" class="nav-link">PythonAnywhere</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">About</a>
<div class="dropdown-menu">
<a href="about/about-us/" class="dropdown-item">About Us</a>
<a href="about/map/" class="dropdown-item">Map</a>
<a href="about/history/" class="dropdown-item">History</a>
</div>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav><!-- End of Menubar --><div class="container" id="content" role="main">
<div class="body-content">
<!--Body content-->
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header></header><div class="e-content entry-content" itemprop="articleBody text">
<!---
Draft Website for HamPUG: 2023-03-19 Ian Stewart
Replaces failed Web2Py site at hampug.pythonanywhere.com
2025-03-03 merge two Nikola websites
-->
<h3>Hamilton Python Users Group</h3>
<!--Add http to announce Status of HamPUG. Ian 2025-03-07: Used background-colour red, and Warning gives red border-->
<div class="warning" style="padding:0.1em; background-color:red; color:white; border-radius: 10px;">
<span>
<h3 style="margin-top:1em; text-align:center">
<b>
Status of the Hamilton Python Users Group
</b>
</h3>
<p style="margin-left:1em;">
The Hamilton Python Users Group operated monthly meetings for 10 years
from February 2014 to September 2023. We no longer have monthly meetings.
<br>
This <i>Nikola</i> generated website has been kept as an historical
record of HamPUG. We haved a repository on Github for our Python code
and presentation slides, etc. Use
<a href="repository/repository_overview">Repository</a> and
<a href="meeting/meeting_overview">Meetings</a>
tabs for links to this information.
</p>
</span>
</div>
<p>The <strong>Ham</strong>ilton <strong>P</strong>ython <strong>U</strong>sers <strong>G</strong>roup (HamPUG) is for anyone who is enthusiastic in
writing and learning the <a href="https://www.python.org/">Python</a> programming language.</p>
<p><img _="," alt="hampug_lawrence_2018_03_12" src="images/hampug_lawrence_2018_03_12.jpg" style="float:right" width="40%"></p>
<p>Our monthly meetings are in Hamilton, New Zealand.</p>
<p>We get together at 7pm on the second Monday of each month (except January). The Waikato University
School of Computing and Mathematical Sciences currently sponsor our gatherings and
provide a meeting room on the campus. This is room <strong>MS4.G.02</strong>. Please see the <a href="map/">map</a>.</p>
<p>There is no charge for admission to the HamPUG meetings. </p>
<p>The normal format is for there to be presentations on a particular topic or theme.
The room is equiped with a video projector for displaying slide shows or python code
from a laptop. After this we normally have a cup of tea and a chat.</p>
<p>You are welcome to bring along your laptop or files on a USB stick, and show
any code you've been writing. Those attending will be happy to provide
assistance on any programming difficulties that you may be having trouble
resolving.</p>
<p>We look forward to seeing you at our next meeting.</p>
<h4>Update: Added second website</h4>
<p>A website, which is a tutorial on <em>Website Creation</em> using <em>Nikola</em>, <em>reST</em> and <em>Pythonanywhere</em> has been appended to this website. 2025-03-06.</p>
</div>
</article><!--End of body content--><footer id="footer">
© 2025 - Hamilton Python Users Group - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="Creative Commons License BY-NC-SA" style="float: right; margin: 0px 0px 5px 5px; border-width:0;" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"></a>
</footer>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.js" integrity="sha256-ULQV01VS9LCI2ePpLsmka+W0mawFpEA0rtxnezUj4A4=" crossorigin="anonymous"></script><script src="assets/js/all.js"></script><script>
baguetteBox.run('div#content', {
ignoreClass: 'islink',
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
</script>
</body>
</html>