Monday, November 2, 2020

PyCharm: Early Access PyCharm Podcast — Episode 4: The One Where We Talk About How It All Started

Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the people who work daily to make you more productive and your code even better.

Episode 4

This is a special episode! It has been a decade since PyCharm 1.0 was released and today we will look back and talk to the people who helped shape PyCharm from day one until nowadays. This episode tells the story of how it all started, and how it became what it is today.

Where to find

Early Access PyCharm is available in all the main Podcast platforms, make sure to subscribe!



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