Tuesday, September 3, 2019

Webinar: “10 Tools and Techniques Python Web Developers Should Explore” with Michael Kennedy

Building web applications is one of Python’s true superpowers. Yet, the wide-open ecosystem means there are SO MANY CHOICES for any given project. How do you know whether you’re using the right tool for the right problem?

  • Wednesday, September 25th
  • 6:00 PM – 7:00 PM CEST (12:00 PM – 1:00 PM EDT)
  • Register here
  • Aimed at intermediate Python developers

webinar2019_watch the recording-17

In this webcast, you will go on a tour of modern Python-based web techniques and tooling. We’ll see how to get the most out of your web app’s scalability with async and await. Host multi-container applications in Docker Compose. Leverage the popular and powerful JavaScript front-end frameworks when it makes sense. We’ll cover these and much more during the webcast.

Speaking To You

Michael Kennedy is the host of Talk Python to Me and co-host of Python Bytes podcasts. He is also the founder of Talk Python training and a Python Software Foundation fellow. Michael has a PyCharm course and is co-author of the book Effective PyCharm. Michael has been working in the developer field for more than 20 years and has spoken at numerous conferences.



from PyCharm Blog
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...