Firstly, Plotly Dash is so awesome that I’m doing everything in Python.
Cleaning, handling data was never my strength but I’m getting better at that and list comprehensions, Pandas, MongoDB so this is really really nice to get away from writing HTML then CSS then some Javascript, etc.
But…
When I’m still writing more callbacks and I have the app running, unless I comment out the incomplete function I’m writing (putting pass
at the bottom of an incomplete function does not work for this), the other callbacks stop working so I can’t change any input to any of the completed callbacks just to check an output.
So basically I have to write everything and then run it and deal with errors or debug it.
4 posts - 2 participants