Serendipity96 commented on a change in pull request #678: URL: https://github.com/apache/apisix-website/pull/678#discussion_r736345760
########## File path: website/blog/2021/09/06/python-helps-you-quickly-with-Apache-APISIX-development.md ########## @@ -1,98 +1,97 @@ --- -title: "Python 助你快速上手 Apache APISIX 插件开发" -author: "帅进超" +title: Python helps you get up to speed with Apache APISIX plug-in development +author: Jinchao Shuai authorURL: "https://github.com/shuaijinchao" authorImageURL: "https://avatars.githubusercontent.com/u/8529452?v=4" keywords: - Python - APISIX -- APISIX Python 插件 -- APISIX Python plugin +- Python plugin - apisix-python-plugin-runner -- APISIX Python Plugin Runner +- APISIX Python Plugin Runner tags: [Practical Case] --- -> 在 Apache APISIX Python Runner 之前社区中已经支持了 [Java](https://github.com/apache/apisix-java-plugin-runner) -和 [Go](https://github.com/apache/apisix-go-plugin-runner) 语言的 Runner,今天 Python Runner -也来了,社区中的小伙伴们在开发 Apache APISIX 的插件时又多了一种新选择。 +> The [Java](https://github.com/apache/apisix-java-plugin-runner) and [Go](https://github.com/apache/apisix-java-plugin-runner) languages have been supported in the community before the Apache APISIX Python Runner. +and [Go](https://github.com/apache/apisix-go-plugin-runner) languages, today Python Runner Review comment: Repeated from line 16 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
