Monday, May 10, 2021

EuroPython: EuroPython 2021: Call for Proposals (CFP) extended until May 16

We've decided to extend the deadline for our Call for Proposals until Sunday, May 16, 23:59:59 CEST. We are still looking for a few more proposals, especially for posters, training sessions, and helpdesks.

For more information about submitting a proposal, you can read the original blog post announcing the Call for Proposals. To submit a proposal directly, please log in to the site (or create an account first) and then proceed to the CFP page:

altEuroPython 2021 Call for Proposals (CFP)

If you have questions, please write to program@europython.eu.

Enjoy,
EuroPython 2021 Team
EuroPython Society
EuroPython 2021 Website



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...