From 0bb874a91b090edecf27f0ff5c9d69a0d9966bdd Mon Sep 17 00:00:00 2001 From: JohnHake Date: Fri, 19 Jun 2020 12:43:49 -0700 Subject: [PATCH] [pycharm] add webinar to product page --- products/pycharm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/products/pycharm.md b/products/pycharm.md index 560b16672..c3ddef148 100644 --- a/products/pycharm.md +++ b/products/pycharm.md @@ -31,6 +31,9 @@ The plugin [Python Community Edition](https://plugins.jetbrains.com/plugin/7322- These plugins include the modules `openapi` and `python-psi-api`. These are considered stable APIs, but care should be taken to test your plugin with any version of PyCharm you wish to support. +## Additional Articles and Resources +* [Webinar Recording: “Live Development of a PyCharm Plugin” with Joachim Ansorg](https://blog.jetbrains.com/pycharm/2019/01/webinar-recording-live-development-of-a-pycharm-plugin-with-joachim-ansorg/) + ## Open Source Plugins for PyCharm When learning new development configurations, it is helpful to have some representative projects for reference: * [Flake8 Support](https://github.com/jansorg/pycharm-flake8) Adds support for flake8's # noqa comments in PyCharm.