Part 1: Building a voice-input and text-based AI chatbot with OpenAI and Python
https://medium.com/@gracehenghuisan/part-1-building-a-voice-input-and-text-based-ai-chatbot-with-openai-and-python-e3a620b50d5b
https://medium.com/@gracehenghuisan/part-1-building-a-voice-input-and-text-based-ai-chatbot-with-openai-and-python-e3a620b50d5b
Medium
Building a voice-input and text-based AI chatbot with OpenAI and Python — Chatbot Backend Setup (Part 1)
This blog series will guide you through the development of a voice-input and text-based AI chatbot using OpenAI and Python, with a focus on…
Detect the human face and blur the part of a detected face on live video - python
https://medium.com/@prashanth31.2000/detect-the-human-face-and-blur-the-part-of-a-detected-face-on-live-video-python-e956d05551ba
https://medium.com/@prashanth31.2000/detect-the-human-face-and-blur-the-part-of-a-detected-face-on-live-video-python-e956d05551ba
Medium
Detect the human face and blur the part of a detected face on live video - python
Face detection and blurring in a video is an application of computer vision, a field of artificial intelligence focused on enabling…
Splitting Videos into Images and Assigning Timestamps in Python
https://medium.com/@gokulgopinathanofficial/splitting-videos-into-images-and-assigning-timestamps-in-python-4bbbaa5f358f
https://medium.com/@gokulgopinathanofficial/splitting-videos-into-images-and-assigning-timestamps-in-python-4bbbaa5f358f
Medium
Splitting Videos into Images and Assigning Timestamps in Python
Welcome to the exciting world of video processing with Python! Videos are a treasure trove of information, and being able to split them…
Python for Beginners: Getting Started with “Hello World!”
https://medium.com/@muhammadibrahimnauman107/python-for-beginners-getting-started-with-hello-world-fcd23d311051
https://medium.com/@muhammadibrahimnauman107/python-for-beginners-getting-started-with-hello-world-fcd23d311051
Medium
Python for Beginners: Getting Started with “Hello World!”
Python is an incredibly popular and versatile programming language that’s known for its simplicity and readability. Whether you’re a…
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…