Skip to content

Commit 7ee8896

Browse files
Merge pull request #56 from PyConAPAC/update-events-20260630-v5
Update 2026 events, PyCon APAC desc and PythonAsia 2027 announcement …
2 parents 8bd46cc + 8458728 commit 7ee8896

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

public/images/event-slide-1.png

33.4 KB
Loading
147 KB
Loading

src/views/about/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function About() {
1515
<strong>PyCon APAC</strong> was a <strong><i>volunteer-run, not-for-profit</i></strong> annual conference centered around the Python Programming language. The goal of the conference is to provide a venue where the Python programming language and surrounding technologies can be explored, discussed and exercised.
1616
<br/>
1717
<br/>
18-
<strong>PyCon APAC</strong> was the <strong>regional</strong> counterpart of <strong><a href="https://pycon.org">PyCon</a> in Asia-Pacific</strong>. It is hosted in one (1) of the following countries every year: Singapore, Malaysia, Indonesia, Philippines, Thailand, South Korea, Hong Kong, Vietnam, Japan, Taiwan, India and Bangladesh.
18+
<strong>PyCon APAC</strong> was the <strong>regional</strong> counterpart of <strong><a href="https://pycon.org">PyCon</a> in Asia-Pacific</strong>. The very first PyCon APAC (Asia-Pacific) took place in Singapore in 2010. It is hosted in one (1) of the following countries every year: Singapore, Malaysia, Indonesia, Philippines, Thailand, South Korea, Hong Kong, Vietnam, Japan, Taiwan, India and Bangladesh.
1919
<br/>
2020
<br/>
2121
Starting 2026, PyCon APAC takes on a new identity as PythonAsia, with the first edition hosted in the Philippines (<a href="https://2026.pythonasia.org">2026.pythonasia.org</a>). Each year, the conference rotates to a different host country, organized by the local Python community in collaboration with PAO. Other national and regional Python conferences across Asia continue to be called PyCon (e.g. PyCon Japan, PyCon Korea, PyCon Thailand); PythonAsia refers specifically to this conference, the regional counterpart of PyCon in Asia-Pacific.

src/views/events/EventData.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ export const events = [
1111
},
1212
{
1313
date: '9 May 2026',
14-
title: 'PyCon Busan',
14+
title: 'PyCon Busan 2026',
1515
location: 'Busan, South Korea',
1616
link: 'https://busan.pycon.kr/2026',
1717
countryCode: 'KR',
1818
},
1919
{
2020
date: '19-21 June 2026',
21-
title: 'PyCon SG',
21+
title: 'PyCon SG 2027',
2222
location: 'Singapore',
2323
link: 'https://pycon.sg',
2424
countryCode: 'SG',
2525
},
2626
{
2727
date: '15-17 August 2026',
28-
title: 'PyCon KR',
28+
title: 'PyCon KR 2027',
2929
location: 'South Korea',
3030
link: 'https://2026.pycon.kr',
3131
countryCode: 'KR',
3232
},
3333
{
3434
date: '21-23 August 2026',
35-
title: 'PyCon JP',
35+
title: 'PyCon JP 2027',
3636
location: 'Hiroshima, Japan',
3737
link: 'https://2026.pycon.jp',
3838
countryCode: 'JP',
@@ -46,21 +46,21 @@ export const events = [
4646
},
4747
{
4848
date: '8-9 August 2026',
49-
title: 'PyCon ID',
49+
title: 'PyCon ID 2026',
5050
location: 'Jakarta, Indonesia',
5151
link: 'https://temp.pycon.id',
5252
countryCode: 'ID',
5353
},
5454
{
5555
date: 'September 2026 (TBA)',
56-
title: 'PyCon TW',
56+
title: 'PyCon TW 2026',
5757
location: 'Taiwan',
5858
link: 'https://tw.pycon.org',
5959
countryCode: 'ID',
6060
},
6161
{
6262
date: '14-15 November 2026',
63-
title: 'PyCon HK',
63+
title: 'PyCon HK 2026',
6464
location: 'Hong Kong',
6565
link: 'https://www.pycon.hk',
6666
countryCode: 'HK',
@@ -93,13 +93,13 @@ export const slides = [
9393
{
9494
key: 1,
9595
img: 'images/event-slide-1.png',
96-
title: 'PythonAsia 2026 ',
96+
title: 'PythonAsia 2027 ',
9797
badgeText: 'FLAGSHIP REGIONAL EVENT',
9898
badgeType: 'success',
99-
description: "PythonAsia 2026 will be proudly hosted in the Philippines, by PythonPH in collaboration with the Python Asia Organization (PAO). The same heart of PyCon APAC, now as PythonAsia.",
99+
description: "PythonAsia 2027 will be hosted in Singapore, by PyCon SG in collaboration with the Python Asia Organization (PAO).",
100100
info: [
101-
"2026 March 21-23",
102-
"De La Salle University (DLSU), Malate, Metro Manila, Philippines"
101+
"2026 June (tentative)",
102+
"Venue: TBA"
103103
]
104104
},
105105
]

0 commit comments

Comments
 (0)