Thursday, February 18, 2021

EuroPython: EuroPython 2021: Volunteering

The EuroPython 2021 organization is starting and we're looking for more help with running the conference.

altEuroPython 2019 Team

For EP2021, we are using a slightly different approach compared to previous years:

  • All new volunteers will first join the Plaza – our central get-together place for all team members – and only later enter the various work groups (WGs) we have for running the conference.
  • Additionally, we will have on-boarding calls with everyone to get to know each other and give an overview to the structures, information and groups we have available, as well as the timeline.

If you are interested in helping, please write to volunteers@europython.eu. Our team will then answer any questions you may have and get you signed up for the next on-boarding call.

Enjoy,
EuroPython 2021 Team
https://www.europython-society.org/



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...