Skip to content

Commit 6d1e355

Browse files
Merge pull request #49 from PyConAPAC/update-events-202606
Update events 202606
2 parents 87a8957 + 2c1e34d commit 6d1e355

1 file changed

Lines changed: 20 additions & 14 deletions

File tree

src/views/events/EventData.js

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ export const currentYear = 2026
33
// Array of events for the current year's PyCon
44
export const events = [
55
{
6-
date: '21-23 March',
6+
date: '21-23 March 2026',
77
title: 'PythonAsia 2026',
88
location: 'De La Salle University (DLSU), Manila, Philippines',
99
link: 'https://2026.pythonasia.org',
1010
countryCode: 'PH',
1111
},
1212
{
13-
date: '9 May',
13+
date: '9 May 2026',
1414
title: 'PyCon Busan',
1515
location: 'Busan, South Korea',
1616
link: 'https://busan.pycon.kr/2026',
1717
countryCode: 'KR',
1818
},
1919
{
20-
date: '19-21 June',
20+
date: '19-21 June 2026',
2121
title: 'PyCon SG',
2222
location: 'Singapore',
2323
link: 'https://pycon.sg',
2424
countryCode: 'SG',
2525
},
2626
{
27-
date: '15-17 August',
27+
date: '15-17 August 2026',
2828
title: 'PyCon KR',
2929
location: 'South Korea',
3030
link: 'https://2026.pycon.kr',
3131
countryCode: 'KR',
3232
},
3333
{
34-
date: '21-23 August',
34+
date: '21-23 August 2026',
3535
title: 'PyCon JP',
3636
location: 'Hiroshima, Japan',
3737
link: 'https://2026.pycon.jp',
@@ -45,14 +45,21 @@ export const events = [
4545
countryCode: 'AU',
4646
},
4747
{
48-
date: '8-9 August',
48+
date: '8-9 August 2026',
4949
title: 'PyCon ID',
5050
location: 'Jakarta, Indonesia',
5151
link: 'https://temp.pycon.id',
5252
countryCode: 'ID',
5353
},
5454
{
55-
date: 'Oct-Nov',
55+
date: 'September 2026 (TBA)',
56+
title: 'PyCon TW',
57+
location: 'Taiwan',
58+
link: 'https://tw.pycon.org',
59+
countryCode: 'ID',
60+
},
61+
{
62+
date: '14-15 November 2026',
5663
title: 'PyCon HK',
5764
location: 'Hong Kong',
5865
link: 'https://www.pycon.hk',
@@ -63,13 +70,12 @@ export const events = [
6370

6471
// Array of upcoming events for the next year
6572
export const upcomingEvents = [
66-
// e.g.
67-
// {
68-
// date: '1-2 March',
69-
// title: 'PyCon APAC',
70-
// location: 'Ateneo de Manila University, Quezon City, Philippines',
71-
// link: 'https://pycon-apac.python.ph/',
72-
// },
73+
{
74+
date: 'June 2027',
75+
title: 'PythonAsia 2027',
76+
location: 'Singapore',
77+
link: 'https://pycon.sg/',
78+
},
7379
];
7480

7581

0 commit comments

Comments
 (0)