Transforming Data with the melt Function in R and Python
https://medium.com/@s.saberi1988/transforming-data-with-the-melt-function-in-r-and-python-9ea0a417c408
https://medium.com/@s.saberi1988/transforming-data-with-the-melt-function-in-r-and-python-9ea0a417c408
Medium
Transforming Data with the melt Function in R and Python
When working with data, you often need to switch between wide and long formats. The melt function is a powerful tool that makes this…
An Absolute Beginners Guide to Programming
https://medium.com/@abyz_writing/an-absolute-beginners-guide-to-programming-8d4ab26dc1d1
https://medium.com/@abyz_writing/an-absolute-beginners-guide-to-programming-8d4ab26dc1d1
Medium
An Absolute Beginners Guide to Programming
Getting started with programming can seem daunting, but with a little patience and persistence, anyone can learn how to code. Whether…
Leveraging Django Generic Views for Efficient Web Development
https://medium.com/@ewho.ruth2014/leveraging-django-generic-views-for-efficient-web-development-8f5ba62dd8e9
https://medium.com/@ewho.ruth2014/leveraging-django-generic-views-for-efficient-web-development-8f5ba62dd8e9
Medium
Leveraging Django Generic Views for Efficient Web Development
Introduction
Monitoring Inland Surface Water Area using Google Earth Engine & Python
https://medium.com/@kavyajeetbora/monitoring-inland-surface-water-area-using-google-earth-engine-python-35f938da8077
https://medium.com/@kavyajeetbora/monitoring-inland-surface-water-area-using-google-earth-engine-python-35f938da8077
Medium
Monitoring Inland Surface Water Area using Google Earth Engine & Python
This article guides you through creating an animated GIF and time-series to visualize changes in surface water area over the years
Python for Pentesters | Tryhackme Walkthrough
https://rahulk2903.medium.com/python-for-pentesters-tryhackme-walkthrough-932ad0b1a073
https://rahulk2903.medium.com/python-for-pentesters-tryhackme-walkthrough-932ad0b1a073
Medium
Python for Pentesters | Tryhackme Walkthrough
Python is probably the most widely used and most convenient scripting language in cybersecurity. This room covers real examples of Python…
Dummy Caching in Django: A Developer’s Guide
https://medium.com/@ewho.ruth2014/dummy-caching-in-django-a-developers-guide-8b188608d0b7
https://medium.com/@ewho.ruth2014/dummy-caching-in-django-a-developers-guide-8b188608d0b7
Medium
Dummy Caching in Django: A Developer’s Guide
Dummy caching (for development)
Web Scraping with Python: Analyzing NBA Player Statistics
https://medium.com/@datavisiondallas/web-scraping-with-python-analyzing-nba-player-statistics-0b3d0abb1e6e
https://medium.com/@datavisiondallas/web-scraping-with-python-analyzing-nba-player-statistics-0b3d0abb1e6e
Medium
Web Scraping with Python: Analyzing NBA Player Statistics
Hello! In this article I’ll be combining my two favorites, coding and basketball!
Sending Emails with Style: Using EmailMessage in Python
https://medium.com/@golusstyle/sending-emails-with-style-using-emailmessage-in-python-ddd259fc8103
https://medium.com/@golusstyle/sending-emails-with-style-using-emailmessage-in-python-ddd259fc8103
Medium
Sending Emails with Style: Using EmailMessage in Python
Do you ever need to send automated emails from your Python scripts? Perhaps you want to send notifications, reports, or even marketing…
[Linear Algebra] Pseudo-Inverse and Projection Matrix
https://medium.com/@hiroshi.wayama/linear-algebra-pseudo-inverse-and-projection-matrix-6cde81fcb49b
https://medium.com/@hiroshi.wayama/linear-algebra-pseudo-inverse-and-projection-matrix-6cde81fcb49b
Medium
[Linear Algebra] Pseudo-Inverse and Projection Matrix
Building a UBI-based Docker Image with Python 3.10 for Apache Airflow
https://medium.com/@liuky008/building-a-ubi-based-docker-image-with-python-3-10-for-apache-airflow-d542ac8b2ecd
https://medium.com/@liuky008/building-a-ubi-based-docker-image-with-python-3-10-for-apache-airflow-d542ac8b2ecd
Medium
Building a UBI-based Docker Image with Python 3.10 for Apache Airflow
As containerization continues to dominate the development landscape, creating tailored Docker images has become a crucial skill for…
AWS EKS-Auth: Simplifying Kubernetes User Authentication
https://cullancarey.medium.com/aws-eks-auth-simplifying-kubernetes-user-authentication-620bb84ec544
https://cullancarey.medium.com/aws-eks-auth-simplifying-kubernetes-user-authentication-620bb84ec544
Medium
AWS EKS-Auth: Simplifying Kubernetes User Authentication
AWS EKS-Auth is a service provided by Amazon Web Services that streamlines the process of managing user authentication for Kubernetes clusters. This service offers developers a secure and efficient…
Understanding Python’s Metaclasses and Their Practical Applications
https://blog.scriptserpent.club/understanding-pythons-metaclasses-and-their-practical-applications-9a50b6a14b2d
https://blog.scriptserpent.club/understanding-pythons-metaclasses-and-their-practical-applications-9a50b6a14b2d
Medium
Understanding Python’s Metaclasses and Their Practical Applications
In Python, everything is an object, and every object has a class that defines its behavior and attributes. But have you ever wondered what…
How Data Scientists Leverage Object-Oriented Programming (OOP)
https://medium.com/learning-data/how-data-scientists-leverage-object-oriented-programming-oop-5626f161dcb7
https://medium.com/learning-data/how-data-scientists-leverage-object-oriented-programming-oop-5626f161dcb7
Medium
How Data Scientists Leverage Object-Oriented Programming (OOP)
Do data scientists need object oriented programming?
ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file…
https://medium.com/@saleemheebah4/error-could-not-install-packages-due-to-an-oserror-winerror-2-the-system-cannot-find-the-file-3481d8ce6ee5
https://medium.com/@saleemheebah4/error-could-not-install-packages-due-to-an-oserror-winerror-2-the-system-cannot-find-the-file-3481d8ce6ee5
Medium
ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file…
I was trying to install tensorflow 2.13.0 with Python 3.11 and I faced an error:
Spaceship Titanic & Decision Trees 🚀 🌳
https://medium.com/@sriramthinksaboutthings/spaceship-titanic-decision-trees-518c5bb6b679
https://medium.com/@sriramthinksaboutthings/spaceship-titanic-decision-trees-518c5bb6b679
Medium
Spaceship Titanic & Decision Trees 🚀 🌳
“The year is 2912, and interstellar travel is picking up speed. The Spaceship Titanic embarked on it’s maiden voyage a month ago, and sadly met the same fate as it’s namesake from 1,000 year ago…
Once Upon a Time for Wave on the Wall
https://medium.com/@ifuyepfz06/once-upon-a-time-for-wave-on-the-wall-fb423c56485e
https://medium.com/@ifuyepfz06/once-upon-a-time-for-wave-on-the-wall-fb423c56485e
Medium
Once Upon a Time for Wave on the Wall
Introduction
All-in-One XAI: ML Explainer Web Dashboard using the Random Forest Titanic Benchmark
https://medium.com/@alexzap922/all-in-one-xai-ml-explainer-web-dashboard-using-the-random-forest-titanic-benchmark-2fdf2587210b
https://medium.com/@alexzap922/all-in-one-xai-ml-explainer-web-dashboard-using-the-random-forest-titanic-benchmark-2fdf2587210b
Medium
All-in-One XAI: ML Explainer Web Dashboard using the Random Forest Titanic Benchmark
In today’s data-driven AI world, businesses are driving towards all-in-one Explainable AI (XAI): a set of processes and methods that allows…
Serverless Object Detection on Edge Cluster
https://medium.com/@rubenmendoza1290/serverless-object-detection-on-edge-cluster-e14ddeae9d6d
https://medium.com/@rubenmendoza1290/serverless-object-detection-on-edge-cluster-e14ddeae9d6d
Medium
Serverless Object Detection on Edge Cluster
Note: Please be aware that the configuration outlined in this article was executed utilizing the Community Edition of OpenFaaS. As of an…