Hacker news Headlines Emailer Through web scraping in python
https://yogii.medium.com/hacker-news-headlines-emailer-through-web-scraping-in-python-734194f1195b
https://yogii.medium.com/hacker-news-headlines-emailer-through-web-scraping-in-python-734194f1195b
Medium
Hacker news Headlines Emailer Through web scraping in python
Web scraping is an automatic method to obtain large amounts of data from websites. Most of this data is unstructured data in an HTML format…
New to Programming? Make These Projects to Lay a Strong Foundation
https://python.plainenglish.io/new-to-programming-make-these-projects-to-lay-a-strong-foundation-3d073c4c2cdd
https://python.plainenglish.io/new-to-programming-make-these-projects-to-lay-a-strong-foundation-3d073c4c2cdd
Medium
New to Programming? Make These Projects to Lay a Strong Foundation
Beginner projects you can build in any programming language.
Convert your Powerpoint Presentation to a Voice-Over Video on Linux
https://medium.com/divedeepai/convert-your-powerpoint-presentation-to-a-voice-over-video-on-linux-575cefca36bb
https://medium.com/divedeepai/convert-your-powerpoint-presentation-to-a-voice-over-video-on-linux-575cefca36bb
Medium
Convert your Powerpoint Presentation to a Voice-Over Video on Linux
This blog is a detailed explanation of how to make a voice-over video from a PowerPoint presentation using python. Google Colab was used…
Building a Basic Website Monitoring Bot with Python — Part 1
https://utibeabasiumanah6.medium.com/building-a-basic-website-monitoring-bot-with-python-part-1-405c36e53776
https://utibeabasiumanah6.medium.com/building-a-basic-website-monitoring-bot-with-python-part-1-405c36e53776
Medium
Building a Basic Website Monitoring Bot with Python — Part 1
Hello guys 👋, welcome to another python tutorial. Today we will be building a basic website monitoring bot that logs the status of a…
Importing existing BigQuery Resources to Terraform Automatically
https://medium.com/trendyol-tech/importing-existing-bigquery-resources-to-terraform-automatically-f52a36b6e819
https://medium.com/trendyol-tech/importing-existing-bigquery-resources-to-terraform-automatically-f52a36b6e819
Medium
Importing existing BigQuery Resources to Terraform Automatically
How can we automate the resource importing process?
Check balance via API at Binance — Python
https://tokensquant.medium.com/check-balance-via-api-at-binance-python-8967043d2757
https://tokensquant.medium.com/check-balance-via-api-at-binance-python-8967043d2757
Medium
Check balance via API at Binance — Python
Let’s say you wanna make periodic updates with your balance to your email or even to some telegram group. Or you made some script and…
3 useful Python standard libraries for software engineer interviews
https://anh-nguyen072.medium.com/3-useful-python-standard-libraries-for-software-engineer-interviews-69b63992cddd
https://anh-nguyen072.medium.com/3-useful-python-standard-libraries-for-software-engineer-interviews-69b63992cddd
Medium
3 useful Python standard libraries for software engineer interviews
Whether you are a new graduate or jumping jobs, it is very likely that you have spent quite some time crunching problems on LeetCode…
Why I Think Python Was Engineered With Readability in Mind
https://python.plainenglish.io/why-i-think-python-was-engineered-with-readability-in-mind-43a41fbc0359
https://python.plainenglish.io/why-i-think-python-was-engineered-with-readability-in-mind-43a41fbc0359
Medium
Why I Think Python Was Engineered With Readability in Mind.
Why Python takes the spot for the best readable programming language.
Tutorial 2: Regular Expressions in Python —Using regex characters \w, \s, \d
https://gaurav-patil21.medium.com/tutorial-2-regular-expressions-in-python-using-regex-characters-w-s-d-99db4a9eb47
https://gaurav-patil21.medium.com/tutorial-2-regular-expressions-in-python-using-regex-characters-w-s-d-99db4a9eb47
Medium
Tutorial 2: Regular Expressions in Python —Using regex metacharacters \w, \s, \d
Missed previous tutorial ? — Click here.
Create a Python-based Internet Speed Test GUI App: A Guide
https://python.plainenglish.io/a-guide-to-python-internet-speed-test-gui-app-be2869f40036
https://python.plainenglish.io/a-guide-to-python-internet-speed-test-gui-app-be2869f40036
Play Python on Zeppelin in Docker container
https://zjffdu.medium.com/play-python-on-zeppelin-in-docker-container-b6877bbbfa97
https://zjffdu.medium.com/play-python-on-zeppelin-in-docker-container-b6877bbbfa97
Medium
Play Python on Zeppelin in Docker container
Apache Zeppelin is web-based notebook that enables data-driven,
interactive data analytics and collaborative documents with SQL, Scala…
interactive data analytics and collaborative documents with SQL, Scala…
Motion Detection and Tracking using OpenCV Python
https://medium.com/@gowtham180502/motion-detection-and-tracking-using-opencv-python-ea75ef927e72
https://medium.com/@gowtham180502/motion-detection-and-tracking-using-opencv-python-ea75ef927e72
Medium
Motion Detection and Tracking using OpenCV Python
In this post, we are going to discuss about how to detect and track movements(simply motion detection and tracking) using the OpenCV…