Can we deploy a python app with Rstudio connect? If so how?

I keep hearing about Python and Shiny working together but is it possible to build a python app inside Rstudio workbench and deploy it with Rstudio Connect? Is there a tutorial on how to do this?

Sure thing!

For building a Python app within Workbench, you would typically use VS Code as editor, c.f. Posit Workbench User Guide - Getting Started with VS Code.

Publishing Python apps is typically done on the CLI, c.f. Command Line - Posit Connect: User Guide and Python Apps and APIs - Posit Connect: User Guide.

At GitHub - sol-eng/python-examples: Examples of using Python with Posit Connect you can find some examples that you can try out. Alternatively you can download some of the quickstart examples directly within Connect.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.