Computer Science with Python — Time Complexity and Big O
https://lukianovihor.medium.com/computer-science-with-python-time-complexity-and-big-o-5ec84f120224
https://lukianovihor.medium.com/computer-science-with-python-time-complexity-and-big-o-5ec84f120224
Medium
Computer Science with Python — Time Complexity and Big O
Introduction to Computer Science Concepts
The best use of ChatGPT: handling 3 tedious tasks
https://medium.com/@nicolastkachenko/the-best-use-of-chatgpt-handling-3-tedious-tasks-acdc44523dc0
https://medium.com/@nicolastkachenko/the-best-use-of-chatgpt-handling-3-tedious-tasks-acdc44523dc0
Medium
The best use of ChatGPT: handling 3 tedious tasks
Since the hype around ChatGPT has slightly gone down and some experience has been gained, we can now take a sober look at things that it is…
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…