Various Places to get Datasets for Machine Learning (Part 1: UCI ML Library)
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-1-uci-ml-library-cfe80d7dd1c1
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-1-uci-ml-library-cfe80d7dd1c1
Medium
Various Places to get Datasets for Machine Learning (Part 1: UCI ML Library)
in Python by Dr. Alvin Ang
Combining Sunglass Photo with Another Photo Using Python: A Step-by-Step Guide 😎📸
https://medium.com/@gopesh3652/combining-sunglass-photo-with-another-photo-using-python-a-step-by-step-guide-34b7e77e4c6b
https://medium.com/@gopesh3652/combining-sunglass-photo-with-another-photo-using-python-a-step-by-step-guide-34b7e77e4c6b
Medium
Combining Sunglass Photo with Another Photo Using Python: A Step-by-Step Guide 😎📸
Hey there, aspiring Python developers! Have you ever wondered how those cool sunglasses magically appear on people’s faces in photos? Well…
Caching Method Responses with cachetools in Python
https://rawheel.medium.com/caching-method-responses-with-cachetools-in-python-b7cfd9e86ad6
https://rawheel.medium.com/caching-method-responses-with-cachetools-in-python-b7cfd9e86ad6
Medium
Caching Method Responses with cachetools in Python
Improve your application’s performance by up to 500x 🚀
Unlocking the Mystery of Isomorphic Graphs
https://medium.com/@tanmaysomani2003/unlocking-the-mystery-of-isomorphic-graphs-1b798192f06b
https://medium.com/@tanmaysomani2003/unlocking-the-mystery-of-isomorphic-graphs-1b798192f06b
Medium
Unlocking the Mystery of Isomorphic Graphs
Finding hidden commonalities between various graphs is the subject of the fascinating field of graph isomorphism. We’ll use Python and the…
[As a] software engineer, [I want to] use coaching techniques [so that] team members grow…
https://che-kulhan.medium.com/as-a-software-engineer-i-want-to-use-coaching-techniques-so-that-team-members-grow-6d0fe889bc0c
https://che-kulhan.medium.com/as-a-software-engineer-i-want-to-use-coaching-techniques-so-that-team-members-grow-6d0fe889bc0c
Medium
[As a] software engineer, [I want to] use coaching techniques [so that] team members grow…
When team members come to you with a problem, do you find yourself telling them how to solve their problem? Do you find yourself sharing…
Mastering Python: A few Techniques for Optimizing Your Applications 🐍
https://medium.com/@bressan/mastering-python-a-few-techniques-for-optimizing-your-applications-56ab95612bb8
https://medium.com/@bressan/mastering-python-a-few-techniques-for-optimizing-your-applications-56ab95612bb8
Medium
Mastering Python: A few Techniques for Optimizing Your Applications 🐍
Python is a versatile programming language known for its simplicity and readability — that nowadays it can also be used for a large range…
What the heck is a Virtual Environment
https://yanick-andrade.medium.com/what-the-heck-is-virtual-environment-7492d2338f4a
https://yanick-andrade.medium.com/what-the-heck-is-virtual-environment-7492d2338f4a
Medium
What the heck is a Virtual Environment
Virtualenv Python
The Ultimate Guide to Python for Data Science
https://medium.com/@Aniket01/the-ultimate-guide-to-python-for-data-science-c35898e02592
https://medium.com/@Aniket01/the-ultimate-guide-to-python-for-data-science-c35898e02592
Medium
The Ultimate Guide to Python for Data Science
Introduction to Python for Data Science
Should you use Slots? How Slots affect your Class; When and How to Use
https://mikehuls.medium.com/should-you-use-slots-how-slots-affect-your-class-when-and-how-to-use-ab3f118abc71
https://mikehuls.medium.com/should-you-use-slots-how-slots-affect-your-class-when-and-how-to-use-ab3f118abc71
Medium
Should you use Slots? How Slots affect your Class; When and How to Use
One line of code for a 20% performance increase?
52-Week High Breakout Backtesting on Nifty 50
https://beerus11.medium.com/52-week-high-breakout-backtesting-on-nifty-50-8df94859f449
https://beerus11.medium.com/52-week-high-breakout-backtesting-on-nifty-50-8df94859f449
Medium
52-Week High Breakout Backtesting on Nifty 50
In the world of stock trading, various strategies have been developed to identify potential trends and profit opportunities. One such…
DeepFake Face-Swap in Video with Pytorch and OpenCV
https://dzdata.medium.com/deepfake-face-swap-in-video-with-pytorch-and-opencv-88e497e50ddd
https://dzdata.medium.com/deepfake-face-swap-in-video-with-pytorch-and-opencv-88e497e50ddd
Medium
DeepFake Face-Swap in Video with Pytorch and OpenCV
In this post, we are going to build a face swap program which is a simplified version of the “DeepFaceLab” project, using both Pytorch and…
Various Ways of Train Test Splits (Part 2: Using :Split)
https://dr-alvin-ang.medium.com/various-ways-of-train-test-splits-part-2-using-split-f1b8f051936a
https://dr-alvin-ang.medium.com/various-ways-of-train-test-splits-part-2-using-split-f1b8f051936a
Medium
Various Ways of Train Test Splits (Part 2: Using :Split)
in Python by Dr. Alvin Ang
Exploring Microsoft Exchange 2019 Connectivity with Python: A Comprehensive Guide
https://medium.com/@deveshsinghverma16/exploring-microsoft-exchange-2019-connectivity-with-python-a-comprehensive-guide-1fcfa3ad818f
https://medium.com/@deveshsinghverma16/exploring-microsoft-exchange-2019-connectivity-with-python-a-comprehensive-guide-1fcfa3ad818f
Medium
Exploring Microsoft Exchange 2019 Connectivity with Python: A Comprehensive Guide
Dive into the world of seamless integration between Python and Microsoft Exchange 2019! Learn how to establish connections, retrieve data…
Managing Long-Running Processes with FastAPI in Python
https://codingsenpia.medium.com/managing-long-running-processes-with-fastapi-in-python-a5de07eaf76a
https://codingsenpia.medium.com/managing-long-running-processes-with-fastapi-in-python-a5de07eaf76a
Medium
Managing Long-Running Processes with FastAPI in Python
Understanding Long-Running Processes