Bruteforce Web Login with Python
https://medium.com/@s12deff/bruteforce-web-login-with-python-62b89b01fd0b
https://medium.com/@s12deff/bruteforce-web-login-with-python-62b89b01fd0b
Medium
Bruteforce Web Login with Python
Introduction
A Beginner’s Guide to Python’s @property Decorator
https://medium.com/@dillonf2/a-beginners-guide-to-python-s-property-decorator-ee01807cfdb1
https://medium.com/@dillonf2/a-beginners-guide-to-python-s-property-decorator-ee01807cfdb1
Medium
A Beginner’s Guide to Python’s @property Decorator
Python is easy to use and understand, especially for new programmers. This blog will introduce the @property feature in Python, which is…
“Hostname mismatch” SSL error in Python
https://medium.com/@maciej.skorupka/hostname-mismatch-ssl-error-in-python-2901d465683
https://medium.com/@maciej.skorupka/hostname-mismatch-ssl-error-in-python-2901d465683
Medium
“Hostname mismatch” SSL error in Python
Do you know that feeling when you think that you already have a good certificate (self-signed or not) with a good CName and clients should…
Local file inclusion (LFI) in python server
https://medium.com/@david0226/local-file-inclusion-lfi-in-python-server-258b6e0e184b
https://medium.com/@david0226/local-file-inclusion-lfi-in-python-server-258b6e0e184b
Medium
Local file inclusion (LFI) in python server
Recently we received a security alert from our security team that they found a serve LFI vulnerability in one of our public tool site.
Python’s Higher Order Functions Demystified
https://medium.com/@yusuf.ganiyu/pythons-higher-order-functions-demystified-47b46523e42d
https://medium.com/@yusuf.ganiyu/pythons-higher-order-functions-demystified-47b46523e42d
Medium
Python’s Higher Order Functions Demystified
In Python, functions are first-class citizens, meaning they can be passed around as arguments to other functions, returned as values from…
Scraping Goodreads: A Beginner’s Guide
https://medium.com/@adesua/scraping-goodreads-a-beginners-guide-3ad3a5907c2a
https://medium.com/@adesua/scraping-goodreads-a-beginners-guide-3ad3a5907c2a
Medium
Scraping Goodreads: A Beginner’s Guide
Exploring the World of Books
An introduction to Ansible: Install & Deployment.
https://amitgujar15.medium.com/an-introduction-to-ansible-install-deployment-ab51d9bf383b
https://amitgujar15.medium.com/an-introduction-to-ansible-install-deployment-ab51d9bf383b
Medium
An introduction to Ansible: Install & Deployment.
Today we will talk about the installation of a modern configuration management tool that facilitates the task of setting up and maintaining…
If you can only learn one programming language, pick one of these three
https://medium.com/@3minutesnapshot/if-you-can-only-learn-one-programming-language-pick-one-of-these-three-7eb07dca64a6
https://medium.com/@3minutesnapshot/if-you-can-only-learn-one-programming-language-pick-one-of-these-three-7eb07dca64a6
Medium
If you can only learn one programming language, pick one of these three
As a self-taught software developer, here’s how I’d break into tech today
Unlocking Financial Opportunities: How to Make Money with Python Automation
https://medium.com/@politicnow/unlocking-financial-opportunities-how-to-make-money-with-python-automation-d3d41cbefe7
https://medium.com/@politicnow/unlocking-financial-opportunities-how-to-make-money-with-python-automation-d3d41cbefe7
Medium
Unlocking Financial Opportunities: How to Make Money with Python Automation
In today’s digital age, Python automation has emerged as a powerful tool for both businesses and individuals. This versatile programming language offers endless opportunities to streamline tasks…
Python Walrus Operator: A Guide to Simplify Code and Enhance Readability
https://celikmustafa89.medium.com/python-walrus-operator-a-guide-to-simplify-code-and-enhance-readability-c7a67e0f1c8c
https://celikmustafa89.medium.com/python-walrus-operator-a-guide-to-simplify-code-and-enhance-readability-c7a67e0f1c8c
Medium
Python Walrus Operator: A Guide to Simplify Code and Enhance Readability
Simplify Code and Enhance Readability with Python’s Assignment Expression Operator
Langflow Micro Tutorials — Document Truncator
https://medium.com/logspace/langflow-micro-tutorials-document-truncator-bd18b4807d33
https://medium.com/logspace/langflow-micro-tutorials-document-truncator-bd18b4807d33
Medium
Langflow Micro Tutorials — Document Truncator
Welcome back to our Langflow micro tutorials series! We’ll continue our journey into very simple Langflow examples, highlighting ideas and…
Modified z-score: A robust and efficient way to detect outliers in Python
https://medium.com/@pelletierhaden/modified-z-score-a-robust-and-efficient-way-to-detect-outliers-in-python-b8b1bdf02593
https://medium.com/@pelletierhaden/modified-z-score-a-robust-and-efficient-way-to-detect-outliers-in-python-b8b1bdf02593
Medium
Modified z-score: A robust and efficient way to detect outliers in Python
Calculating the score and determining lower and upper limits
Python’s Hidden Superpowers: Context Managers and ‘with’ Statements
https://medium.com/@saadjamilakhtar/pythons-hidden-superpowers-context-managers-and-with-statements-4649ef90b7eb
https://medium.com/@saadjamilakhtar/pythons-hidden-superpowers-context-managers-and-with-statements-4649ef90b7eb
Medium
Python’s Hidden Superpowers: Context Managers and ‘with’ Statements
Welcome, fellow Python enthusiasts!
The Wizard’s Path — Part 1 — Basic Spells
https://medium.com/@sam.biggs_86133/the-wizards-path-part-1-basic-spells-6a90f7de95df
https://medium.com/@sam.biggs_86133/the-wizards-path-part-1-basic-spells-6a90f7de95df
Medium
The Wizard’s Path — Part 1 — Basic Spells
Embarking on the path of a Data Wizard requires many a skill, including mastery of magical spell recipes, previously only passed down…
Unraveling the Power of Data Visualization
https://neverforget-1975.medium.com/unraveling-the-power-of-data-visualization-f909d0e26dc4
https://neverforget-1975.medium.com/unraveling-the-power-of-data-visualization-f909d0e26dc4
Medium
Unraveling the Power of Data Visualization
A Comprehensive Guide