Thursday, December 17, 2020

Montreal Python User Group: Montréal-Python 82 – Natural Magnetism

Greetings, everyone! Have you committed to any resolutions for 2021? At Montréal-Python, our resolution is to learn new techniques with our favourite language. It is with this theme of learning that we are organizing our next event – Natural Magnetism – which will take place on January 11, 2021, at 6 PM (Montréal time). Come and celebrate the new year by learning about Python. On the menu, we have:

  • Learning Python for beginners with Edith Viau
  • Learning Data Science with Khuyen Tran
  • Module of the Month: Inspect with Francis Vachon

Our program is full for January, but we are already looking for talks for February. If you have learned something about Python and that you would like to share with the community, write us at mtlpyteam@googlegroups.com with the summary of your talk and your desired time.

Happy holidays!



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