Various Ways of Train Test Splits (Part 4: Keras Way)
https://dr-alvin-ang.medium.com/various-ways-of-train-test-splits-part-4-keras-way-4906d53af415
https://dr-alvin-ang.medium.com/various-ways-of-train-test-splits-part-4-keras-way-4906d53af415
Medium
Various Ways of Train Test Splits (Part 4: Keras Way)
in Python by Dr. Alvin Ang
Various Ways of Train Test Splits (Part 3: Using .Sample and .Index)
https://dr-alvin-ang.medium.com/various-ways-of-train-test-splits-part-3-using-sample-and-index-e11625cdda13
https://dr-alvin-ang.medium.com/various-ways-of-train-test-splits-part-3-using-sample-and-index-e11625cdda13
Medium
Various Ways of Train Test Splits (Part 3: Using .Sample and .Index)
with Python by Dr. Alvin Ang
Manual Time table making: Post-creation challenges
https://medium.com/@vamshibobby1996/manual-time-table-making-post-creation-challenges-2254b9edb7a6
https://medium.com/@vamshibobby1996/manual-time-table-making-post-creation-challenges-2254b9edb7a6
Medium
Manual Time table making: Post-creation challenges
In my past articles, I’ve talked about the art of making school timetables. A lot of what I know comes from helping my mom with her…
Exploring Top 10 Exciting Functions of OpenCV (cv2)
https://medium.com/@studentofbharat/exploring-top-10-exciting-functions-of-opencv-cv2-7e9565fab641
https://medium.com/@studentofbharat/exploring-top-10-exciting-functions-of-opencv-cv2-7e9565fab641
Medium
Exploring Top 10 Exciting Functions of OpenCV (cv2)
OpenCV (Open Source Computer Vision Library) is a versatile tool that empowers developers to perform a wide range of image processing…
Let's take a look at the future of fuel network together Decentralized Finance (DeFi) has ushered…
https://medium.com/@OXsoltani/lets-take-a-look-at-the-future-of-fuel-network-together-decentralized-finance-defi-has-ushered-acb93882a13d
https://medium.com/@OXsoltani/lets-take-a-look-at-the-future-of-fuel-network-together-decentralized-finance-defi-has-ushered-acb93882a13d
Medium
Let's take a look at the future of fuel network together Decentralized Finance (DeFi) has ushered…
Programmatically Shutdown Uvicorn Server Running FastAPI Application
https://benjoe.medium.com/programmatically-shutdown-uvicorn-server-running-fastapi-application-2038ade9436d
https://benjoe.medium.com/programmatically-shutdown-uvicorn-server-running-fastapi-application-2038ade9436d
Medium
Programmatically Shutdown Uvicorn Server Running FastAPI Application
Running over localhost in a Kubernetes Job Pod — can be adapted for other environments
7 Uses of SymPy: Writing Python Code Like a Mathematician
https://medium.com/techtofreedom/5-uses-of-sympy-writing-python-code-like-a-mathematician-67dafc6f20cf
https://medium.com/techtofreedom/5-uses-of-sympy-writing-python-code-like-a-mathematician-67dafc6f20cf
Medium
7 Uses of SymPy: Writing Python Code Like a Mathematician
A powerful algebra system for data scientists
Regression Analysis from Scratch: Incorporating p-value Computation
https://medium.com/@jaleeladejumo/regression-analysis-from-scratch-incorporating-p-value-computation-c8a16823e04f
https://medium.com/@jaleeladejumo/regression-analysis-from-scratch-incorporating-p-value-computation-c8a16823e04f
Medium
Regression Analysis from Scratch: Incorporating p-value Computation
In a previous article, I explained the concept of gradient descent and its application in a linear model. If you’d like to delve deeper…
Calculate the Final Amount of a Monthly Savings Plan using Python
https://medium.com/brandon-himpfen/calculate-the-final-amount-of-a-monthly-savings-plan-using-python-8abb6e8f345
https://medium.com/brandon-himpfen/calculate-the-final-amount-of-a-monthly-savings-plan-using-python-8abb6e8f345
Medium
Calculate the Final Amount of a Monthly Savings Plan using Python
You may use the following Python script to determine the final amount of a monthly savings plan. You are able to set the principle amount…
Becoming a Full-Stack Developer: Your Path to Mastering Web Craftsmanship
https://kodoman.medium.com/becoming-a-full-stack-developer-your-path-to-mastering-web-craftsmanship-a8e2be2e1434
https://kodoman.medium.com/becoming-a-full-stack-developer-your-path-to-mastering-web-craftsmanship-a8e2be2e1434
Medium
Becoming a Full-Stack Developer: Your Path to Mastering Web Craftsmanship
Photo by Aryan Dhiman on Unsplash
Listing Files in a Folder and Removing Extensions — Python
https://celikmustafa89.medium.com/listing-files-in-a-folder-and-removing-extensions-python-cf095497f6e6
https://celikmustafa89.medium.com/listing-files-in-a-folder-and-removing-extensions-python-cf095497f6e6
Medium
Listing Files in a Folder and Removing Extensions — Python
Explore this step-by-step Python tutorial to efficiently list all files in a folder, extract filenames without extensions, and enhance your
Chapter 10: Mnemonically Generated Secrets
https://mikail-eliyah.medium.com/chapter-10-mnemonically-generated-secrets-9d20fd221ad7
https://mikail-eliyah.medium.com/chapter-10-mnemonically-generated-secrets-9d20fd221ad7
Medium
Chapter 10: Mnemonically Generated Secrets
Forging Keys
Leetcode 662: Maximum Width of Binary Tree
https://shandou.medium.com/leetcode-662-maximum-width-of-binary-tree-952ebd58779c
https://shandou.medium.com/leetcode-662-maximum-width-of-binary-tree-952ebd58779c
Medium
Leetcode 662: Maximum Width of Binary Tree
Link to problem descriptions
Deep Dive into Python 3.10’s Pattern Matching: A Game Changer
https://medium.com/@restudad/deep-dive-into-python-3-10s-pattern-matching-a-game-changer-34b65437d8b0
https://medium.com/@restudad/deep-dive-into-python-3-10s-pattern-matching-a-game-changer-34b65437d8b0
Medium
Deep Dive into Python 3.10’s Pattern Matching: A Game Changer
Python 3.10’s new pattern matching features with some additional details: Python 3.10 introduced several new features aimed at improving…
Python installation on isolated server
https://medium.com/@gupta.shraman/python-installation-on-isolated-server-8f6200f6a1df
https://medium.com/@gupta.shraman/python-installation-on-isolated-server-8f6200f6a1df
Medium
Python installation on isolated server
Level: Basic