Skip to content

Commit d3a95e6

Browse files
committed
Build to add Feb meeting.
1 parent b188a27 commit d3a95e6

23 files changed

+641
-469
lines changed

apug-meetup-february-12th-2025.html

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>APUG Meetup February 12th 2025</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-february-12th-2025.html" rel="bookmark"
24+
title="Permalink to APUG Meetup February 12th 2025">APUG Meetup February 12th 2025</a></h1>
25+
</header>
26+
27+
<div class="entry-content">
28+
<footer class="post-info">
29+
<abbr class="published" title="2025-02-05T00:00:00+00:00">
30+
Published: Wed 05 February 2025
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 12th February 2025.</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>"How green is your code? Evaluating Python's sustainability" - Carlos Moreno Garcia</h2>
43+
<p>In this talk, Dr Carlos Moreno-Garcia (Associate Prof in Computing, RGU) will present his latest findings on how the research community is addressing the sustainable computing paradigm. We will discuss Python's energy efficiency and proper practices and explore tools such as Jupyter Energy, which can help users track their code's energy consumption.</p>
44+
<p><strong>Bio:</strong> Dr Carlos Moreno-Garcia is an Associate Professor at RGU's School of Computing, Engineering and Technology. He has taught and researched Python for more than 10 years in topics such as Computer Vision, Medical Image Analysis and Data Science. He is currently interested in Sustainable AI and AI for Sustainability.</p>
45+
<p>After the talk we will have one or more challenges for you to attempt - so bring your laptop! </p>
46+
<p>If you don’t already have Python set up, we can help you with that too. Coding in pairs or small groups (especially mixing beginner and more experiences coders) is strongly encouraged, though you can also code solo.</p>
47+
<p>This is our first session in our new premises, which is still a work in progress. That means that <strong>our disability access is not what we want it to be. If you are uncomfortable, or unable to use stairs, please book an online ticket for the Zoom session.</strong> We are working to improve this but it will take a few months.</p>
48+
<p>This event is orgnanised by a charity - Code The City. We suggest 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>
49+
<p>We're now back to running physical events backed up with an online option.</p>
50+
<p>If you select a physical ticket and it happens that we can not meet physically you will have to attend the Zoom session.</p>
51+
<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>
52+
<p><strong>If tickets are sold out please do not attend as you will be refused entry without a ticket.</strong></p>
53+
<p>Our booking system is provided by Tito. Their platform is integrated with payment processing by Stripe.</p>
54+
<h3>Registration</h3>
55+
<p>Register for <a href="https://ti.to/code-the-city/apug-feb-2025">the meeting</a>.</p>
56+
<h3>Keep in touch</h3>
57+
<p>We recommend joining our <a href="https://bit.ly/join-ctc-slack">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>
58+
<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>
59+
</div><!-- /.entry-content -->
60+
61+
</article>
62+
</section>
63+
<section id="extras" class="body">
64+
<div class="blogroll">
65+
<h2>links</h2>
66+
<ul>
67+
<li><a href="http://getpelican.com/">Pelican</a></li>
68+
<li><a href="http://python.org/">Python.org</a></li>
69+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
70+
</ul>
71+
</div><!-- /.blogroll -->
72+
<div class="social">
73+
<h2>social</h2>
74+
<ul>
75+
76+
<li><a href="http://twitter.com/pythonaberdeen">Twitter</a></li>
77+
<li><a href="https://bit.ly/join-ctc-slack">Slack</a></li>
78+
<li><a href="http://github.com/pythonaberdeen">github</a></li>
79+
</ul>
80+
</div><!-- /.social -->
81+
</section><!-- /#extras -->
82+
83+
<footer id="contentinfo" class="body">
84+
<address id="about" class="vcard body">
85+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
86+
</address><!-- /#about -->
87+
88+
<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>
89+
</footer><!-- /#contentinfo -->
90+
91+
</body>
92+
</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>Wed 05 February 2025</dt>
24+
<dd><a href="/apug-meetup-february-12th-2025.html">APUG Meetup February 12th 2025</a></dd>
2325
<dt>Sun 13 October 2024</dt>
2426
<dd><a href="/apug-meetup-november-13th-2024.html">APUG Meetup November 13th 2024</a></dd>
2527
<dt>Wed 21 August 2024</dt>

author/lee-a-christie.html

+45-33
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,35 @@ <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-november-13th-2024.html">APUG Meetup November 13th 2024</a></h1>
22+
<h1 class="entry-title"><a href="/apug-meetup-february-12th-2025.html">APUG Meetup February 12th 2025</a></h1>
2323
<footer class="post-info">
24-
<abbr class="published" title="2024-10-13T00:00:00+01:00">
25-
Published: Sun 13 October 2024
24+
<abbr class="published" title="2025-02-05T00:00:00+00:00">
25+
Published: Wed 05 February 2025
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 13th November 2024.</p>
33+
</footer><!-- /.post-info --><p>Our next session will take place on 12th February 2025.</p>
3434
<p>18:00 Pizza for those who are joining us in person
3535
18:30 Intro and practical coding challenges for all levels
3636
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>
37+
<h2>"How green is your code? Evaluating Python's sustainability" - Carlos Moreno Garcia</h2>
38+
<p>In this talk, Dr Carlos Moreno-Garcia (Associate Prof in Computing, RGU) will present his latest findings on how the research community is addressing the sustainable computing paradigm. We will discuss Python's energy efficiency and proper practices and explore tools such as Jupyter Energy, which can help users track their code's energy consumption.</p>
39+
<p><strong>Bio:</strong> Dr Carlos Moreno-Garcia is an Associate Professor at RGU's School of Computing, Engineering and Technology. He has taught and researched Python for more than 10 years in topics such as Computer Vision, Medical Image Analysis and Data Science. He is currently interested in Sustainable AI and AI for Sustainability.</p>
40+
<p>After the talk we will have one or more challenges for you to attempt - so bring your laptop! </p>
41+
<p>If you don’t already have Python set up, we can help you with that too. Coding in pairs or small groups (especially mixing beginner and more experiences coders) is strongly encouraged, though you can also code solo.</p>
42+
<p>This is our first session in our new premises, which is still a work in progress. That means that <strong>our disability access is not what we want it to be. If you are uncomfortable, or unable to use stairs, please book an online ticket for the Zoom session.</strong> We are working to improve this but it will take a few months.</p>
43+
<p>This event is orgnanised by a charity - Code The City. We suggest 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>
44+
<p>We're now back to running physical events backed up with an online option.</p>
45+
<p>If you select a physical ticket and it happens that we can not meet physically you will have to attend the Zoom session.</p>
4046
<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>
4147
<p><strong>If tickets are sold out please do not attend as you will be refused entry without a ticket.</strong></p>
4248
<p>Our booking system is provided by Tito. Their platform is integrated with payment processing by Stripe.</p>
4349
<h3>Registration</h3>
44-
<p>Register for <a href="https://ti.to/code-the-city/apug-nov-2024">the meeting</a>.</p>
50+
<p>Register for <a href="https://ti.to/code-the-city/apug-feb-2025">the meeting</a>.</p>
4551
<h3>Keep in touch</h3>
4652
<p>We recommend joining our <a href="https://bit.ly/join-ctc-slack">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>
4753
<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>
@@ -51,6 +57,33 @@ <h1>Other articles</h1>
5157
<hr />
5258
<ol id="posts-list" class="hfeed">
5359

60+
<li><article class="hentry">
61+
<header>
62+
<h1><a href="/apug-meetup-november-13th-2024.html" rel="bookmark"
63+
title="Permalink to APUG Meetup November 13th 2024">APUG Meetup November 13th 2024</a></h1>
64+
</header>
65+
66+
<div class="entry-content">
67+
<footer class="post-info">
68+
<abbr class="published" title="2024-10-13T00:00:00+01:00">
69+
Published: Sun 13 October 2024
70+
</abbr>
71+
72+
<address class="vcard author">
73+
By <a class="url fn" href="/author/lee-a-christie.html">Lee A. Christie</a>
74+
</address>
75+
<p>In <a href="/category/misc.html">misc</a>.</p>
76+
77+
</footer><!-- /.post-info --> <p>Our next session will take place on 13th November 2024.</p>
78+
<p>18:00 Pizza for those who are joining us in person
79+
18:30 Intro and practical coding challenges for all levels
80+
20:30 Project round-ups</p>
81+
<h2>"Christmas Coding Challenges" - Dr Lee A. Christie</h2>
82+
<p>Join us for a festive edition of the …</p>
83+
<a class="readmore" href="/apug-meetup-november-13th-2024.html">read more</a>
84+
</div><!-- /.entry-content -->
85+
</article></li>
86+
5487
<li><article class="hentry">
5588
<header>
5689
<h1><a href="/apug-meetup-september-11th-2024.html" rel="bookmark"
@@ -132,32 +165,11 @@ <h1><a href="/apug-meetups-december-2022.html" rel="bookmark"
132165
<a class="readmore" href="/apug-meetups-december-2022.html">read more</a>
133166
</div><!-- /.entry-content -->
134167
</article></li>
135-
136-
<li><article class="hentry">
137-
<header>
138-
<h1><a href="/apug-meetup-april-2022.html" rel="bookmark"
139-
title="Permalink to APUG Meetup April 2022">APUG Meetup April 2022</a></h1>
140-
</header>
141-
142-
<div class="entry-content">
143-
<footer class="post-info">
144-
<abbr class="published" title="2022-04-04T00:00:00+01:00">
145-
Published: Mon 04 April 2022
146-
</abbr>
147-
148-
<address class="vcard author">
149-
By <a class="url fn" href="/author/lee-a-christie.html">Lee A. Christie</a>
150-
</address>
151-
<p>In <a href="/category/misc.html">misc</a>.</p>
152-
153-
</footer><!-- /.post-info --> <h2>This month's APUG session was cancelled</h2>
154-
<h3>Keep in touch</h3>
155-
<p>We recommend joining our <a href="https://join.slack.com/t/python-aberdeen/shared_invite/zt-gfjps8xe-M9YkWloAUL73blPovaHvFA">Slack channel</a>. </p>
156-
<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>
157-
<a class="readmore" href="/apug-meetup-april-2022.html">read more</a>
158-
</div><!-- /.entry-content -->
159-
</article></li>
160168
</ol><!-- /#posts-list -->
169+
<p class="paginator">
170+
Page 1 / 2
171+
<a href="/author/lee-a-christie2.html">&raquo;</a>
172+
</p>
161173
</section><!-- /#content -->
162174
<section id="extras" class="body">
163175
<div class="blogroll">

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> (5)</li>
24+
<li><a href="/author/lee-a-christie.html">Lee A. Christie</a> (6)</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> (41)</li>
21+
<li><a href="/category/misc.html">misc</a> (42)</li>
2222
</ul>
2323
<section id="extras" class="body">
2424
<div class="blogroll">

0 commit comments

Comments
 (0)