Crypto CTF — Learning permutation
https://golamrabbany.medium.com/crypto-ctf-learning-permutation-4f5b85c062fd
https://golamrabbany.medium.com/crypto-ctf-learning-permutation-4f5b85c062fd
Medium
Crypto CTF — Learning permutation
Permutation cipher aka Transposition cipher is a cryptographic algorithm that swaps the position of a string (the secret message). It has three types, but we will solve the straight algorithm. It…
5 Useful Python Libraries You Should Use in Your Projects
https://levelup.gitconnected.com/5-useful-python-libraries-you-should-use-in-your-projects-39df661dd70a
https://levelup.gitconnected.com/5-useful-python-libraries-you-should-use-in-your-projects-39df661dd70a
Medium
5 Useful Python Libraries You Should Use in Your Projects
Useful Python Libraries!
3 Mind-blowing Insights — Unlock Python Mastery Faster Than You Think
https://levelup.gitconnected.com/3-mind-blowing-insights-unlock-python-mastery-faster-than-you-think-774914794c71
https://levelup.gitconnected.com/3-mind-blowing-insights-unlock-python-mastery-faster-than-you-think-774914794c71
Medium
3 Mind-blowing Insights — Unlock Python Mastery Faster Than You Think
The Hidden Roadmap Every Python Enthusiast Needs
Automated Identification Systems: Transformation of Data using Pandas 2.0
https://medium.com/@tayljordan/automated-identification-systems-transformation-of-data-using-pandas-2-0-12db8c79a31f
https://medium.com/@tayljordan/automated-identification-systems-transformation-of-data-using-pandas-2-0-12db8c79a31f
Medium
Automated Identification Systems: Transformation of Data using Pandas 2.0
Due to the inclusion of Apache’s PyArrow, Pandas 2.0 is a significant performance upgrade over Pandas 1.0. For example, strings can be…
Securing Your Software: Guide to Different Types of Application Security Testing
https://medium.com/@NLPEngineers/securing-your-software-guide-to-different-types-of-application-security-testing-213258789c64
https://medium.com/@NLPEngineers/securing-your-software-guide-to-different-types-of-application-security-testing-213258789c64
Medium
Securing Your Software: Guide to Different Types of Application Security Testing
In today’s digital world, keeping your software safe from hackers and cyber threats is more important than ever. Application security is…
Enhancing Data Ingestion with Prometheus and Context Manager in Python
https://medium.com/@saverio3107/enhancing-data-ingestion-with-prometheus-and-context-manager-in-python-e20856dcb10f
https://medium.com/@saverio3107/enhancing-data-ingestion-with-prometheus-and-context-manager-in-python-e20856dcb10f
Medium
Enhancing Data Ingestion with Prometheus and Context Manager in Python
Let’s continue from where we left off to improve the code and introduce functionality that allows us to archive information and log…
From GeoJSON to Network Graph: Analyzing World Country Borders in Python
https://amandaiglesiasmoreno.medium.com/from-geojson-to-network-graph-analyzing-world-country-borders-in-python-ab81b5a8ce5a
https://amandaiglesiasmoreno.medium.com/from-geojson-to-network-graph-analyzing-world-country-borders-in-python-ab81b5a8ce5a
Medium
From GeoJSON to Network Graph: Analyzing World Country Borders in Python
Utilizing NetworkX for Graph-Based Country Border Analysis
LeetCode Problem 2887 Fill Missing Data — LeetCode Introduction to Pandas
https://medium.com/@robertsevan/leetcode-problem-2887-fill-missing-data-leetcode-introduction-to-pandas-403310ba3041
https://medium.com/@robertsevan/leetcode-problem-2887-fill-missing-data-leetcode-introduction-to-pandas-403310ba3041
Medium
LeetCode Problem 2887 Fill Missing Data — LeetCode Introduction to Pandas
Solving Leetcode Introduction to Pandas study plan problems
A Deep Dive into Selenium: Troubleshooting Common Errors and How to Fix Them 🔍💡💻
https://medium.com/@rupaparadhaval1234/a-deep-dive-into-selenium-troubleshooting-common-errors-and-how-to-fix-them-405e687b04e4
https://medium.com/@rupaparadhaval1234/a-deep-dive-into-selenium-troubleshooting-common-errors-and-how-to-fix-them-405e687b04e4
Medium
A Deep Dive into Selenium: Troubleshooting Common Errors and How to Fix Them 🔍💡💻
Introduction: Navigating the Web with Selenium
Principal Component Analysis with Python Implementation
https://medium.com/@lbq999/principal-component-analysis-with-python-implementation-8ce9e001ed7d
https://medium.com/@lbq999/principal-component-analysis-with-python-implementation-8ce9e001ed7d
Medium
Principal Component Analysis with Python Implementation
Introduction
BUILDING A SALES PREDICTION WEB APP WITH STREAMLIT
https://medium.com/@rose_kamau/building-a-sales-prediction-web-app-with-streamlit-a14891ad5841
https://medium.com/@rose_kamau/building-a-sales-prediction-web-app-with-streamlit-a14891ad5841
Medium
BUILDING A SALES PREDICTION WEB APP WITH STREAMLIT
Automation on Google Cloud using Python — IAM Service Accounts
https://medium.com/@ramos.ti/automation-on-google-cloud-using-python-iam-service-accounts-e2df89e098bd
https://medium.com/@ramos.ti/automation-on-google-cloud-using-python-iam-service-accounts-e2df89e098bd
Medium
Automation on Google Cloud using Python — IAM Service Accounts
In this real-world based project, I acted as a Cloud Specialist and used IAM services to create a services account. This service account…
Creating a Simple Discord RAT (Remote Administration Tool) with Python
https://medium.com/@nijithneo/creating-a-simple-discord-rat-remote-administration-tool-with-python-cd5f4dee84f1
https://medium.com/@nijithneo/creating-a-simple-discord-rat-remote-administration-tool-with-python-cd5f4dee84f1
Medium
Creating a Simple Discord RAT (Remote Administration Tool) with Python
Introduction
Yolo V8: A Deep Dive Into Its Advanced Functions and New Features
https://medium.com/@mujtabaraza194/yolo-v8-a-deep-dive-into-its-advanced-functions-and-new-features-f008599fe604
https://medium.com/@mujtabaraza194/yolo-v8-a-deep-dive-into-its-advanced-functions-and-new-features-f008599fe604
Medium
Yolo V8: A Deep Dive Into Its Advanced Functions and New Features
Yolo is a computer vision model that is widely acknowledged to be one of the most potent and well-known models currently available. The ground-breaking technique known as Yolo, which is an…