10 Ways You Use Machine Learning Every Day Without Knowing It
https://medium.com/@Arashhadad/10-ways-you-use-machine-learning-every-day-without-knowing-it-4b9a25d8be51
https://medium.com/@Arashhadad/10-ways-you-use-machine-learning-every-day-without-knowing-it-4b9a25d8be51
Medium
10 Ways You Use Machine Learning Every Day Without Knowing It
Have you ever thought about how much of your daily life is influenced by machine learning?
Python for Pentesters Tryhackme Write up
https://jawstar.medium.com/python-for-pentesters-tryhackme-write-up-d9be12f69e90
https://jawstar.medium.com/python-for-pentesters-tryhackme-write-up-d9be12f69e90
Medium
Python for Pentesters Tryhackme Write up
Task 1 : Introduction
Collecting and Visualizing Google Trend Data using Python
https://medium.com/@ccpythonprogramming/collecting-and-visualizing-google-trend-data-using-python-a0ffd5e620f4
https://medium.com/@ccpythonprogramming/collecting-and-visualizing-google-trend-data-using-python-a0ffd5e620f4
Medium
Collecting and Visualizing Google Trend Data using Python
Google Trends offers a look into the interest of people worldwide. By understanding trending topics and how interests shift, businesses…
Master CLI application development with Pyapp in Python — transform complex setups into clean…
https://medium.com/@codingmadeeasy92/master-cli-application-development-with-pyapp-in-python-transform-complex-setups-into-clean-dfc7a16dcfd3
https://medium.com/@codingmadeeasy92/master-cli-application-development-with-pyapp-in-python-transform-complex-setups-into-clean-dfc7a16dcfd3
Medium
Master CLI application development with Pyapp in Python — transform complex setups into clean…
How to Use Pyapp in Python. The Pyapp library in Python is a framework designed to simplify the creation and management of applications…
Exploring the World Happiness Report with Python: Creating Insightful Scatter Plots
https://medium.com/@Arashhadad/exploring-the-world-happiness-report-with-python-creating-insightful-scatter-plots-c3359c77a795
https://medium.com/@Arashhadad/exploring-the-world-happiness-report-with-python-creating-insightful-scatter-plots-c3359c77a795
Medium
Exploring the World Happiness Report with Python: Creating Insightful Scatter Plots
Data visualization plays a crucial role in helping us understand relationships and patterns within data.
Advanced Deepfake Detection with Hyperdimensional Computing, Neuro-Symbolic Logic, Temporal…
https://rabmcmenemy.medium.com/advanced-deepfake-detection-with-hyperdimensional-computing-neuro-symbolic-logic-temporal-13752eb0326b
https://rabmcmenemy.medium.com/advanced-deepfake-detection-with-hyperdimensional-computing-neuro-symbolic-logic-temporal-13752eb0326b
Medium
Advanced Deepfake Detection with Hyperdimensional Computing, Neuro-Symbolic Logic, Temporal…
Introduction
Production Ready and Effective Way to Manage Python Dependencies
https://medium.com/@saleem.latif.ee/production-ready-and-effective-way-to-manage-python-dependencies-cbf9c91fc402
https://medium.com/@saleem.latif.ee/production-ready-and-effective-way-to-manage-python-dependencies-cbf9c91fc402
Medium
Production Ready and Effective Way to Manage Python Dependencies
Python comes with a huge set of useful libraries essential for building web, data or other applications. You can build truly amazing…
Python for Beginners: Your First Steps into Coding
https://medium.com/@shahmin2509/python-for-beginners-your-first-steps-into-coding-6a76db581140
https://medium.com/@shahmin2509/python-for-beginners-your-first-steps-into-coding-6a76db581140
Medium
Python for Beginners: Your First Steps into Coding
Introduction
Data Engineering Interview Essentials: Key Python, AWS, and SQL Concepts
https://medium.com/@anupchakole/data-engineering-interview-essentials-key-python-aws-and-sql-concepts-82bc333ea4d4
https://medium.com/@anupchakole/data-engineering-interview-essentials-key-python-aws-and-sql-concepts-82bc333ea4d4
Medium
Data Engineering Interview Essentials: Key Python, AWS, and SQL Concepts
Here’s a detailed answer guide covering your interview questions related to Python, AWS, SQL, and data concepts, with explanations and…
Kubernetes Scheduling Algorithm: How the Scheduler Chooses the Best Node for Your Pods
https://medium.com/@rahulbansod519/kubernetes-scheduling-algorithm-how-the-scheduler-chooses-the-best-node-for-your-pods-9a035de80edc
https://medium.com/@rahulbansod519/kubernetes-scheduling-algorithm-how-the-scheduler-chooses-the-best-node-for-your-pods-9a035de80edc
Medium
Kubernetes Scheduling Algorithm: How the Scheduler Chooses the Best Node for Your Pods
Introduction
Bringing your API client to the next level: credentials, sleep times and retries — with example…
https://medium.com/@thomas.vidori/bringing-your-api-client-to-the-next-level-credentials-sleep-times-and-retries-with-example-66aca6027c6e
https://medium.com/@thomas.vidori/bringing-your-api-client-to-the-next-level-credentials-sleep-times-and-retries-with-example-66aca6027c6e
Medium
Bringing your API client to the next level: credentials, sleep times and retries — with example repository
Following my previous tutorial, you now know how to create a custom API client using aiohttp and asyncio. While this was quite basic, it…
Exploring the World’s Population with Python: How I used python and python libraries to analyze and…
https://medium.com/@JulietOma/exploring-the-worlds-population-with-python-how-i-used-python-and-python-libraries-to-analyze-and-65675f76a8f5
https://medium.com/@JulietOma/exploring-the-worlds-population-with-python-how-i-used-python-and-python-libraries-to-analyze-and-65675f76a8f5
Medium
Exploring the World’s Population with Python: How I used python and python libraries to analyze and…
As someone whose goal is to gain a thorough understanding of data analytics and how it can be used to create data-driven solutions for…
Transcribing Tamil Audio to English Captions and Generating SRT Files
https://medium.com/@selviharsha/transcribing-tamil-audio-to-english-captions-and-generating-srt-files-1fe5ba48240a
https://medium.com/@selviharsha/transcribing-tamil-audio-to-english-captions-and-generating-srt-files-1fe5ba48240a
Medium
Transcribing Tamil Audio to English Captions and Generating SRT Files
Adding captions to videos can be challenging, especially in Tamil, as auto-captioning features are not always available in free video…
Python File Upload to S3 with Celery
https://parlak-deniss.medium.com/python-file-upload-to-s3-with-celery-df4b3eb5ef90
https://parlak-deniss.medium.com/python-file-upload-to-s3-with-celery-df4b3eb5ef90
Medium
Python File Upload to S3 with Celery
Introduction to problem