Tuesday, April 7, 2020

PyCharm: Webinar: “How To Build Real-Time Interactions In Your Django 3 App” with Calvin Hendryx-Parker

Django 3 has been making the rounds, so time for a webinar showing how to use the new features within PyCharm Professional. Calvin Hendryx-Parker from Six Feet Up, previous webinar presenter, is returning to give us the highlights.

  • Wednesday, April 22
  • 12:00 – 13:00 PM EDT
  • Register Now
  • Aimed at developers with basic Django and PyCharm experience

How To Build Real-Time Interactions In Your Django 3 App

Outline

Django 3 brings new features and possibilities. Calvin Hendryx-Parker, previous webinar guest, gives us a tour from a PyCharm perspective:

  • Introduction of new features in Django 3
  • How to use those new features in your app
  • Live coding of async features into an app using PyCharm

Speaking To You

Calvin Hendryx-Parker is the co-founder and CTO of Six Feet Up, a Python web application development company focused on deploying content management systems, intranets and portals, as well as custom web apps using Django, Pyramid and Plone. Under Calvin’s technical leadership, Six Feet Up has served organizations like Amtrak, Eli Lilly, NASA, UCLA and the United Nations.

As an advocate of open source, Calvin is also the founder and organizer of the IndyPy meetup group and Pythology training series in Indianapolis. In 2016 Calvin was nominated for a MIRA Tech Educator of the Year Award.



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