Skip to content

Commit 742177b

Browse files
committed
Add some recent missing events.
1 parent 9e999f4 commit 742177b

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

docs/en/news/posts/2024/events/pycon-au-2024.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: We'll be at PyCon AU 2024!
33
date: 2024-11-23
44
authors:
55
- freakboy3742
6+
- glasnt
67
categories:
78
- Events
89
event:
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: We'll be at PyCon AU 2025!
3+
date: 2025-09-12
4+
authors:
5+
- freakboy3742
6+
- glasnt
7+
categories:
8+
- Events
9+
event:
10+
name: PyCon AU 2025
11+
url: https://2025.pycon.org.au
12+
date: 2025-09-12
13+
end_date: 2025-09-16
14+
description: ''
15+
involvement:
16+
- type: talk
17+
team_members:
18+
- freakboy3742
19+
title: Taking wheels mobile
20+
url: https://2025.pycon.org.au/program/SQUT77/
21+
date: 2025-09-13
22+
end_date: 2025-09-13
23+
description: |
24+
One of the big features added in Python 3.13 is Tier 3 support for iOS and Android as platforms. This means you can now run Python code that uses the standard library on mobile devices without modification. However, most interesting projects also use code from PyPI... so how do you get that code to run on iOS and Android? How do you even produce a wheel in the first place?
25+
---
26+
27+
{{ generate_event_post(authors, event, involvement, team) }}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: We'll be at PyCon UK 2025!
3+
date: 2025-09-22
4+
authors:
5+
- freakboy3742
6+
categories:
7+
- Events
8+
event:
9+
name: PyCon UK 2025
10+
url: https://2025.pyconuk.org
11+
date: 2025-09-19
12+
end_date: 2025-09-22
13+
description: ''
14+
involvement:
15+
- type: talk
16+
team_members:
17+
- freakboy3742
18+
title: How to build a cross-platform GUI app with Python
19+
url: https://pretalx.com/pyconuk-2025/talk/PUBM3T/
20+
date: 2025-09-21
21+
end_date: 2025-09-21
22+
description: |
23+
If you need to build a user interface for your Python code, many guides will tell you that your only options are to use the command line, or wrap your code in a web interface. However, there is another option - building a native GUI interface. In fact for some use cases, a GUI app may be your only option.
24+
25+
In this talk, you'll learn how to build and run a graphical user interface (GUI) that can run on your desktop, or on your phone. You'll learn how you can use the BeeWare suite of tools to bootstrap a new GUI project, develop a GUI interface, and deploy that app to multiple desktop and mobile platforms, without making any code changes. You'll learn how to access device hardware like GPS and cameras; and you'll learn how to distribute your application - including all runtimes and third-party libraries - to others.
26+
- type: sprint
27+
team_members:
28+
- freakboy3742
29+
url: https://2025.pyconuk.org
30+
date: 2025-09-22
31+
end_date: 2025-09-22
32+
description: ''
33+
---
34+
35+
{{ generate_event_post(authors, event, involvement, team) }}

0 commit comments

Comments
 (0)