Exploring Python Functions: Creation, Types, Commonly Used Functions, and Practice Programs
https://medium.com/@trendhackeing/exploring-python-functions-creation-types-commonly-used-functions-and-practice-programs-46cadc2d24b3
https://medium.com/@trendhackeing/exploring-python-functions-creation-types-commonly-used-functions-and-practice-programs-46cadc2d24b3
Medium
Exploring Python Functions: Creation, Types, Commonly Used Functions, and Practice Programs
Welcome to the world of Python functions! In this guide, you’ll learn how to create functions in Python, explore different types of…
Realtime Detection Personal Protective Equipment (PPE)
https://medium.com/@alfarizmfauzan/realtime-detection-personal-protective-equipment-ppe-30fa731a44c2
https://medium.com/@alfarizmfauzan/realtime-detection-personal-protective-equipment-ppe-30fa731a44c2
Medium
Realtime Detection Personal Protective Equipment (PPE)
References :
Unlocking the Power of Algorithms: A Journey into Understanding and Implementing Flowcharts
https://medium.com/@trendhackeing/what-is-flowcharts-46e1da762ca5
https://medium.com/@trendhackeing/what-is-flowcharts-46e1da762ca5
Medium
Unlocking the Power of Algorithms: A Journey into Understanding and Implementing Flowcharts
what is flowcharts?
Demystifying PyInstaller — A Journey into Decompiling Python Executables
https://infosecwriteups.com/demystifying-pyinstaller-a-journey-into-decompiling-python-executables-abb84ef5a7bb
https://infosecwriteups.com/demystifying-pyinstaller-a-journey-into-decompiling-python-executables-abb84ef5a7bb
Medium
Demystifying PyInstaller | A Journey into Decompiling Python Executables
Python executables are much easier to reverse than you think!
Implementation of linear regression algorithms
https://medium.com/@hirok4/implementation-of-linear-regression-algorithms-4f1844ad4600
https://medium.com/@hirok4/implementation-of-linear-regression-algorithms-4f1844ad4600
Medium
Implementation of linear regression algorithms
I created a program that predicts the price of a car by using a linear function train with a gradient descent algorithm.
Day 7: Image Classification: Techniques for Classifying Visual Data
https://medium.com/@naveenpandey2706/day-7-image-classification-techniques-for-classifying-visual-data-bb1491ce2316
https://medium.com/@naveenpandey2706/day-7-image-classification-techniques-for-classifying-visual-data-bb1491ce2316
Medium
Day 7: Image Classification: Techniques for Classifying Visual Data
In today’s digital age, visual data has become an important part of our lives. From social media posts to self-driving cars, images are…
Trip planner: End-to-end Gpt project with Flask and Lambda
https://dlmade.medium.com/trip-planner-end-to-end-gpt-project-with-flask-and-lambda-6ff756053e3f
https://dlmade.medium.com/trip-planner-end-to-end-gpt-project-with-flask-and-lambda-6ff756053e3f
Medium
Trip planner: End-to-end Gpt project with Flask and Lambda
Hi Everyone, have you ever come across a situation where a potential client or employer asked you to showcase your online portfolio in…
Time Series Analysis, Forecasting and Web Application Part 2 (cont’d)
https://medium.com/@ulas_yilmaz/time-series-analysis-forecasting-and-web-application-part-2-contd-af2cf9a86fd0
https://medium.com/@ulas_yilmaz/time-series-analysis-forecasting-and-web-application-part-2-contd-af2cf9a86fd0
Medium
Time Series Analysis, Forecasting and Web Application Part 2 (cont’d)
In this series of posts, I will start from the definition of time series to a final web application with advanced models.
Problems arising with parallelism: Read/Write Conflicts and how to resolve them
https://medium.com/@contact.mahim/problems-arising-with-parallelism-read-write-conflicts-and-how-to-resolve-them-ed81d8da47fc
https://medium.com/@contact.mahim/problems-arising-with-parallelism-read-write-conflicts-and-how-to-resolve-them-ed81d8da47fc
Medium
Problems arising with parallelism: Read/Write Conflicts and how to resolve them
Suppose you have functions writing to a file and then at the same time require reading from the file, if the functions are parallelly…
Statistical Methods for Anomaly Detection using Python: A Comprehensive Guide
https://medium.com/@akpradhn/statistical-methods-for-anomaly-detection-using-python-a-comprehensive-guide-96d7b95bec35
https://medium.com/@akpradhn/statistical-methods-for-anomaly-detection-using-python-a-comprehensive-guide-96d7b95bec35
Medium
Statistical Methods for Anomaly Detection using Python: A Comprehensive Guide
Anomaly detection plays a vital role in identifying unusual patterns or outliers in datasets. Statistical methods offer a powerful approach to detect anomalies by leveraging the underlying…
Shrinking Your Execution Time with Concurrency and Parallelism in Python
https://medium.com/@contact.mahim/shrinking-your-execution-time-with-concurrency-and-parallelism-in-python-84b376cbaa76
https://medium.com/@contact.mahim/shrinking-your-execution-time-with-concurrency-and-parallelism-in-python-84b376cbaa76
Medium
Shrinking Your Execution Time with Concurrency and Parallelism in Python
Why use Python Concurrency?
Convert HEIC into jpg using ImageMagick
https://medium.com/@KentaItakura/convert-heic-into-jpg-using-imagemagick-71ddc7d5f659
https://medium.com/@KentaItakura/convert-heic-into-jpg-using-imagemagick-71ddc7d5f659
Medium
Convert HEIC into jpg using ImageMagick
Introduction