Friday, September 25, 2020

Webinar Recording: “From The Docs: PyCharm Skills, Beginner to Advanced” with Alla Redko

PyCharm has broad, useful, up-to-date documentation. How does it get made? Who works on it? What are some hidden gems? Last week we had a webinar covering this with Alla Redko, technical writer for PyCharm, and the recording is now available.

We covered a bunch of ground in this video:

  • Background on the PyCharm docs, how it feeds into the development process

  • A tour of the docs for Code completion with a demo section

  • Same for and intermediate demo on Configuring Python Interpreters with a long discussion about the help docs for this

  • An audience-participation segment discussing "onboarding" and what we can do to improve this

Lots of useful questions from the audience, so thanks to all the PyCharmers who participated and helped.



from PyCharm: the Python IDE for Professional Developers – PyCharm Blog | JetBrains
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...