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…
Programming: Unlocking the Power of Lists and Dictionaries.
https://medium.com/@stephanie.edzie/programming-unlocking-the-power-of-lists-and-dictionaries-be662d2cca8d
https://medium.com/@stephanie.edzie/programming-unlocking-the-power-of-lists-and-dictionaries-be662d2cca8d
Medium
Programming: Unlocking the Power of Lists and Dictionaries.
In the world of programming and data management, two fundamental data structures stand out: lists and dictionaries. Whether you’re a…
Setting.py — A Quick Guide to your Django project
https://adityadhandi.medium.com/setting-py-a-quick-guide-to-your-django-project-e3aa0bbcdb34
https://adityadhandi.medium.com/setting-py-a-quick-guide-to-your-django-project-e3aa0bbcdb34
Medium
Understanding Setting.py in Your Django Project
If you’ve ever ventured into the world of web development with Python, chances are you’ve come across Django, a powerful web framework…
Python For Beginner Series|Day-20
https://mynotesoracledba.medium.com/python-for-beginner-series-day-20-5c93c79db64
https://mynotesoracledba.medium.com/python-for-beginner-series-day-20-5c93c79db64
Medium
Python For Beginner Series|Day-20
1. `def say_hello():`: This line defines the `say_hello` function. The colon (`:`) indicates the beginning of the function's code block. 2. `return "Hello, World!"`: Inside the function, this line…
Analyze Performance Wingers Real Madrid at UEFA Champions League
https://medium.com/@chyobp/analyze-performance-wingers-real-madrid-at-uefa-champions-league-db7f9241726c
https://medium.com/@chyobp/analyze-performance-wingers-real-madrid-at-uefa-champions-league-db7f9241726c
Medium
Analyze Performance Wingers Real Madrid at UEFA Champions League
Introduction
Exploring Julia’s Package Manager
https://gwangjinkim.medium.com/exploring-julias-package-manager-892ad1e7e7d1
https://gwangjinkim.medium.com/exploring-julias-package-manager-892ad1e7e7d1
Medium
Exploring Julia’s Package Manager
Learn Julia With Me!