— I'm looking for a module in python to do dashboard, know some, research and find two, bokeh and plotly, do you know about anyone ?
Message permanent page
— Those are both plotting libs
— If you want to build a dashboard of them, use bowtie
— Or otherwise pyxley or grafanalib
— How to make correct startswith?
— I use
if str.startswith('testing'):
send('this is test')
>>>testing
this is test
>>>testingsss
this is test
but i wanna make that respond to 'testing' only
How to fix it?
Message permanent page
— How are you doing it wrong?
— Don't use starswith
🤷🏻♂