You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/about/About.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ export default function About() {
15
15
<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.
16
16
<br/>
17
17
<br/>
18
-
<strong>PyCon APAC</strong> was the <strong>regional</strong> counterpart of <strong><ahref="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><ahref="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.
19
19
<br/>
20
20
<br/>
21
21
Starting 2026, PyCon APAC takes on a new identity as PythonAsia, with the first edition hosted in the Philippines (<ahref="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.
Copy file name to clipboardExpand all lines: src/views/events/EventData.js
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,28 +11,28 @@ export const events = [
11
11
},
12
12
{
13
13
date: '9 May 2026',
14
-
title: 'PyCon Busan',
14
+
title: 'PyCon Busan 2026',
15
15
location: 'Busan, South Korea',
16
16
link: 'https://busan.pycon.kr/2026',
17
17
countryCode: 'KR',
18
18
},
19
19
{
20
20
date: '19-21 June 2026',
21
-
title: 'PyCon SG',
21
+
title: 'PyCon SG 2027',
22
22
location: 'Singapore',
23
23
link: 'https://pycon.sg',
24
24
countryCode: 'SG',
25
25
},
26
26
{
27
27
date: '15-17 August 2026',
28
-
title: 'PyCon KR',
28
+
title: 'PyCon KR 2027',
29
29
location: 'South Korea',
30
30
link: 'https://2026.pycon.kr',
31
31
countryCode: 'KR',
32
32
},
33
33
{
34
34
date: '21-23 August 2026',
35
-
title: 'PyCon JP',
35
+
title: 'PyCon JP 2027',
36
36
location: 'Hiroshima, Japan',
37
37
link: 'https://2026.pycon.jp',
38
38
countryCode: 'JP',
@@ -46,21 +46,21 @@ export const events = [
46
46
},
47
47
{
48
48
date: '8-9 August 2026',
49
-
title: 'PyCon ID',
49
+
title: 'PyCon ID 2026',
50
50
location: 'Jakarta, Indonesia',
51
51
link: 'https://temp.pycon.id',
52
52
countryCode: 'ID',
53
53
},
54
54
{
55
55
date: 'September 2026 (TBA)',
56
-
title: 'PyCon TW',
56
+
title: 'PyCon TW 2026',
57
57
location: 'Taiwan',
58
58
link: 'https://tw.pycon.org',
59
59
countryCode: 'ID',
60
60
},
61
61
{
62
62
date: '14-15 November 2026',
63
-
title: 'PyCon HK',
63
+
title: 'PyCon HK 2026',
64
64
location: 'Hong Kong',
65
65
link: 'https://www.pycon.hk',
66
66
countryCode: 'HK',
@@ -93,13 +93,13 @@ export const slides = [
93
93
{
94
94
key: 1,
95
95
img: 'images/event-slide-1.png',
96
-
title: 'PythonAsia 2026 ',
96
+
title: 'PythonAsia 2027 ',
97
97
badgeText: 'FLAGSHIP REGIONAL EVENT',
98
98
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).",
100
100
info: [
101
-
"2026 March 21-23",
102
-
"De La Salle University (DLSU), Malate, Metro Manila, Philippines"
0 commit comments