Message from Python discussions

November 2018

— Define "aspect"

— 

Sorry, I didn't want to say it that way, wasn't my intention, maybe I didnt take the suitable words, It just seemed strange to me that nobody would have made the same mistake

— 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

— Dash

— Take a look

— 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 🤷🏻‍♂