Skip to content

Commit 9e25e3d

Browse files
Update list of PyCons in Asia for 2025
1 parent 3a1286b commit 9e25e3d

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

src/views/events/EventData.js

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,47 @@ export const events = [
1414
location: 'Singapore Institute of Technology, Singapore',
1515
link: 'https://pycon.sg',
1616
},
17+
{
18+
date: '15-17 August',
19+
title: 'PyCon KR',
20+
location: 'Dongguk University, Seoul, South Korea',
21+
link: 'https://2025.pycon.kr/',
22+
},
23+
{
24+
date: '5-7 August',
25+
title: 'PyCon TW',
26+
location: 'Taipei, Taiwan',
27+
link: 'https://tw.pycon.org/2025/en-us',
28+
},
29+
{
30+
date: '12-15 Sep',
31+
title: 'PyCon India',
32+
location: 'Nimhans Convention Center, Bangalore, India',
33+
link: 'https://in.pycon.org/2025/',
34+
},
1735
{
1836
date: '12-16 Sep',
1937
title: 'PyCon AU',
2038
location: 'Melbourne, Australia',
21-
link: 'https://2025.pycon.org.au/',
39+
link: 'https://2025.pycon.org.au',
2240
},
2341
{
2442
date: '26-27 Sep',
2543
title: 'PyCon JP',
2644
location: 'Hiroshima, Japan',
27-
link: 'https://2025.pycon.jp/',
28-
},
29-
{
30-
date: '15-17 August',
31-
title: 'PyCon KR',
32-
location: 'Dongguk University, Seoul, South Korea',
33-
link: 'https://2025.pycon.kr/',
45+
link: 'https://2025.pycon.jp',
3446
},
3547
{
3648
date: '11-12 Oct(tentative)',
3749
title: 'PyCon HK',
3850
location: 'City University of Hong Kong, Hong Kong',
3951
link: 'https://pycon.hk',
52+
},
53+
{
54+
date: '17-18 Oct',
55+
title: 'PyCon TH',
56+
location: 'Avani Sukhumvit Bangkok Hotel, Bangkok, Thailand',
57+
link: 'https://th.pycon.org',
4058
}
4159
];
4260

0 commit comments

Comments
 (0)