--- --- Newsfeed for Python Events Calendar from {{ site.title | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} https://{{ site.domain }}/feed.xml {{ site.time | date_to_rfc822 }} {% for conf in site.data.conferences limit:23 %} {{ conf.conference | xml_escape }} {{ conf.year }} Conference Deadline * type of event: Conference
* focus on Python: Yes
* approximate number of attendees: Unknown
* location (incl. country): {{conf.place | xml_escape }}
* dates/times/recurrence (incl. time zone): {%- translate_file dates/pretty_dates.html start=conf.start end=conf.end -%}
* HTML link : {{ conf.conference | xml_escape }} {{ conf.year }}]]>
{{ conf.start | date_to_rfc822 }} https://{{ site.domain }}/conference/{{conf.conference | slugify: "latin"}}-{{conf.year}}/ {{conf.conference | slugify: "latin"}}-{{conf.year}} {{ conf.sub }}
{% endfor %}