Automate Your Pull Requests With Mergify
https://mergify.com/?utm_source=newsletter&utm_medium=Pycoders&utm_campaign=sponsoring
https://mergify.com/?utm_source=newsletter&utm_medium=Pycoders&utm_campaign=sponsoring
Mergify
Mergify — Build reliable CI pipelines, merge faster, and lower your costs
Mergify helps dev teams ship faster with CI Insights, Merge Queue, Merge Protections and Workflow Automation. Fix flaky tests, keep main green, and boost CI/CD.
Learn K-Means Clustering by Quantizing Color Images
https://hackernoon.com/learn-k-means-clustering-by-quantizing-color-images-in-python
https://hackernoon.com/learn-k-means-clustering-by-quantizing-color-images-in-python
Hackernoon
Learn K-Means Clustering by Quantizing Color Images in Python
This tutorial will teach you all about the K-Means clustering algorithm. And how you can use it to quantize color images in Python.
Python Libraries for Cleaner Code
https://isaak.dev/2020/08/python-libraries-to-make-your-code-readable-and-maintainable
https://isaak.dev/2020/08/python-libraries-to-make-your-code-readable-and-maintainable
TigerLily: Finding Drug Interactions in Silico With TigerGraph
https://github.com/benedekrozemberczki/tigerlily
https://github.com/benedekrozemberczki/tigerlily
GitHub
GitHub - benedekrozemberczki/tigerlily: TigerLily: Finding drug interactions in silico with the Graph.
TigerLily: Finding drug interactions in silico with the Graph. - GitHub - benedekrozemberczki/tigerlily: TigerLily: Finding drug interactions in silico with the Graph.
Durin’s Box: Voice Activated, Password Protected, Wooden Box
https://hackaday.io/project/183616-durins-box/
https://hackaday.io/project/183616-durins-box/
hackaday.io
Durin's Box
I've made a box for my son whose lid is locked with a couple of solenoids. A Pi Zero running word-recognition software is embedded in the lid. LEDs indicate when the microphone is active. When the software recognizes the spoken password the lid is unlocked.…
Should you build your next app in Streamlit?
https://medium.com/@dreamferus/should-you-build-your-next-app-in-streamlit-b01adc007f1c
https://medium.com/@dreamferus/should-you-build-your-next-app-in-streamlit-b01adc007f1c
Medium
Should you build your next app in Streamlit?
Streamlit is a relatively recent library in Python to quickly be able to create web apps without any Javascript, CSS or HTML. In this…