Looking for python shiny collaborator for surveydown project

Hi everyone!

I've been developing an open-source survey platform in R for a little while now called surveydown. It uses Quarto for designing the survey content in plain text, then R shiny for creating the survey web app.

I've been learning how shiny works in python, and I'm intrigued by the possibilities of using python classes and decorators. I think there may be some clever ways to implement a similar platform for python. But I'm still largely a novice in python shiny.

So this post isn't really a question - it's just a call for anyone who is a little more experience in python shiny who might want to work on a cool project. If you're interested, feel free to post here or contribute to this conversation.

I am sorry I can not help you with shiny python, but I have been working with surveydown and I think it is amazing. However, I could not be able to have several concurrent people answering the survey. Do you know how I could achieve this and what would be the best cloud provider? :C I appreciate your help!

Hi, thanks for trying out surveydown! It supports concurrent people taking the survey once it is deployed. We usually deploy to shinyapps.io or posit connect cloud, you can learn more here. Also, be sure to set up your database connection if you want to record data from a live deployed survey, more on that here.