Exploring Basics of Informatica Data Profiling and Its Python Equivalent for Summary View
https://medium.com/@girishmspura/exploring-basics-of-informatica-data-profiling-and-its-python-equivalent-for-summary-view-921e71aff7a2
https://medium.com/@girishmspura/exploring-basics-of-informatica-data-profiling-and-its-python-equivalent-for-summary-view-921e71aff7a2
Medium
Exploring Basics of Informatica Data Profiling and Its Python Equivalent for Summary View
Data Profiling is an important step in data quality assurance. By profiling your data, you can identify any data quality issues that need…
Simple Tutorial: Creating a data pipeline using Python and AWS Lambda function
https://medium.com/@abhishek.jaiswaal1810/simple-tutorial-to-automate-a-data-pipeline-using-python-aws-lambda-and-airflow-78157eceb497
https://medium.com/@abhishek.jaiswaal1810/simple-tutorial-to-automate-a-data-pipeline-using-python-aws-lambda-and-airflow-78157eceb497
Medium
Simple Tutorial: Creating a data pipeline using Python and AWS Lambda function
As a data scientist, our primary responsibility is to collect, process and analyze large sets of data to gain insights and solve business…
Solving Easy LeetCode Questions Every Day: Day 1 — Palindrome Number
https://medium.com/@mh.muhammadhamza97/solving-easy-leetcode-questions-every-day-day-1-palindrome-number-d5b4f47ea6d4
https://medium.com/@mh.muhammadhamza97/solving-easy-leetcode-questions-every-day-day-1-palindrome-number-d5b4f47ea6d4
Medium
Solving Easy LeetCode Questions Every Day: Day 1 — Palindrome Number
Given an integer x, return true if x is a palindrome, and false otherwise.
Measurement of Vessel Density within an Anchorage Area
https://medium.com/@tayljordan/measuring-vessel-density-within-an-anchorage-area-7c86be04e104
https://medium.com/@tayljordan/measuring-vessel-density-within-an-anchorage-area-7c86be04e104
Medium
Measurement of Vessel Density within an Anchorage Area
Within bulk shipping, anchorage density may provide an indication of berth availability within a port. In this article, obtaining vessel…
Exploiting Cookies to Gain Access to Another User’s Account — Auth Vulnerability Example
https://medium.com/@starlaurentius/exploiting-cookies-to-gain-access-to-another-users-account-auth-vulnerability-example-3567ab25991
https://medium.com/@starlaurentius/exploiting-cookies-to-gain-access-to-another-users-account-auth-vulnerability-example-3567ab25991
Medium
Exploiting Cookies to Gain Access to Another User’s Account — Auth Vulnerability Example
This will be a purely practical article where we’ll look at an authentication vulnerability that allows an unauthorized attacker to gain…
Getting Started with Confluent Kafka in Python
https://pandeyshikha075.medium.com/getting-started-with-confluent-kafka-in-python-579b708801e7
https://pandeyshikha075.medium.com/getting-started-with-confluent-kafka-in-python-579b708801e7
Medium
Getting Started with Confluent Kafka in Python
Kafka is a distributed streaming platform that allows you to build real-time data pipelines and streaming applications. Confluent Kafka is…
Live Video Stream with Face Detection and Blurring using OpenCV
https://medium.com/@vamsinaik452/live-video-stream-with-face-detection-and-blurring-using-opencv-82b5a75a0e51
https://medium.com/@vamsinaik452/live-video-stream-with-face-detection-and-blurring-using-opencv-82b5a75a0e51
Medium
Live Video Stream with Face Detection and Blurring using OpenCV
Task 1.15🔰
How Python Can Power Market Analysis and Public Company Insights
https://medium.com/@ryanfinegan5/how-python-can-power-market-analysis-and-public-company-insights-b20c9cb8ea67
https://medium.com/@ryanfinegan5/how-python-can-power-market-analysis-and-public-company-insights-b20c9cb8ea67
Medium
How Python Can Power Market Analysis and Public Company Insights
Utilizing Bloomberg and Python to Stay in the Know
WhisperX Space by Ashhad Ahsan: Elevating Audio Transcription to the Next Level
https://medium.com/@ashhadahsan/whisperx-space-by-ashhad-ahsan-elevating-audio-transcription-to-the-next-level-e7eeaa670330
https://medium.com/@ashhadahsan/whisperx-space-by-ashhad-ahsan-elevating-audio-transcription-to-the-next-level-e7eeaa670330
Medium
WhisperX Space by Ashhad Ahsan: Elevating Audio Transcription to the Next Level
Introduction
Is development everything? Will robots replace us all
https://medium.com/@dmitrijkumancev571/is-development-everything-will-robots-replace-us-all-e1391a16d636
https://medium.com/@dmitrijkumancev571/is-development-everything-will-robots-replace-us-all-e1391a16d636
Medium
Is development everything? Will robots replace us all
In the IT environment, almost everyone has heard of No Code, Low Code, neural networks. And, of course, that engineers will soon be…
Python Numbers: Unraveling the Numeric Universe
https://medium.com/@Bohar/python-numbers-unraveling-the-numeric-universe-1836bd08ba13
https://medium.com/@Bohar/python-numbers-unraveling-the-numeric-universe-1836bd08ba13
Medium
Python Numbers: Unraveling the Numeric Universe
In the world of Python, numbers are the building blocks of computation. Python offers a versatile set of numeric types, each with its…
Django ORM: A Definitive Handbook for Streamlined Database Interaction
https://abdelrhmantareekk.medium.com/django-orm-a-definitive-handbook-for-streamlined-database-interaction-303df2228712
https://abdelrhmantareekk.medium.com/django-orm-a-definitive-handbook-for-streamlined-database-interaction-303df2228712
Medium
Django ORM: A Definitive Handbook for Streamlined Database Interaction
Django, a high-level Python web framework, has gained immense popularity among developers for its efficiency and ease of use. One of the…