[pycharm] add webinar to product page

This commit is contained in:
JohnHake 2020-06-19 12:43:49 -07:00
parent 37720224e7
commit 0bb874a91b

View File

@ -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 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. 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 ## Open Source Plugins for PyCharm
When learning new development configurations, it is helpful to have some representative projects for reference: 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. * [Flake8 Support](https://github.com/jansorg/pycharm-flake8) Adds support for flake8's # noqa comments in PyCharm.