Looking for "Calls for Participation / Proposals" for Python conferences on Pythondeadlin.es
Opportunity
Submit your Python conference with a simple PR!
I run Pythondeadlin.es a website for the Python community that shows the deadlines for CfPs and the time conferences happen.
It's free and open source and get eyes on your event and hopefully high-quality talks and tutorials.
It's simply adding a small YAML entry with some of these entries:
I run Pythondeadlin.es a website for the Python community that shows the deadlines for CfPs and the time conferences happen.
It's free and open source and get eyes on your event and hopefully high-quality talks and tutorials.
It's simply adding a small YAML entry with some of these entries:
- title: BestConf # Title of conference without year year: 2022 # Year id: bestconf22 # title as lower case + last two digits of year full_name: Best Conference for Anything # Full conference name (Optional) link: link-to-website.com # URL to conference cfp: 'YYYY-MM-DD HH:mm:ss' # Deadline for Call for Participation / Proposals workshop_deadline: 'YYYY-MM-DD HH:mm:ss' # Workshop deadline if different from cfp (Optional) tutorial_deadline: 'YYYY-MM-DD HH:mm:ss' # Tutorial deadline if different from cfp (Optional) timezone: Asia/Seoul # Standard IANA Timezones (Omit for AoE) place: Incheon, South Korea # City, Country date: September, 18-22, 2022 # Nicely written dates of conference start: YYYY-MM-DD # Start date of conference for calendar end: YYYY-MM-DD # End date of conference for calendar sub: PY # Type of conference (see or add _data/types.yml) note: Important # In case there are extra notes about the conference (Optional