Hack.INI 2022 CTF Writeups - Jail Escape Category :
https://medsed0n.medium.com/hack-ini-2022-ctf-writeups-jail-escape-category-45912da3baa8
https://medsed0n.medium.com/hack-ini-2022-ctf-writeups-jail-escape-category-45912da3baa8
Medium
Hack.INI 2022 CTF Writeups - Jail Escape Category :
Our team, Heaven’s Birds, got the 1st place at Hack.INI CTF 2022. This CTF was organized by Shellmates club from the Higher School of…
Python: How does exception handling work?
https://medium.com/@montanoc70/python-how-does-exception-handling-work-70b8045e9957
https://medium.com/@montanoc70/python-how-does-exception-handling-work-70b8045e9957
Medium
Python: How does exception handling work?
Python makes use of a PEG (Parser Expression Grammar) Parser and it makes use of a grammar file, in which the syntaxis is defined and is…
New Python Packages for Data Cleaning
https://medium.com/trymito/new-python-packages-for-data-cleaning-735d67878455
https://medium.com/trymito/new-python-packages-for-data-cleaning-735d67878455
Medium
New Python Packages for Data Cleaning
Mito
Up Your Python Coding Skills: Context Managers
https://python.plainenglish.io/python-up-your-code-context-managers-7d0e08f33f14
https://python.plainenglish.io/python-up-your-code-context-managers-7d0e08f33f14
Medium
Up Your Python Coding Skills: Context Managers
Some of the more common operations we’ll ever perform in our day-to-day activities as Software Engineers are managing external resources…
How to interpret COVID-19 rapid home test results using Bayes’? Probability Simulation: Part 1–2
https://medium.com/@Pratha_P/how-to-interpret-covid-19-rapid-home-test-results-using-bayes-probability-simulation-part-1-2-edfb1d1bc224
https://medium.com/@Pratha_P/how-to-interpret-covid-19-rapid-home-test-results-using-bayes-probability-simulation-part-1-2-edfb1d1bc224
Medium
How to interpret COVID-19 rapid home test results using Bayes’? Probability Simulation: Part 1–2
Have you taken a COVID-19 home test and trying to interpret the results? Let’s use some Bayes’ to answer this question and also verify the…
“Hello World” — Welcome to programming
https://medium.com/@pravinmd94/hello-world-welcome-to-programming-eb423c53d6a6
https://medium.com/@pravinmd94/hello-world-welcome-to-programming-eb423c53d6a6
Medium
“Hello World” — Welcome to programming
I know this is Super basic stuff but sometimes one step can lead to hundreds or even thousands if not millions of code. So this post is…
How to Filter Pandas DataFrames Using ‘in’ and ‘not in’
https://towardsdatascience.com/pandas-in-notin-ff2415f1e3e1
https://towardsdatascience.com/pandas-in-notin-ff2415f1e3e1
Medium
How to Filter Pandas DataFrames Using ‘in’ and ‘not in’
Understanding the pandas equivalent to SQL ‘in’ and ‘not in’ expressions
Case Study — Automobile Company Customer Profiling with Python
https://medium.com/@aruruding/case-study-automobile-company-customer-profiling-with-python-11aa215c69d8
https://medium.com/@aruruding/case-study-automobile-company-customer-profiling-with-python-11aa215c69d8
Medium
Case Study — Automobile Company Customer Profiling with Python
Customer Profiles means to define the customers with their information, like age, income, user behaviors. It can help companies to target…
How to separate similar images from a folder to different folder.
https://medium.com/@kavin_raja/how-to-separate-similar-images-from-a-folder-to-different-folder-465ad5fa584a
https://medium.com/@kavin_raja/how-to-separate-similar-images-from-a-folder-to-different-folder-465ad5fa584a
Medium
How to separate similar images from a folder to different folder.
In this blog , we will talk about separating similar images from a folder. for that we are using python’s imagehash module. It is based…
Is data science right for you? One way to figure it out.
https://medium.com/@thi_thinker/is-data-science-right-for-you-one-way-to-figure-it-out-f587c269cab7
https://medium.com/@thi_thinker/is-data-science-right-for-you-one-way-to-figure-it-out-f587c269cab7
Medium
Is data science right for you? One way to figure it out.
There are several prerequisites to know if you are a fit. But what if you don’t have that pre-requisites. Will you be a data scientist…
Primeros pasos para crear su sitio web de portafolio de ciencia de datos
https://tutegomeze.medium.com/primeros-pasos-para-crear-su-sitio-web-de-portafolio-de-ciencia-de-datos-e81c2aaf12e9
https://tutegomeze.medium.com/primeros-pasos-para-crear-su-sitio-web-de-portafolio-de-ciencia-de-datos-e81c2aaf12e9
Medium
Primeros pasos para crear su sitio web de portafolio de ciencia de datos
Convertirse en un científico de datos de clase mundial
How to dynamically add and remove values using Databricks Widgets
https://medium.com/@ana.m.huluba/how-to-dynamically-add-and-remove-values-using-databricks-widgets-9ad10407c749
https://medium.com/@ana.m.huluba/how-to-dynamically-add-and-remove-values-using-databricks-widgets-9ad10407c749
Medium
How to dynamically add and remove values using Databricks Widgets
Widgets are the perfect tool for parametrized operations in Databricks. They can be used at various data engineering & science steps (e.g…
Stat Stories: Common Families of Statistical Distributions (Part 1)
https://rahulbhadani.medium.com/stat-stories-common-families-of-statistical-distributions-part-1-2b704dd6a808
https://rahulbhadani.medium.com/stat-stories-common-families-of-statistical-distributions-part-1-2b704dd6a808
Medium
Stat Stories: Common Families of Statistical Distributions (Part 1)
Tools to create models for your data
Best FREE Python Courses for Beginners
https://medium.com/@rishabp/best-free-python-courses-for-beginners-a838bd790dd8
https://medium.com/@rishabp/best-free-python-courses-for-beginners-a838bd790dd8
Medium
Best FREE Python Courses for Beginners
Python is one of the most popular language out there. Be Machine learning, Web Development, Game Development or Web Scraping, python has…
YOLO object detection using Opencv with Python
https://medium.com/@MrBam44/yolo-object-detection-using-opencv-with-python-b6386c3d6fc1
https://medium.com/@MrBam44/yolo-object-detection-using-opencv-with-python-b6386c3d6fc1
Medium
YOLO object detection using Opencv with Python
We’re going to learn in this blog YOLO object detection. Yolo is a deep learning algorythm which came out on may 2016 and it became quickly…
UI Automation using Page Object Model with Python
https://medium.com/beyn-technology/ui-automation-using-page-object-model-with-python-dee3b9f5b227
https://medium.com/beyn-technology/ui-automation-using-page-object-model-with-python-dee3b9f5b227
Medium
UI Automation using Page Object Model with Python
What is the Page Object Model?