Introducing ServicePytan: A Python Library for the ServiceTitan API v2
https://elliotp.medium.com/introducing-servicepytan-a-python-library-for-the-servicetitan-api-v2-f77a16eee46b
https://elliotp.medium.com/introducing-servicepytan-a-python-library-for-the-servicetitan-api-v2-f77a16eee46b
Medium
Introducing ServicePytan: A Python Library for the ServiceTitan API v2
Making it easier to connect to and interact with ServiceTitan https://servicepytan.readthedocs.io
Dynamic Daily Quotes on GitHub Readme Using GitHub Actions and Python
https://python.plainenglish.io/dynamic-daily-quotes-on-github-readme-using-github-actions-and-python-df7ee12788d0
https://python.plainenglish.io/dynamic-daily-quotes-on-github-readme-using-github-actions-and-python-df7ee12788d0
Medium
Dynamic Daily Quotes on GitHub Readme Using GitHub Actions and Python
A guide on how to use GitHub actions and Python to update the dynamic quotes on GitHub Readme daily.
Kaggle Titanic Challenge: Training & Fine-Tuning the Model
https://python.plainenglish.io/kaggle-titanic-challenge-training-fine-tuning-the-model-42310439ae7
https://python.plainenglish.io/kaggle-titanic-challenge-training-fine-tuning-the-model-42310439ae7
Medium
Kaggle Titanic Challenge: Training & Fine-Tuning the Model
The art of fine-tuning a model
Is Bitcoin still the king? A deep dive into the recent crypto landscape (2018–2021)
https://medium.com/@gdutra0201/is-bitcoin-still-the-king-a-deep-dive-into-the-recent-crypto-landscape-2018-2021-1b849eb704fd
https://medium.com/@gdutra0201/is-bitcoin-still-the-king-a-deep-dive-into-the-recent-crypto-landscape-2018-2021-1b849eb704fd
Medium
Is Bitcoin still the king? A deep dive into the recent crypto landscape (2018–2021)
This project will dive into crypto data to compare different coins and make an overall analysis of the current landscape of the crypto…
100 Follower Challenge — Follow for Follow (I will follow everyone who follows me)
https://medium.com/@parktwin2/100-follower-challenge-follow-for-follow-i-will-follow-everyone-who-follows-me-a51aa1d043c3
https://medium.com/@parktwin2/100-follower-challenge-follow-for-follow-i-will-follow-everyone-who-follows-me-a51aa1d043c3
Medium
100 Follower Challenge — Follow for Follow (I will follow everyone who follows me)
Hey Medium Users, Readers, and Writers,
Find Area Calculation | Function Example | Python Tutorial For Beginner(Hindi) | #YouTube | #Python
https://affisoftpro.medium.com/find-area-calculation-function-example-python-tutorial-for-beginner-hindi-youtube-python-f7f17fa2158
https://affisoftpro.medium.com/find-area-calculation-function-example-python-tutorial-for-beginner-hindi-youtube-python-f7f17fa2158
Medium
Find Area Calculation | Function Example | Python Tutorial For Beginner(Hindi) | #YouTube | #Python
Twitter Bot which tweets Mars Photos
https://medium.com/@ashishmishra037/twitter-bot-which-tweets-mars-photos-e7d92da0396b
https://medium.com/@ashishmishra037/twitter-bot-which-tweets-mars-photos-e7d92da0396b
Medium
Twitter Bot which tweets Mars Photos
Hi! In this article, we will build a simple Twitter bot with Python, which will use NASA Open source API to tweet Mars Image every 1 hour.
Getting Started with Images using OpenCV
https://medium.com/@AchyutKrishna/getting-started-with-images-using-opencv-21cfb6c9f8a1
https://medium.com/@AchyutKrishna/getting-started-with-images-using-opencv-21cfb6c9f8a1
Medium
Getting Started with Images using OpenCV
import cv2 as cv
import sys
img = cv.imread(cv.samples.findFile(“cats.jpg”))
if img is None:
sys.exit(“Could not read the image.”)
import sys
img = cv.imread(cv.samples.findFile(“cats.jpg”))
if img is None:
sys.exit(“Could not read the image.”)