◐ Shell
clean mode source ↗

GitHub - python-organizers/conferences: List of Python Conferences around the World

Here is a list of Python Conferences around the world. The goal is to make it easier for speakers, instructors, sponsors to find your conference.

Include machine readable metadata on the homepage of your conference website to make it easier for aggregators to add your event to their listings. Here is the most recent example in JSON-LD format. Please see #266 for details.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ConferenceEvent",
  "name": "EuroPython 2025",
  "url": "https://ep2025.europython.eu",
  "startDate": "2025-07-14",
  "endDate": "2025-07-20",
  "location": {
    "@type": "PostalAddress",
    "name": "The Prague Congress Centre",
    "addressCountry": "CZ"
  },
  "hasParticipationOffer": {
     "@type": "Offer",
     "name": "Call for Proposals",
     "url": "https://ep2025.europython.eu/cfp/",
     "availabilityEnds": "2025-02-03"
  },
  "hasSponsorshipOffer":  {
    "@type": "Offer",
    "name": "Sponsor Packages",
    "url": "https://ep2025.europython.eu/sponsorship/sponsor/"
   }
}
</script>
pip install -r linters/requirements.txt
python linters/format.py
python linters/validate.py