5 entries tagged #python, across writing, playground, and science.
Unveiling the Behavior of Blinds with a Pipeline of Python, Machine Learning, and ReactBuilding an end-to-end pipeline - from a shared Google Doc, through several scikit-learn models, to an interactive React/Plotly app - to predict when the office blinds go down.Mar 25, 2023Blog
Unveiling the Behavior of Blinds with a Pipeline of Python, Machine Learning, and ReactBuilding an end-to-end pipeline - from a shared Google Doc, through several scikit-learn models, to an interactive React/Plotly app - to predict when the office blinds go down.Mar 25, 2023Project
Setting up an automated daily posting Twitter-Bot in PythonA walkthrough of getting Twitter developer API access and using Python's Tweepy library plus a cronjob to post automatically every day.Aug 21, 2022Blog
Setting up an Automated Daily Posting Twitter-Bot in PythonA walkthrough of getting Twitter developer API access and using Python's Tweepy library plus a cronjob to post automatically every day.Aug 21, 2022Project
How you easily scrape websites using PythonA from-scratch, dependency-free approach to scraping websites: fetch the raw HTML with requests and pull out what you need using plain string splitting.Apr 16, 2022Blog