# Sample file for Python conference data. # This is a simple in-file format that can be parser with ConfigParser: # http://docs.python.org/library/configparser.html # The equal sign `=` separates name and value: # `name=value` # Sections are all upper case in square brackets. # `[SECTION]` # We use the Python comment sign `#` for comments. # Use `unknown` if no information is available. # Use `None` if not applicable. If you are not sure about this, use `unknown`. # Please do NOT delete names (keywords), use `None`. # You may add more names (keywords) under `[MISC]`. # Please add the source of your numbers such as a link or contact information # or something else if possible. # For corrections and suggestions contact Mike at # (mmueller (_at_) python-academy (_dot_) de). [GENERAL] name=PyCon US # First day of event. start=2010-02-17 # Last day of event, i.e. inclusive end=2010-02-25 link=http://us.pycon.org/2010/about/ organizer=PSF [LOCATION] country=USA # Put `None` for most other countries without states. state=GA city=Atlanta venue=Hyatt Regency Atlanta [CONFERENCE] start=2010-02-19 end=2010-02-21 # Source: https://us.pycon.org/2010/register/default/attendees # There should be more since not all made there name publicly available. # The number announced at the conference was 1100. number-of-attendees=1084 number-of-talks=94 # NOT included in number-of-talks. number-of-keynotes=8 number-of-tracks=unknown number-of-parallel-sessions=4 # Just an example for `None`. Note: not `0` but N/A. ;) number-of-bad-talks=None [TUTORIALS] # Please put `None` for all values if there were no tutorials. start=2010-02-17 end=2010-02-18 # Source: https://us.pycon.org/2010/register/default/charts # There might be more because people from canceled tutorials # might have moved to other ones. number-of-participants=833 # Given not only offered. number-of-tutorials=28 # Hours per tutorial. length=3 [SPRINTS] # Please put `None` if there were no sprints. start=2010-02-22 end=2010-02-25 # Source: http://us.pycon.org/2010/conference/talks/ number-of-participants=unknown number-of-sprints=unknown [POSTERS] # Please put `None` if there were no posters. # Poster presented not submitted. # Source: http://us.pycon.org/2010/conference/posters/accepted/ number-of-posters=17 [MISC] # Add more information here if you think it is important. # Make up your own names (keywords). # Write free text as comments if this is easier. number-of-open-space-sessions=unknown number-of-lightning-talks=unknown # This was the biggest PyCon ever. # The percentage of women was about 10% this unusually high # for this kind of conference.