Day 03 — Measures of Variability, 7 Days of Statistics for Data Science
https://medium.com/@madhuri15/day-03-measures-of-variability-7-days-of-statistics-for-data-science-6bb7168b9300
https://medium.com/@madhuri15/day-03-measures-of-variability-7-days-of-statistics-for-data-science-6bb7168b9300
Medium
Measures of Variability
7 Days of Statistics for Data Science — Day 3 Range, IQR, Variance, Standard Deviation
Object-Oriented Programming in Python: A Guide for Beginners — 2
https://pytechacademy.medium.com/object-oriented-programming-in-python-a-guide-for-beginners-2-22e6b3b1177
https://pytechacademy.medium.com/object-oriented-programming-in-python-a-guide-for-beginners-2-22e6b3b1177
Medium
Object-Oriented Programming in Python: A Guide for Beginners — 2
This article covers the Inheritance, Polymorphism, Encapsulation, and Abstraction concepts of Object-Oriented Programming in Python.
Major Differences Between Python 2 And Python 3
https://medium.com/@consoleflare/major-differences-between-python-2-and-python-3-9abd4b96ba49
https://medium.com/@consoleflare/major-differences-between-python-2-and-python-3-9abd4b96ba49
Medium
Major Differences Between Python 2 And Python 3
Python, one of the most popular programming languages, has evolved over time, with two major versions that have shaped its landscape…
Convert Excel XLS to XLSX or XLSX to XLS with Python
https://medium.com/@alice.yang_10652/convert-excel-xls-to-xlsx-or-xlsx-to-xls-with-python-ada792076bf0
https://medium.com/@alice.yang_10652/convert-excel-xls-to-xlsx-or-xlsx-to-xls-with-python-ada792076bf0
Medium
Convert Excel XLS to XLSX or XLSX to XLS with Python
Understand XLS and XLSX Formats
Create a python menu to run various commands
https://medium.com/@tarun10org/create-a-python-menu-to-run-various-commands-45ed8bd8a980
https://medium.com/@tarun10org/create-a-python-menu-to-run-various-commands-45ed8bd8a980
Medium
Create a python menu to run various commands
Embarking on a journey of digital exploration often involves navigating a sea of commands and tasks. But what if you could simplify this…
Tech Survival 2024: Essential Skills for Thriving in the Digital Frontier
https://medium.com/@krishishah2021/tech-survival-2024-essential-skills-for-thriving-in-the-digital-frontier-2b6e4eecd8c2
https://medium.com/@krishishah2021/tech-survival-2024-essential-skills-for-thriving-in-the-digital-frontier-2b6e4eecd8c2
Medium
Tech Survival 2024: Essential Skills for Thriving in the Digital Frontier
In the fast-paced and ever-evolving tech world of 2024, surviving and thriving requires staying ahead of the curve.
Beginner’s Guide to Neural Speaker Diarization with pyannote
https://ngwaifoong92.medium.com/beginners-guide-to-neural-speaker-diarization-with-pyannote-24ff4aa784b4
https://ngwaifoong92.medium.com/beginners-guide-to-neural-speaker-diarization-with-pyannote-24ff4aa784b4
Medium
Beginner’s Guide to Neural Speaker Diarization with pyannote
An open-source toolkit written in Python for speaker diarization
Elevate Your Photos with a Trendy Twist: Sunglass Photo Magic!
https://medium.com/@tarun10org/elevate-your-photos-with-a-trendy-twist-sunglass-photo-magic-cd760ebcebc1
https://medium.com/@tarun10org/elevate-your-photos-with-a-trendy-twist-sunglass-photo-magic-cd760ebcebc1
Medium
Elevate Your Photos with a Trendy Twist: Sunglass Photo Magic!
Create an image of glasses and attached on a face used cv2 module
Intergrated and connect postgreSQL third party on railways for Django app
https://soedarhana.medium.com/intergrated-and-connect-postgresql-third-party-on-railways-for-django-app-dd4cb97d91d5
https://soedarhana.medium.com/intergrated-and-connect-postgresql-third-party-on-railways-for-django-app-dd4cb97d91d5
Medium
Intergrated and connect postgreSQL third party on railways for Django app
Previously I have been stuck for connecting my local project django as default using the database mysql3. Trying to find best recommended…
One-Class SVM (Support Vector Machine) for Anomaly Detection
https://medium.com/@gabrielpierobon/one-class-svm-support-vector-machine-for-anomaly-detection-a2e00c742ad7
https://medium.com/@gabrielpierobon/one-class-svm-support-vector-machine-for-anomaly-detection-a2e00c742ad7
Medium
One-Class SVM (Support Vector Machine) for Anomaly Detection
A carefully generated, thoroughly engineered resource for Data Scientists.
The Power of the __new__ Method in Python Classes
https://medium.com/@pouyahallaj/the-power-of-the-new-method-in-python-classes-9311c22b31a6
https://medium.com/@pouyahallaj/the-power-of-the-new-method-in-python-classes-9311c22b31a6
Medium
The Power of the __new__ Method in Python Classes
Explore Python’s new method for custom object creation. Learn its power with a real-world example, optimizing performance and resource usage
Make Python as Fast as C/C++, the Codon is Released!
https://python.plainenglish.io/make-python-as-fast-as-c-c-the-codon-is-released-4d33b5839b1e
https://python.plainenglish.io/make-python-as-fast-as-c-c-the-codon-is-released-4d33b5839b1e
Medium
Make Python as Fast as C/C++, the Codon is Released!
Does Python run fast? Although different scenarios have different conclusions, overall, it is not as fast as C and Java. This has also…
Creating a Real-time Face and Smile Detection App using OpenCV
https://medium.com/@daithimassey/creating-a-real-time-face-and-smile-detection-app-using-opencv-5ecdc9eae348
https://medium.com/@daithimassey/creating-a-real-time-face-and-smile-detection-app-using-opencv-5ecdc9eae348
Medium
Creating a Real-time Face and Smile Detection App using OpenCV
Face detection and recognition technologies have become an integral part of various applications, from security systems to entertainment…
Python Functions for Exploratory Data Analysis: A Comprehensive Guide
https://medium.com/@pythonfundamentals/python-functions-for-exploratory-data-analysis-a-comprehensive-guide-fa9f2099256
https://medium.com/@pythonfundamentals/python-functions-for-exploratory-data-analysis-a-comprehensive-guide-fa9f2099256
Medium
Python Functions for Exploratory Data Analysis: A Comprehensive Guide
Exploratory Data Analysis (EDA) is a critical step in the data analysis process. It involves understanding the data, uncovering patterns…