Use Python to Send Notifications During Model Training
https://towardsdatascience.com/use-python-to-send-notifications-to-your-phone-during-model-training-123a9aa257a2
https://towardsdatascience.com/use-python-to-send-notifications-to-your-phone-during-model-training-123a9aa257a2
Medium
Use Python to Send Notifications to Your Phone During Model Training
Ever want to track your model’s progress while you are out and about? Check out this easy guide for passing progress notifications to your…
Create an Interactive Dashboard With Pandas and hvPlot
https://towardsdatascience.com/the-easiest-way-to-create-an-interactive-dashboard-in-python-77440f2511d1
https://towardsdatascience.com/the-easiest-way-to-create-an-interactive-dashboard-in-python-77440f2511d1
How I Integrated Zapier Into My Django Project
https://djangotricks.blogspot.com/2022/04/how-i-integrated-zapier-into-my-django-project.html
https://djangotricks.blogspot.com/2022/04/how-i-integrated-zapier-into-my-django-project.html
Blogspot
How I Integrated Zapier into my Django Project
As you might know, I have been developing, providing, and supporting the prioritization tool 1st things 1st . One of the essential feature...
Concurrent Web Scraping With Selenium and Docker Swarm
https://testdriven.io/blog/concurrent-web-scraping-with-selenium-grid-and-docker-swarm/
https://testdriven.io/blog/concurrent-web-scraping-with-selenium-grid-and-docker-swarm/
testdriven.io
Concurrent Web Scraping with Selenium Grid and Docker Swarm
This tutorial details how to run a Python and Selenium-based web scraper in parallel with Selenium Grid and Docker Swarm.
Diagrams as Code DaC to go along with infrastructure as Code IaC
https://voice.michaelwahl.org/diagrams-as-code-dac-to-go-along-with-infrastructure-as-code-iac-9ab1b63f545c
https://voice.michaelwahl.org/diagrams-as-code-dac-to-go-along-with-infrastructure-as-code-iac-9ab1b63f545c
Medium
Diagrams as Code DaC to go along with infrastructure as Code IaC
I have started using Diagrams which lets you easily draw/create cloud architecture using Python code!
Check Your Crypto Portfolio with Python and CoinGecko API
https://tiborpetroczy.medium.com/check-your-crypto-portfolio-with-python-and-coingecko-api-5a5369a32d8e
https://tiborpetroczy.medium.com/check-your-crypto-portfolio-with-python-and-coingecko-api-5a5369a32d8e
Medium
Check Your Crypto Portfolio with Python and CoinGecko API
Today more and more people encounter the world of cryptocurrencies and at the same time more people own them.
Making Your Google Slide Presentation Interactive with Python
https://medium.com/@chrisorcode/making-your-google-slide-presentation-interactive-with-python-c5022f703197
https://medium.com/@chrisorcode/making-your-google-slide-presentation-interactive-with-python-c5022f703197
Medium
Making Your Google Slide Presentation Interactive with Python
Like the title suggests, today I will try my best to describe the steps to take your Google Slide from a basic presentation to an actual…
leetcode 2246. Longest Path With Different Adjacent Characters(python)
https://juejin.cn/post/7091085202511888391
https://juejin.cn/post/7091085202511888391
juejin.cn
leetcode 2246. Longest Path With Different Adjacent Characters(python) - 掘金
这道题是第 289 场 leetcode 周赛的第四题,难度为 hard ,主要考察的是 n 叉树的 DFS 遍历