Monday, June 3, 2019

Webinar Recording: “42 PyCharm Tips and Tricks” with Paul Everitt

The long-promised, long-undelivered PyCharm version of “42 Tips and Tricks”…is now delivered. Yesterday I gave a webinar for “42 PyCharm Tips and Tricks” and the recording is now available:

Lasting a little over an hour, I went through each of the tips using material from a repository of samples. Each tip also has a full page devoted to it in the PyCharm Guide, organized into a playlist of the 42 tips. There, for each tip, you can find a long narrated video, short tweet-style video, an in-depth writeup, and links to related material.

Got a favorite tip I should have covered? Add a comment below and I’ll look at adding it to the PyCharm Guide’s tip sections.



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