Skip to content

python-organizers/conferences

Repository files navigation

Python Conferences

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.

  • If you would like to add a conference or tool, please submit a pull request.
  • If you are a conference organizer, we can give you direct access to the repository, but it is your responsibility to update your own event! Open an issue to add yourself to the repository.

⚠️ This repository does not power www.pycon.org; to add an event to www.pycon.org, see its official repository. See also https://github.com/python-organizers/resources.

Event Metadata

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> 

File Format

Each CSV file is compatible with Google Calendar and has additional optional fields.

FieldDescriptionFormatNotes
SubjectEvent nameTextrequired, used by Google Calendar
Start DateFirst day of eventYYYY-MM-DDrequired, used by Google Calendar
End DateLast day of eventYYYY-MM-DDused by Google Calendar
LocationLocation of the eventTextused by Google Calendar
CountryCountry codeISO 3166-1 alpha-3
VenueName of event venueTexte.g. "Oregon Convention Center"
Tutorial DeadlineLast day for tutorial proposal submissionsYYYY-MM-DD
Talk DeadlineLast day for talk proposal submissionsYYYY-MM-DD
Website URLEvent websiteURL
Proposal URLProposal informationURL
Sponsorship URLSponsorship informationURL

Tests & Linting

There are tests to ensure that the files are written in the correct format

pip install -r linters/requirements.txt python linters/format.py python linters/validate.py 

Tools Using this Dataset

About

List of Python Conferences around the World

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 92

Languages