AI / ML infrastructure landscape- part 1
https://podl.medium.com/ai-ml-infrastructure-landscape-part-1-a7331ac06b7b
https://podl.medium.com/ai-ml-infrastructure-landscape-part-1-a7331ac06b7b
Medium
AI / ML infrastructure landscape- part 1
How do the various MLOps platforms compare with each other? We ran a simple text classifier on every major platform to found out. Part 1…
Capturing the face from a live stream video and display it on the top corner of the screen! 🎥👀
https://medium.com/@deepikasinghshekhawat13/capturing-the-face-from-a-live-stream-video-and-display-it-on-the-top-corner-of-the-screen-d5e8f5b9f4a8
https://medium.com/@deepikasinghshekhawat13/capturing-the-face-from-a-live-stream-video-and-display-it-on-the-top-corner-of-the-screen-d5e8f5b9f4a8
Medium
Capturing the face from a live stream video and display it on the top corner of the screen! 🎥👀
This line imports the OpenCV library, which is used for computer vision and image processing tasks.
Guesswork Needed — Scripting for Blind SQL Injection
https://medium.com/@starlaurentius/guesswork-needed-scripting-for-blind-sql-injection-e8de0f4817ce
https://medium.com/@starlaurentius/guesswork-needed-scripting-for-blind-sql-injection-e8de0f4817ce
Medium
Guesswork Needed — Scripting for Blind SQL Injection
Topic introduction
Exploring Essential Python Libraries for Data Science
https://medium.com/@saadsaleems/exploring-essential-python-libraries-for-data-science-837cfc98b255
https://medium.com/@saadsaleems/exploring-essential-python-libraries-for-data-science-837cfc98b255
Medium
Exploring Essential Python Libraries for Data Science
In the age of big data and information overload, the ability to glean meaningful insights from vast datasets has become a critical skill…
Exploring OpenCV: Creating Black and White Webcam Magic in Python
https://medium.com/@deepikasinghshekhawat13/exploring-opencv-creating-black-and-white-webcam-magic-in-python-3c332b42b5a1
https://medium.com/@deepikasinghshekhawat13/exploring-opencv-creating-black-and-white-webcam-magic-in-python-3c332b42b5a1
Medium
Exploring OpenCV: Creating Black and White Webcam Magic in Python
🟩 Complete code
Python: A Phenomenal Journey of Simplicity and Power
https://medium.com/@joy.ali.1984/python-a-phenomenal-journey-of-simplicity-and-power-10c207a1d9bb
https://medium.com/@joy.ali.1984/python-a-phenomenal-journey-of-simplicity-and-power-10c207a1d9bb
Medium
Python: A Phenomenal Journey of Simplicity and Power
Python, a versatile programming language, has experienced an extraordinary rise in popularity since its inception in the late 1980s. Its…
Google Summer of Code 2023 - openSUSE Project
https://medium.com/@navinchandra772/google-summer-of-code-2023-opensuse-project-8bd74e38d819
https://medium.com/@navinchandra772/google-summer-of-code-2023-opensuse-project-8bd74e38d819
Medium
Google Summer of Code 2023 - openSUSE Project
Google Summer of Code (GSoC) is an annual global program sponsored by Google that aims to bring together student developers (open source…
Who needs accountants with Cloudployees built with python?
https://medium.com/@brechtcorbeel/who-needs-accountants-with-cloudployees-built-with-python-cb3b544fd5f
https://medium.com/@brechtcorbeel/who-needs-accountants-with-cloudployees-built-with-python-cb3b544fd5f
Medium
Who needs accountants with Cloudployees built with python?
The Alchemy of Numbers: Unveiling the Arcane Power of Cloudployees in the Financial Realm
Running standalone Python script having a dependency on Django apps like models, views, etc.
https://medium.com/@muhashharoon/running-standalone-python-script-having-a-dependency-on-django-apps-like-models-views-etc-6f38b737d97f
https://medium.com/@muhashharoon/running-standalone-python-script-having-a-dependency-on-django-apps-like-models-views-etc-6f38b737d97f
Medium
Running standalone Python script having a dependency on Django apps like models, views, etc.
Running a standalone Python script using Django app components like models, views, etc. needs some configuration before you can run it from…
How ChatGPT API is Charged? Understanding Models, Tokens and Limits with Python Codes
https://igorcomune.medium.com/how-chatgpt-api-is-charged-understanding-models-tokens-and-limits-with-python-codes-bced1e26a288
https://igorcomune.medium.com/how-chatgpt-api-is-charged-understanding-models-tokens-and-limits-with-python-codes-bced1e26a288
Medium
How ChatGPT API is Charged? Understanding Models, Tokens and Limits with Python Codes
How OpenAI API works and a basic chatbot in Python.
Introducing `whatsapp-cloud-api`: A Python Library for WhatsApp Cloud API
https://medium.com/@gshubham533/introducing-whatsapp-cloud-api-a-python-library-for-whatsapp-cloud-api-29ce0daee681
https://medium.com/@gshubham533/introducing-whatsapp-cloud-api-a-python-library-for-whatsapp-cloud-api-29ce0daee681
Medium
Introducing `whatsapp-cloud-api`: A Python Library for WhatsApp Cloud API
In the rapidly evolving landscape of technology, communication holds a pivotal role. Among the various channels available, WhatsApp has…
Create an ftp server to share files just in one line!
https://lovethepenguin.com/create-an-ftp-server-to-share-files-just-in-one-line-85f8fcf56eeb
https://lovethepenguin.com/create-an-ftp-server-to-share-files-just-in-one-line-85f8fcf56eeb
Medium
Create an ftp server to share files just in one line!
Setting up a simple FTP server can be helpful in various scenarios where you need to facilitate file transfers between different devices or…
Elevating Security: Implementing Two-Factor Authentication in FastAPI with a Simple Example
https://medium.com/@ashkangoleh/elevating-security-implementing-two-factor-authentication-in-fastapi-with-a-simple-example-a711a3cb8c3
https://medium.com/@ashkangoleh/elevating-security-implementing-two-factor-authentication-in-fastapi-with-a-simple-example-a711a3cb8c3
Medium
Elevating Security: Implementing Two-Factor Authentication in FastAPI with a Simple Example
Introduction:
Python Best Practices and Code Style:
https://medium.com/@zainabkanwal10/python-best-practices-and-code-style-b31e2197c1d1
https://medium.com/@zainabkanwal10/python-best-practices-and-code-style-b31e2197c1d1
Medium
Python Best Practices and Code Style:
Python has a set of best practices and coding style guidelines that help ensure clean, readable, and maintainable code. The most widely…
Deploying Python Applications Using Kubernetes
https://medium.com/@olorunfemikawonise_56441/deploying-python-applications-using-kubernetes-371721e735b6
https://medium.com/@olorunfemikawonise_56441/deploying-python-applications-using-kubernetes-371721e735b6
Medium
Deploying Python Applications Using Kubernetes
In the world of modern software development, deploying applications efficiently and reliably is crucial. Kubernetes has emerged as a…