Python OOP: A Simple Diagnostic Test Example
https://medium.com/@tentotheminus9/python-oop-a-simple-diagnostic-test-example-b58b026951bd
https://medium.com/@tentotheminus9/python-oop-a-simple-diagnostic-test-example-b58b026951bd
Medium
Python OOP: A Simple Diagnostic Test Example
In 2022, I completed a course on IT Systems and Design (link) that introduced the theoretical concepts of software development, including…
Leveraging the Power of Node.js and Python for Full-Stack Backend Development
https://medium.com/@hammadrao891/leveraging-the-power-of-node-js-and-python-for-full-stack-backend-development-f1ce7c01b8ec
https://medium.com/@hammadrao891/leveraging-the-power-of-node-js-and-python-for-full-stack-backend-development-f1ce7c01b8ec
Medium
Leveraging the Power of Node.js and Python for Full-Stack Backend Development
In the world of full-stack development, choosing the right technologies for your backend is a crucial decision. Each technology has its…
Automata: Bridging Theory and Practice with Python
https://blog.devgenius.io/automata-bridging-theory-and-practice-with-python-fa1b44354b47
https://blog.devgenius.io/automata-bridging-theory-and-practice-with-python-fa1b44354b47
Medium
Automata: Bridging Theory and Practice with Python
In the ever-evolving world of computer science, the bridge between theoretical concepts and practical applications is a path often less…
Dask, Dagster, and Coiled for Production Analysis at OnlineApp
https://medium.com/@coiled_team/dask-dagster-and-coiled-for-production-analysis-at-onlineapp-f22eb2573967
https://medium.com/@coiled_team/dask-dagster-and-coiled-for-production-analysis-at-onlineapp-f22eb2573967
Medium
Dask, Dagster, and Coiled for Production Analysis at OnlineApp
A simple integration between Dagster, Dask, and Coiled for putting an ETL pipeline in production.
Projectile Motion (With Air Resistance) In Python
https://medium.com/@hamxa26/projectile-motion-with-air-resistance-in-python-fb43737226b7
https://medium.com/@hamxa26/projectile-motion-with-air-resistance-in-python-fb43737226b7
Medium
Projectile Motion (With Air Resistance) In Python
Simulating a projectile motion
Build A Logistic Regression Model With Python
https://medium.com/@johnmccool_83148/build-a-logistic-regression-model-with-python-eedb5d0b660d
https://medium.com/@johnmccool_83148/build-a-logistic-regression-model-with-python-eedb5d0b660d
Medium
Build A Logistic Regression Model With Python
Building a logistic regression model in Python involves several steps, from importing the necessary libraries to training and evaluating…
Troubleshooting ‘Externally Managed Environment’ Error in Debian 12 Pip3 Installation
https://medium.com/@kiena/troubleshooting-externally-managed-environment-error-in-debian-12-pip3-installation-439d62e5a970
https://medium.com/@kiena/troubleshooting-externally-managed-environment-error-in-debian-12-pip3-installation-439d62e5a970
Medium
Troubleshooting ‘Externally Managed Environment’ Error in Debian 12 Pip3 Installation
When working with Python on Debian 12, you may encounter an error message regarding an ‘Externally Managed Environment’.
What to Do If You Can’t Figure Out the Problem in Your Code
https://medium.com/@e.ghelbur/what-to-do-if-you-cant-figure-out-the-problem-in-your-code-9580e72c77b4
https://medium.com/@e.ghelbur/what-to-do-if-you-cant-figure-out-the-problem-in-your-code-9580e72c77b4
Medium
What to Do If You Can’t Figure Out the Problem in Your Code
Coding is an intricate process that requires problem-solving skills and attention to detail. However, encountering roadblocks in the form…
Predict Bank Fraud Using Only Python
https://medium.com/@johnmccool_83148/predict-bank-fraud-using-only-python-6baafe6fc780
https://medium.com/@johnmccool_83148/predict-bank-fraud-using-only-python-6baafe6fc780
Medium
Predict Bank Fraud Using Only Python
Predicting bank fraud involves building a machine learning model using historical data to identify patterns and anomalies associated with…
Backend Development: Help! I’m lost in my terminal??
https://medium.com/@sadafchadwick/full-stack-development-where-do-i-start-in-my-terminal-ef7412107dfa
https://medium.com/@sadafchadwick/full-stack-development-where-do-i-start-in-my-terminal-ef7412107dfa
Medium
Backend Development: Help! I’m lost in my terminal??
In the world of software engineering, developing robust and efficient web applications requires a well-structured backend and a…
Automation of a talent onboarding Web Application using HTML/CSS/JS/BS (FRONTEND) + ‘Python Flask’…
https://medium.com/@kinza1626/automation-of-a-talent-onboarding-web-application-using-html-css-js-bs-frontend-python-flask-4cd39a8a06c
https://medium.com/@kinza1626/automation-of-a-talent-onboarding-web-application-using-html-css-js-bs-frontend-python-flask-4cd39a8a06c
Medium
Automation of a talent onboarding Web Application using HTML/CSS/JS/BS (FRONTEND) + ‘Python Flask’…
Prerequisite: There is a part 1 to this project which is completed in the following link.
Creating an Interactive Virtual Dressing Room with OpenCV
https://medium.com/@sarahanish9/creating-an-interactive-virtual-dressing-room-with-opencv-fc3d8630f82c
https://medium.com/@sarahanish9/creating-an-interactive-virtual-dressing-room-with-opencv-fc3d8630f82c
Medium
Creating an Interactive Virtual Dressing Room with OpenCV
Step-by-step guide to building an interactive virtual dressing room using Python and OpenCV
Fundamental Analysis of Stock using Python — Operating Expenses
https://medium.com/the-handbook-of-coding-in-finance/fundamental-analysis-of-stock-using-python-operating-expenses-c839ac2ca05a
https://medium.com/the-handbook-of-coding-in-finance/fundamental-analysis-of-stock-using-python-operating-expenses-c839ac2ca05a
Medium
Fundamental Analysis of Stock using Python — Operating Expenses
A step by step approach to analyze operating expenses of a company in Python
Harnessing the Power of K-Means for Anomaly Detection
https://medium.com/@tommaso.romani2000/harnessing-the-power-of-k-means-for-anomaly-detection-24dc71d260a8
https://medium.com/@tommaso.romani2000/harnessing-the-power-of-k-means-for-anomaly-detection-24dc71d260a8
Medium
Harnessing the Power of K-Means for Anomaly Detection
Introduction
Fast Way to Create a 2 Column DataFrame (Pred_y vs True_y)
https://dr-alvin-ang.medium.com/fast-way-to-create-a-2-column-dataframe-pred-y-vs-true-y-c88bc87bdded
https://dr-alvin-ang.medium.com/fast-way-to-create-a-2-column-dataframe-pred-y-vs-true-y-c88bc87bdded
Medium
Fast Way to Create a 2 Column DataFrame (Pred_y vs True_y)
after you do an ML Prediction in Python by Dr. Alvin Ang