Skip to content

Commit 5b73380

Browse files
Merge pull request #47 from PyConAPAC/update-events-2026
Update events 2026
2 parents 3470f1a + 4098881 commit 5b73380

1 file changed

Lines changed: 34 additions & 69 deletions

File tree

src/views/events/EventData.js

Lines changed: 34 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,64 @@
1-
export const currentYear = 2025
1+
export const currentYear = 2026
22

33
// Array of events for the current year's PyCon
44
export const events = [
55
{
6-
date: '1-2 March',
7-
title: 'PyCon APAC',
8-
location: 'Ateneo de Manila University, Quezon City, Manila, Philippines',
9-
link: 'https://pycon-apac.python.ph/',
6+
date: '21-23 March',
7+
title: 'PythonAsia 2026',
8+
location: 'Manila, Philippines',
9+
link: 'https://2026.pythonasia.org',
1010
countryCode: 'PH',
1111
},
1212
{
13-
date: '18-20 June',
13+
date: '9 May',
14+
title: 'PyCon Busan',
15+
location: 'Busan, South Korea',
16+
link: 'https://busan.pycon.kr/2026',
17+
countryCode: 'KR',
18+
},
19+
{
20+
date: '19-21 June',
1421
title: 'PyCon SG',
15-
location: 'Singapore Institute of Technology, Singapore',
22+
location: 'Singapore',
1623
link: 'https://pycon.sg',
1724
countryCode: 'SG',
1825
},
1926
{
2027
date: '15-17 August',
2128
title: 'PyCon KR',
22-
location: 'Dongguk University, Seoul, South Korea',
23-
link: 'https://2025.pycon.kr/',
29+
location: 'South Korea',
30+
link: 'https://2026.pycon.kr',
2431
countryCode: 'KR',
2532
},
2633
{
27-
date: '5-7 September',
28-
title: 'PyCon TW ',
29-
location: 'Taipei, Taiwan',
30-
link: 'https://tw.pycon.org/2025/en-us',
31-
countryCode: 'TW',
32-
},
33-
{
34-
date: '12-15 September',
35-
title: 'PyCon India',
36-
location: 'Nimhans Convention Center, Bangalore, India',
37-
link: 'https://in.pycon.org/2025/',
38-
countryCode: 'IN',
39-
},
40-
{
41-
date: '12-16 September',
42-
title: 'PyCon AU',
43-
location: 'Melbourne, Australia',
44-
link: 'https://2025.pycon.org.au',
45-
countryCode: 'AU',
46-
},
47-
{
48-
date: '26-27 September',
34+
date: '21-23 August',
4935
title: 'PyCon JP',
5036
location: 'Hiroshima, Japan',
51-
link: 'https://2025.pycon.jp',
37+
link: 'https://2026.pycon.jp',
5238
countryCode: 'JP',
5339
},
5440
{
55-
date: '11-12 October',
56-
title: 'PyCon HK',
57-
location: 'City University of Hong Kong, Hong Kong',
58-
link: 'https://pycon.hk',
59-
countryCode: 'HK',
60-
},
61-
{
62-
date: '17-18 October',
63-
title: 'PyCon TH',
64-
location: 'Avani Sukhumvit Bangkok Hotel, Bangkok, Thailand',
65-
link: 'https://th.pycon.org',
66-
countryCode: 'TH',
67-
},
68-
{
69-
date: '25-26 October',
70-
title: 'PyCon Davao',
71-
location: 'Ateneo de Davao University, Davao City, Philippines',
72-
link: 'https://pycon-davao.durianpy.org',
73-
countryCode: 'PH',
41+
date: '26-30 August',
42+
title: 'PyCon AU',
43+
location: 'Brisbane, Australia',
44+
link: 'https://2026.pycon.org.au',
45+
countryCode: 'AU',
7446
},
7547
{
76-
date: '1-2 November',
77-
title: 'PyCon MY',
78-
location: 'Sunway University, Subang Jaya, Malaysia',
79-
link: 'https://pycon.my',
80-
countryCode: 'MY',
48+
date: '8-9 August',
49+
title: 'PyCon ID',
50+
location: 'Jakarta, Indonesia',
51+
link: 'https://temp.pycon.id',
52+
countryCode: 'ID',
8153
},
8254
{
83-
date: '21-23 November',
84-
title: 'PyCon NZ',
85-
location: 'Wellington Waterfront, New Zealand',
86-
link: 'https://kiwipycon.nz',
87-
countryCode: 'NZ',
55+
date: 'Oct-Nov',
56+
title: 'PyCon HK',
57+
location: 'Hong Kong',
58+
link: 'https://www.pycon.hk',
59+
countryCode: 'HK',
8860
},
89-
{
90-
date: '13-14 December',
91-
title: 'PyCon ID',
92-
location: 'Jakarta, Indonesia',
93-
link: 'https://pycon.id',
94-
countryCode: 'ID',
95-
}
96-
];
61+
];
9762

9863

9964
// Array of upcoming events for the next year

0 commit comments

Comments
 (0)