Skip to content

Commit 8a35c13

Browse files
committed
Build for adding Nov 2024 talk
1 parent 112b32a commit 8a35c13

23 files changed

+778
-513
lines changed

apug-meetup-november-13th-2024.html

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>APUG Meetup November 13th 2024</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
</head>
8+
9+
<body id="index" class="home">
10+
<header id="banner" class="body">
11+
<h1><a href="/">The Python Aberdeen User Group</a></h1>
12+
<nav><ul>
13+
<li><a href="/pages/about.html">About</a></li>
14+
<li><a href="/pages/learning-resources.html">Learning Resources</a></li>
15+
<li><a href="/pages/reviews.html">Reviews</a></li>
16+
<li class="active"><a href="/category/misc.html">misc</a></li>
17+
</ul></nav>
18+
</header><!-- /#banner -->
19+
<section id="content" class="body">
20+
<article>
21+
<header>
22+
<h1 class="entry-title">
23+
<a href="/apug-meetup-november-13th-2024.html" rel="bookmark"
24+
title="Permalink to APUG Meetup November 13th 2024">APUG Meetup November 13th 2024</a></h1>
25+
</header>
26+
27+
<div class="entry-content">
28+
<footer class="post-info">
29+
<abbr class="published" title="2024-10-13T00:00:00+01:00">
30+
Published: Sun 13 October 2024
31+
</abbr>
32+
33+
<address class="vcard author">
34+
By <a class="url fn" href="/author/lee-a-christie.html">Lee A. Christie</a>
35+
</address>
36+
<p>In <a href="/category/misc.html">misc</a>.</p>
37+
38+
</footer><!-- /.post-info --> <p>Our next session will take place on 13th November 2024.</p>
39+
<p>18:00 Pizza for those who are joining us in person
40+
18:30 Intro and practical coding challenges for all levels
41+
20:30 Project round-ups</p>
42+
<h2>"Christmas Coding Challenges" - Dr Lee A. Christie</h2>
43+
<p>Join us for a festive edition of the Aberdeen Python User Group (APUG) this November! We're getting into the holiday spirit early with unique Christmas-themed coding challenges inspired by the popular Advent of Code.</p>
44+
<p>Whether you're a seasoned coder or just starting out, bring your laptop, your coding skills, and meet up with other Python coders in Aberdeen.</p>
45+
<p>Those attending the physical space meetup should attend at 6pm for pizza and drinks. The coding session (for online attendees) will be from 6.30pm. Doors will be locked from 6.30pm.</p>
46+
<p><strong>If tickets are sold out please do not attend as you will be refused entry without a ticket.</strong></p>
47+
<p>Our booking system is provided by Tito. Their platform is integrated with payment processing by Stripe.</p>
48+
<h3>Registration</h3>
49+
<p>Register for <a href="https://ti.to/code-the-city/apug-nov-2024">the meeting</a>.</p>
50+
<h3>Keep in touch</h3>
51+
<p>We recommend joining our <a href="https://join.slack.com/t/codethecity/shared_invite/zt-ebfpmtdt-wMnHGebBCNJTCEInaYCwNw">Slack group</a>. There you can join the #APUG channel and stay in touch with other attendees, and presenters, suggest talks, and ask questions. </p>
52+
<p>If you are a beginner looking to get started in Python have a look at our <a href="https://pythonaberdeen.github.io/pages/learning-resources.html">Learning Resources page</a> where we recommend a free video course on Youtube. </p>
53+
</div><!-- /.entry-content -->
54+
55+
</article>
56+
</section>
57+
<section id="extras" class="body">
58+
<div class="blogroll">
59+
<h2>links</h2>
60+
<ul>
61+
<li><a href="http://getpelican.com/">Pelican</a></li>
62+
<li><a href="http://python.org/">Python.org</a></li>
63+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
64+
</ul>
65+
</div><!-- /.blogroll -->
66+
<div class="social">
67+
<h2>social</h2>
68+
<ul>
69+
70+
<li><a href="http://twitter.com/pythonaberdeen">Twitter</a></li>
71+
<li><a href="https://join.slack.com/t/codethecity/shared_invite/zt-ebfpmtdt-wMnHGebBCNJTCEInaYCwNw">Slack</a></li>
72+
<li><a href="http://github.com/pythonaberdeen">github</a></li>
73+
</ul>
74+
</div><!-- /.social -->
75+
</section><!-- /#extras -->
76+
77+
<footer id="contentinfo" class="body">
78+
<address id="about" class="vcard body">
79+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
80+
</address><!-- /#about -->
81+
82+
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
83+
</footer><!-- /#contentinfo -->
84+
85+
</body>
86+
</html>

archives.html

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ <h1><a href="/">The Python Aberdeen User Group</a></h1>
2020
<h1>Archives for The Python Aberdeen User Group</h1>
2121

2222
<dl>
23+
<dt>Sun 13 October 2024</dt>
24+
<dd><a href="/apug-meetup-november-13th-2024.html">APUG Meetup November 13th 2024</a></dd>
2325
<dt>Wed 21 August 2024</dt>
2426
<dd><a href="/apug-meetup-september-11th-2024.html">APUG Meetup September 11th 2024</a></dd>
2527
<dt>Wed 27 March 2024</dt>

author/lee-a-christie.html

+44-23
Original file line numberDiff line numberDiff line change
@@ -19,39 +19,29 @@ <h1><a href="/">The Python Aberdeen User Group</a></h1>
1919

2020
<aside id="featured" class="body">
2121
<article>
22-
<h1 class="entry-title"><a href="/apug-meetup-september-11th-2024.html">APUG Meetup September 11th 2024</a></h1>
22+
<h1 class="entry-title"><a href="/apug-meetup-november-13th-2024.html">APUG Meetup November 13th 2024</a></h1>
2323
<footer class="post-info">
24-
<abbr class="published" title="2024-08-21T00:00:00+01:00">
25-
Published: Wed 21 August 2024
24+
<abbr class="published" title="2024-10-13T00:00:00+01:00">
25+
Published: Sun 13 October 2024
2626
</abbr>
2727

2828
<address class="vcard author">
2929
By <a class="url fn" href="/author/lee-a-christie.html">Lee A. Christie</a>
3030
</address>
3131
<p>In <a href="/category/misc.html">misc</a>.</p>
3232

33-
</footer><!-- /.post-info --><p>Our next session will take place on 11th April 2024.</p>
34-
<p>The format is (roughly)</p>
35-
<ul>
36-
<li>18:00 Pizza for those who are joining us in person</li>
37-
<li>18:30 Practical challenges for all levels</li>
38-
<li>20:30 Project round-ups</li>
39-
</ul>
40-
<h2>Coding Challenge Evening</h2>
41-
<p>Back by popular demand!</p>
42-
<p>We're back after the summer break with an evening of graded coding challenges.</p>
43-
<p>Coding in pairs or small groups (especially mixing beginner and more experienced coders) is strongly encouraged, though you can also code solo.</p>
44-
<p>If you don’t already have Python set up, we can help you with that too.</p>
45-
<p>This event is orgnanised by a charity - Code The City. CTC suggests a small donation to help with charity admin costs, but if this is a barrier please just change the ticket price to what you can afford.</p>
46-
<p>We're now back to running physical events backed up with an online option.</p>
47-
<p>If you select a physical ticket and it happens that we can not meet physically you will have to attend the Zoom session. If you choose a physical ticket and it goes ahead you will have to comply with any conditions of attendance (eg masks or social distancing) that the venue operators demand at the time.</p>
33+
</footer><!-- /.post-info --><p>Our next session will take place on 13th November 2024.</p>
34+
<p>18:00 Pizza for those who are joining us in person
35+
18:30 Intro and practical coding challenges for all levels
36+
20:30 Project round-ups</p>
37+
<h2>"Christmas Coding Challenges" - Dr Lee A. Christie</h2>
38+
<p>Join us for a festive edition of the Aberdeen Python User Group (APUG) this November! We're getting into the holiday spirit early with unique Christmas-themed coding challenges inspired by the popular Advent of Code.</p>
39+
<p>Whether you're a seasoned coder or just starting out, bring your laptop, your coding skills, and meet up with other Python coders in Aberdeen.</p>
4840
<p>Those attending the physical space meetup should attend at 6pm for pizza and drinks. The coding session (for online attendees) will be from 6.30pm. Doors will be locked from 6.30pm.</p>
49-
<p><strong>If tickets are sold out please do not attend as you will be refused entry without a ticket. </strong></p>
50-
<p>Our booking system is provided by Tito. Their platform is integrated with payment processing by Stripe</p>
41+
<p><strong>If tickets are sold out please do not attend as you will be refused entry without a ticket.</strong></p>
42+
<p>Our booking system is provided by Tito. Their platform is integrated with payment processing by Stripe.</p>
5143
<h3>Registration</h3>
52-
<p>Register for <a href="https://ti.to/code-the-city/apug-sep-2024">the meeting</a>.</p>
53-
<h3>Challenge Problems</h3>
54-
<p>Available on the day on <a href="https://github.com/PythonAberdeen/user_group">our GitHub repo</a>.</p>
44+
<p>Register for <a href="https://ti.to/code-the-city/apug-nov-2024">the meeting</a>.</p>
5545
<h3>Keep in touch</h3>
5646
<p>We recommend joining our <a href="https://join.slack.com/t/codethecity/shared_invite/zt-ebfpmtdt-wMnHGebBCNJTCEInaYCwNw">Slack group</a>. There you can join the #APUG channel and stay in touch with other attendees, and presenters, suggest talks, and ask questions. </p>
5747
<p>If you are a beginner looking to get started in Python have a look at our <a href="https://pythonaberdeen.github.io/pages/learning-resources.html">Learning Resources page</a> where we recommend a free video course on Youtube. </p> </article>
@@ -61,6 +51,37 @@ <h1>Other articles</h1>
6151
<hr />
6252
<ol id="posts-list" class="hfeed">
6353

54+
<li><article class="hentry">
55+
<header>
56+
<h1><a href="/apug-meetup-september-11th-2024.html" rel="bookmark"
57+
title="Permalink to APUG Meetup September 11th 2024">APUG Meetup September 11th 2024</a></h1>
58+
</header>
59+
60+
<div class="entry-content">
61+
<footer class="post-info">
62+
<abbr class="published" title="2024-08-21T00:00:00+01:00">
63+
Published: Wed 21 August 2024
64+
</abbr>
65+
66+
<address class="vcard author">
67+
By <a class="url fn" href="/author/lee-a-christie.html">Lee A. Christie</a>
68+
</address>
69+
<p>In <a href="/category/misc.html">misc</a>.</p>
70+
71+
</footer><!-- /.post-info --> <p>Our next session will take place on 11th April 2024.</p>
72+
<p>The format is (roughly)</p>
73+
<ul>
74+
<li>18:00 Pizza for those who are joining us in person</li>
75+
<li>18:30 Practical challenges for all levels</li>
76+
<li>20:30 Project round-ups</li>
77+
</ul>
78+
<h2>Coding Challenge Evening</h2>
79+
<p>Back by popular demand!</p>
80+
<p>We're back after the summer break with …</p>
81+
<a class="readmore" href="/apug-meetup-september-11th-2024.html">read more</a>
82+
</div><!-- /.entry-content -->
83+
</article></li>
84+
6485
<li><article class="hentry">
6586
<header>
6687
<h1><a href="/apug-meetup-march-13-2024.html" rel="bookmark"

authors.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1><a href="/">The Python Aberdeen User Group</a></h1>
2121
<h1>Authors on The Python Aberdeen User Group</h1>
2222
<ul>
2323
<li><a href="/author/ian-watt.html">Ian Watt</a> (30)</li>
24-
<li><a href="/author/lee-a-christie.html">Lee A. Christie</a> (4)</li>
24+
<li><a href="/author/lee-a-christie.html">Lee A. Christie</a> (5)</li>
2525
<li><a href="/author/robert-mcwilliam.html">Robert McWilliam</a> (6)</li>
2626
</ul>
2727
</section>

categories.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1><a href="/">The Python Aberdeen User Group</a></h1>
1818
</header><!-- /#banner -->
1919
<h1>Categories on The Python Aberdeen User Group</h1>
2020
<ul>
21-
<li><a href="/category/misc.html">misc</a> (40)</li>
21+
<li><a href="/category/misc.html">misc</a> (41)</li>
2222
</ul>
2323
<section id="extras" class="body">
2424
<div class="blogroll">

category/misc.html

+45-49
Original file line numberDiff line numberDiff line change
@@ -19,39 +19,29 @@ <h1><a href="/">The Python Aberdeen User Group</a></h1>
1919

2020
<aside id="featured" class="body">
2121
<article>
22-
<h1 class="entry-title"><a href="/apug-meetup-september-11th-2024.html">APUG Meetup September 11th 2024</a></h1>
22+
<h1 class="entry-title"><a href="/apug-meetup-november-13th-2024.html">APUG Meetup November 13th 2024</a></h1>
2323
<footer class="post-info">
24-
<abbr class="published" title="2024-08-21T00:00:00+01:00">
25-
Published: Wed 21 August 2024
24+
<abbr class="published" title="2024-10-13T00:00:00+01:00">
25+
Published: Sun 13 October 2024
2626
</abbr>
2727

2828
<address class="vcard author">
2929
By <a class="url fn" href="/author/lee-a-christie.html">Lee A. Christie</a>
3030
</address>
3131
<p>In <a href="/category/misc.html">misc</a>.</p>
3232

33-
</footer><!-- /.post-info --><p>Our next session will take place on 11th April 2024.</p>
34-
<p>The format is (roughly)</p>
35-
<ul>
36-
<li>18:00 Pizza for those who are joining us in person</li>
37-
<li>18:30 Practical challenges for all levels</li>
38-
<li>20:30 Project round-ups</li>
39-
</ul>
40-
<h2>Coding Challenge Evening</h2>
41-
<p>Back by popular demand!</p>
42-
<p>We're back after the summer break with an evening of graded coding challenges.</p>
43-
<p>Coding in pairs or small groups (especially mixing beginner and more experienced coders) is strongly encouraged, though you can also code solo.</p>
44-
<p>If you don’t already have Python set up, we can help you with that too.</p>
45-
<p>This event is orgnanised by a charity - Code The City. CTC suggests a small donation to help with charity admin costs, but if this is a barrier please just change the ticket price to what you can afford.</p>
46-
<p>We're now back to running physical events backed up with an online option.</p>
47-
<p>If you select a physical ticket and it happens that we can not meet physically you will have to attend the Zoom session. If you choose a physical ticket and it goes ahead you will have to comply with any conditions of attendance (eg masks or social distancing) that the venue operators demand at the time.</p>
33+
</footer><!-- /.post-info --><p>Our next session will take place on 13th November 2024.</p>
34+
<p>18:00 Pizza for those who are joining us in person
35+
18:30 Intro and practical coding challenges for all levels
36+
20:30 Project round-ups</p>
37+
<h2>"Christmas Coding Challenges" - Dr Lee A. Christie</h2>
38+
<p>Join us for a festive edition of the Aberdeen Python User Group (APUG) this November! We're getting into the holiday spirit early with unique Christmas-themed coding challenges inspired by the popular Advent of Code.</p>
39+
<p>Whether you're a seasoned coder or just starting out, bring your laptop, your coding skills, and meet up with other Python coders in Aberdeen.</p>
4840
<p>Those attending the physical space meetup should attend at 6pm for pizza and drinks. The coding session (for online attendees) will be from 6.30pm. Doors will be locked from 6.30pm.</p>
49-
<p><strong>If tickets are sold out please do not attend as you will be refused entry without a ticket. </strong></p>
50-
<p>Our booking system is provided by Tito. Their platform is integrated with payment processing by Stripe</p>
41+
<p><strong>If tickets are sold out please do not attend as you will be refused entry without a ticket.</strong></p>
42+
<p>Our booking system is provided by Tito. Their platform is integrated with payment processing by Stripe.</p>
5143
<h3>Registration</h3>
52-
<p>Register for <a href="https://ti.to/code-the-city/apug-sep-2024">the meeting</a>.</p>
53-
<h3>Challenge Problems</h3>
54-
<p>Available on the day on <a href="https://github.com/PythonAberdeen/user_group">our GitHub repo</a>.</p>
44+
<p>Register for <a href="https://ti.to/code-the-city/apug-nov-2024">the meeting</a>.</p>
5545
<h3>Keep in touch</h3>
5646
<p>We recommend joining our <a href="https://join.slack.com/t/codethecity/shared_invite/zt-ebfpmtdt-wMnHGebBCNJTCEInaYCwNw">Slack group</a>. There you can join the #APUG channel and stay in touch with other attendees, and presenters, suggest talks, and ask questions. </p>
5747
<p>If you are a beginner looking to get started in Python have a look at our <a href="https://pythonaberdeen.github.io/pages/learning-resources.html">Learning Resources page</a> where we recommend a free video course on Youtube. </p> </article>
@@ -61,6 +51,37 @@ <h1>Other articles</h1>
6151
<hr />
6252
<ol id="posts-list" class="hfeed">
6353

54+
<li><article class="hentry">
55+
<header>
56+
<h1><a href="/apug-meetup-september-11th-2024.html" rel="bookmark"
57+
title="Permalink to APUG Meetup September 11th 2024">APUG Meetup September 11th 2024</a></h1>
58+
</header>
59+
60+
<div class="entry-content">
61+
<footer class="post-info">
62+
<abbr class="published" title="2024-08-21T00:00:00+01:00">
63+
Published: Wed 21 August 2024
64+
</abbr>
65+
66+
<address class="vcard author">
67+
By <a class="url fn" href="/author/lee-a-christie.html">Lee A. Christie</a>
68+
</address>
69+
<p>In <a href="/category/misc.html">misc</a>.</p>
70+
71+
</footer><!-- /.post-info --> <p>Our next session will take place on 11th April 2024.</p>
72+
<p>The format is (roughly)</p>
73+
<ul>
74+
<li>18:00 Pizza for those who are joining us in person</li>
75+
<li>18:30 Practical challenges for all levels</li>
76+
<li>20:30 Project round-ups</li>
77+
</ul>
78+
<h2>Coding Challenge Evening</h2>
79+
<p>Back by popular demand!</p>
80+
<p>We're back after the summer break with …</p>
81+
<a class="readmore" href="/apug-meetup-september-11th-2024.html">read more</a>
82+
</div><!-- /.entry-content -->
83+
</article></li>
84+
6485
<li><article class="hentry">
6586
<header>
6687
<h1><a href="/apug-meetup-april-10th-2024.html" rel="bookmark"
@@ -135,34 +156,9 @@ <h1><a href="/apug-meetup-february-14-2024.html" rel="bookmark"
135156
<a class="readmore" href="/apug-meetup-february-14-2024.html">read more</a>
136157
</div><!-- /.entry-content -->
137158
</article></li>
138-
139-
<li><article class="hentry">
140-
<header>
141-
<h1><a href="/apug-meetup-december-13-2023.html" rel="bookmark"
142-
title="Permalink to APUG Meetup December 13 2023">APUG Meetup December 13 2023</a></h1>
143-
</header>
144-
145-
<div class="entry-content">
146-
<footer class="post-info">
147-
<abbr class="published" title="2023-11-11T00:00:00+00:00">
148-
Published: Sat 11 November 2023
149-
</abbr>
150-
151-
<address class="vcard author">
152-
By <a class="url fn" href="/author/robert-mcwilliam.html">Robert McWilliam</a>
153-
</address>
154-
<p>In <a href="/category/misc.html">misc</a>.</p>
155-
156-
</footer><!-- /.post-info --> <p>Our next session will take place on 8th November 2023. This is a physical even with the option to attend virtually. Please note our <a href="https://codethecity.org/policy-for-reducing-the-spread-of-infectious-diseases/">policy on reducing the spread of infectious diseases</a> such as Covid-19.</p>
157-
<p>The format is (roughly)</p>
158-
<ul>
159-
<li>18:00 Pizza for those who are joining us in person …</li></ul>
160-
<a class="readmore" href="/apug-meetup-december-13-2023.html">read more</a>
161-
</div><!-- /.entry-content -->
162-
</article></li>
163159
</ol><!-- /#posts-list -->
164160
<p class="paginator">
165-
Page 1 / 8
161+
Page 1 / 9
166162
<a href="/category/misc2.html">&raquo;</a>
167163
</p>
168164
</section><!-- /#content -->

0 commit comments

Comments
 (0)