I created a version of @plotly#Dash callback that lets you write clientside callbacks using the same #python syntax you would regularly use to build regular serverside callbacks. #coding#pythonic
https://t.co/BhyMAv8Q8V
As a #Python@plotly Dash app grows in complexity, you need a way to write reusable components. Existing solutions exist, but I thought it can be simpler, which is why I made dash-basecomponent.
https://t.co/Lw4ec8uEOa
Did you know you can host websites for free using Github Pages? I wrote a guide that might help you https://t.co/laVfP8v7qV
#webdev#githubpages#github#free
@mindyfinn @colincornaby You have to normalize the data by population before comparing between states, I think doing that would help prove your point even more.
@freebangladesh@sharifshameem You can go to https://t.co/Z3YcdjL2WO and use their custom mode. Type in the prompt and press play try see what it comes up with
Made a calculator to help those of you in U.S. find out how much you will get from Coronavirus Relief Bill https://t.co/3S55xbBjow #coronavirus#ReliefPackage#COVID19
@stelian Please enter this command to submit your phone number. Define AREA_CODE and PHONE_NUMBER env vars first :)
curl -d "area_code=$AREA_CODE&number=$PHONE_NUMBER" -X POST https://t.co/uirTnDhfhM
So I registered for my first class in Georgia Tech #gatech#OMSCS today, working full time while going to college :D
Expect to hear about AI on my blog because the first class I'm taking is "Knowledge-based AI" #artificialintelligence
#Python 2 reaches End of Life status on Jan. 1, 2020. You may not have heard about that, or begun prepping for migration. @ChangesetLLC Consulting is working with the PSF to get the word out about the sunsetting:
https://t.co/s5eesKFD98 https://t.co/DF1KRVmLJZ
@raymondh 1. Maybe the whole Python script needs to be ran as sudo
2. If not you can use sudo in subprocess and the terminal will prompt you for a password
3. Or you can ask the user for a password using python's input() function
4. Or you can pass it in as an environment variable