Hi everyone, I have been developing the largest R Shiny app I've ever made ( roughly 800 lines) and the project has gotten to a size where I feel like the development experience is starting to lack. I have done programming in a number of languages like Python, R, JavaScript/HTML, and Rust, and R has been the worst in terms of tooling and the convenience and user-friendliness of the language. At the same time, Python tooling and language features are known to be some of the most user-friendly.
Can you share the changes in the quality of your experience between developing Shiny in R vs. Python? I'm thinking of just doing my next project in Python so I can use a modern and battle tested debugger and LSP, but I wanted to see if others have done something similar before I take the plunge.