From 5a56abdcd3776cfe172722f15d0ac9b36dd03f25 Mon Sep 17 00:00:00 2001 From: Sammy fx <155273742+Sammyfx4u@users.noreply.github.com> Date: Wed, 17 Dec 2025 07:14:07 +0100 Subject: [PATCH 1/4] Create pycon-africa.json --- data/events/pycon-africa.json | 57 +++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 data/events/pycon-africa.json diff --git a/data/events/pycon-africa.json b/data/events/pycon-africa.json new file mode 100644 index 0000000..58db142 --- /dev/null +++ b/data/events/pycon-africa.json @@ -0,0 +1,57 @@ +{ + "name": "PyCon Africa", + "year_started": 2019, + "number_of_events_hosted": 4, + "city": "Accra", + "region": "Greater Accra", + "country": "Ghana", + "continent": "Africa", + "website": "https://africa.pycon.org", + "sector": [ + "Software Engineering", + "Data Science", + "Machine Learning", + "AI", + "Backend / APIs" + ], + "tags": [ + "python", + "conference", + "developers", + "open-source" + ], + "acceptable_tags": [ + "pycon", + "python", + "africa", + "developers" + ], + "type": "in-person", + "languages": [ + "English" + ], + "frequency": "annual", + "timezone": "Africa/Accra", + "attendee_size": { + "min": 300, + "max": 600 + }, + "ticket_cost_usual": { + "currency": "USD", + "min": 0, + "max": 140 + }, + "organizer": { + "name": "Python Africa", + "email": "contact@pycon.africa", + "twitter": "https://twitter.com/pyconafrica", + "website": "https://africa.pycon.org" + }, + "socials": { + "twitter": "https://twitter.com/pyconafrica", + "linkedin": "https://www.linkedin.com/company/pycon-africa/", + "youtube": "https://www.youtube.com/@PyConAfrica", + "instagram": "https://www.instagram.com/pyconafrica/" + }, + "description": "PyCon Africa is the official pan-African Python conference bringing together software engineers, data scientists, and open-source contributors from across the continent. The event focuses on Python applications in software engineering, backend development, AI, machine learning, and data science while fostering collaboration, education, and community growth within Africa’s tech ecosystem." +} From 048cdeb9641ff323fca62ee4fbec7674dc919e71 Mon Sep 17 00:00:00 2001 From: Rehtse Date: Tue, 24 Mar 2026 21:13:55 +0300 Subject: [PATCH 2/4] updated pycon-africa --- data/events/pycon-africa.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/events/pycon-africa.json b/data/events/pycon-africa.json index 58db142..f4950f1 100644 --- a/data/events/pycon-africa.json +++ b/data/events/pycon-africa.json @@ -2,9 +2,9 @@ "name": "PyCon Africa", "year_started": 2019, "number_of_events_hosted": 4, - "city": "Accra", - "region": "Greater Accra", - "country": "Ghana", + "city": "Kampala", + "region": "Kampala", + "country": "Uganda", "continent": "Africa", "website": "https://africa.pycon.org", "sector": [ @@ -38,8 +38,8 @@ }, "ticket_cost_usual": { "currency": "USD", - "min": 0, - "max": 140 + "min": 30, + "max": 155 }, "organizer": { "name": "Python Africa", From 884c15989fb39f8558540e9594e90f10daf1aa6c Mon Sep 17 00:00:00 2001 From: Rehtse Date: Tue, 24 Mar 2026 21:20:57 +0300 Subject: [PATCH 3/4] fix fail --- data/events/pycon-africa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/events/pycon-africa.json b/data/events/pycon-africa.json index f4950f1..40ca09e 100644 --- a/data/events/pycon-africa.json +++ b/data/events/pycon-africa.json @@ -31,7 +31,7 @@ "English" ], "frequency": "annual", - "timezone": "Africa/Accra", + "timezone": "Africa/Kampala", "attendee_size": { "min": 300, "max": 600 From 26afcf723bbe5895b24b21d772dc591422efef6f Mon Sep 17 00:00:00 2001 From: Rehtse Date: Wed, 8 Apr 2026 15:17:28 +0300 Subject: [PATCH 4/4] Update pycon-africa.json --- data/events/pycon-africa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/events/pycon-africa.json b/data/events/pycon-africa.json index 40ca09e..2e81d69 100644 --- a/data/events/pycon-africa.json +++ b/data/events/pycon-africa.json @@ -34,7 +34,7 @@ "timezone": "Africa/Kampala", "attendee_size": { "min": 300, - "max": 600 + "max": 500 }, "ticket_cost_usual": { "currency": "USD", @@ -43,13 +43,13 @@ }, "organizer": { "name": "Python Africa", - "email": "contact@pycon.africa", + "email": "team@pycon.africa", "twitter": "https://twitter.com/pyconafrica", "website": "https://africa.pycon.org" }, "socials": { "twitter": "https://twitter.com/pyconafrica", - "linkedin": "https://www.linkedin.com/company/pycon-africa/", + "linkedin": "https://na.linkedin.com/company/pyconafrica?", "youtube": "https://www.youtube.com/@PyConAfrica", "instagram": "https://www.instagram.com/pyconafrica/" },