Skip to content

Commit 3cea089

Browse files
committed
Add page for April 2024
1 parent 52fda68 commit 3cea089

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

content/2024_Apr.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
title: APUG Meetup April 10th 2024
2+
date: 27 March 2024
3+
author: Robert McWilliam
4+
5+
Our next session will take place on 10th April 2024. This is a physical even with the option to attend virtually. Please note our [policy on reducing the spread of infectious diseases](https://codethecity.org/policy-for-reducing-the-spread-of-infectious-diseases/) such as Covid-19.
6+
7+
The format is (roughly)
8+
9+
* 18:00 Pizza for those who are joining us in person
10+
* 18:30 Talk - "Python WebAssembly" - Robert McWilliam
11+
* 19:15 A practical challenge
12+
* 20:30 Project round-ups
13+
14+
## Python WebAssmebly
15+
16+
We will start with a look at what WebAssembly (WASM) is and how it can be used, then look at some of the options for running python code in WASM.This will include
17+
18+
* "official" CPython WASM build.
19+
* Spin SDK https://github.com/fermyon/spin-python-sdk
20+
* Pyodide https://github.com/pyodide/pyodide?tab=readme-ov-file
21+
* marimo https://marimo.io/ Jupyter style notebooks in WASM with an interesting dataflow model for cell execution
22+
* whatever other interesting things I find while writing the talk :)
23+
24+
Bio: Rob is an electronic engineer, working on FPGAs processing network traffic to stock exchanges. At work he uses python for a variety of testing and debugging things and uses it for a wide range of things in personal projects, from microcontrollers up through bigger computers.
25+
26+
After the talk we will have one or more challenges for you to attempt - so bring your laptop!
27+
28+
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.
29+
30+
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.
31+
32+
We're now back to running physical events backed up with an online option.
33+
34+
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.
35+
36+
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.
37+
38+
### Registration
39+
40+
Register for [the meeting](https://ti.to/code-the-city/apug-apr-2024).
41+
42+
### Keep in touch
43+
We recommend joining our [Slack group](https://join.slack.com/t/codethecity/shared_invite/zt-ebfpmtdt-wMnHGebBCNJTCEInaYCwNw). There you can join the #APUG channel and stay in touch with other attendees, and presenters, suggest talks, and ask questions.
44+
45+
If you are a beginner looking to get started in Python have a look at our [Learning Resources page](https://pythonaberdeen.github.io/pages/learning-resources.html) where we recommend a free video course on Youtube.
46+
47+

0 commit comments

Comments
 (0)