This is the source code for pycon.org.
If you run a Python event or conference, you can add or edit your listing by making a pull request to this repository.
National Conferences are listed in alphabetical location by location.
Regional conferences are listed in alphabetical order by name.
PyCon.org is data-driven with Jekyll templating.
This repo has been configured with Netlify deployment previews. When you submit your pull request, a render will be generated so you can preview your changes. Click the 'Details' link on the deploy-preview check to see your preview.
Each national conference card should be created as _national/conferencename.yml, with a:
For Example:
---
name: PyCon Namibia
flag: na
location: Namibia
website: http://python-namibia.org/
---
Special interest and regional conferences should be created as _regional/conferencename.yml, with a:
namelocationwebsiteURL
For Example:
---
name: Pycon Latam
location: Puerto Vallarta, México
website: https://www.pylatam.org/en/
---
Be sure to include the --- at the start and end of the file!
Copy an example from another conference.
If you would like to submit your event to the event calendar please see the python.org wiki for instructions.