Detective Case 2 — Catch the Phishermen!
https://medium.com/@cohengil333/detective-case-2-catch-the-phishermen-d589133d9bf5
https://medium.com/@cohengil333/detective-case-2-catch-the-phishermen-d589133d9bf5
Medium
Detective Case 2 — Catch the Phishermen (Polars Series)
Cracking Mind-Bending Puzzles with Polars, exploring large amount of tabular data while leveraging it’s blazing fast performance
How to Create a Personalized ChatGPT Assistant using OpenAI’s Assistants API
https://amitraikkr.medium.com/how-to-create-a-personalized-chatgpt-assistant-using-openais-assistants-api-46b1c170c2f1
https://amitraikkr.medium.com/how-to-create-a-personalized-chatgpt-assistant-using-openais-assistants-api-46b1c170c2f1
Medium
How to Create a Personalized ChatGPT Assistant using OpenAI’s Assistants API
Build personal AI assistants for your applications using OpenAI Assistant API
Delving into Detectors with Python — Hough Transform
https://medium.com/@erhan_arslan/delving-into-detectors-with-python-hough-transform-215653657083
https://medium.com/@erhan_arslan/delving-into-detectors-with-python-hough-transform-215653657083
Medium
Delving into Detectors with Python — Hough Transform
There are different types of Image Detectors in Computer Vision. Every Detector and Descriptor focus on different properties of images…
Creating REST APIs using Python is now easy!!
https://medium.com/@matheenroy/creating-rest-apis-using-python-is-now-easy-2ffafbc04a4c
https://medium.com/@matheenroy/creating-rest-apis-using-python-is-now-easy-2ffafbc04a4c
Medium
Let’s do it in Python 🐍💻
A REST API, or RESTful API, is a type of web API that conforms to the constraints of the REST architectural style. REST stands for and it is a set of architectural constraints that define how…
Creating Your FirstAPI on local Server
https://medium.com/@zainraza.sm/creating-your-firstapi-on-local-server-7b34c7338370
https://medium.com/@zainraza.sm/creating-your-firstapi-on-local-server-7b34c7338370
Medium
Creating Your FirstAPI on local Server
What is an API
How To Redact Sensitive Data Before Passing To LLM-OpenAI
https://shweta-lodha.medium.com/how-to-redact-sensitive-data-before-passing-to-llm-openai-b6501674d742
https://shweta-lodha.medium.com/how-to-redact-sensitive-data-before-passing-to-llm-openai-b6501674d742
Medium
How To Redact Sensitive Data Before Passing To LLM-OpenAI
In my previous article “Passing An Audio File To LLM”, I explained how one can pass an audio file to LLM. In continuation to that, I’m…
Automate Cybersecurity Tasks with Python — module 4
https://365dolc.medium.com/automate-cybersecurity-tasks-with-python-module-4-aff45e8a2f84
https://365dolc.medium.com/automate-cybersecurity-tasks-with-python-module-4-aff45e8a2f84
Medium
Automate Cybersecurity Tasks with Python — module 4
Just one more module to finish whole course 7. I am on lat module 4. Today learning about file handling and much fun with regex. I don’t…
What is the need of creating modules in Python?
https://medium.com/@brechtcorbeel/what-is-the-need-of-creating-modules-in-python-ac2da476ddab
https://medium.com/@brechtcorbeel/what-is-the-need-of-creating-modules-in-python-ac2da476ddab
Medium
What is the need of creating modules in Python?
The concept of modularization in Python transcends the mere act of organizing code into distinct sections. This approach, pivotal in modern…
An Easy How-To Guide to Slicing Lists in Python 3
https://levelup.gitconnected.com/an-easy-how-to-guide-to-slicing-lists-in-python-3-51682ab4f17b
https://levelup.gitconnected.com/an-easy-how-to-guide-to-slicing-lists-in-python-3-51682ab4f17b
Medium
An Easy How-To Guide to Slicing Lists in Python 3
Learn all about the slice
CPython Lesson 0 — Building Python from Source and Navigating Folder Structure
https://levelup.gitconnected.com/cpython-lesson-0-building-python-from-source-and-navigating-folder-structure-6cdb99c33a69
https://levelup.gitconnected.com/cpython-lesson-0-building-python-from-source-and-navigating-folder-structure-6cdb99c33a69
Medium
CPython Lesson 0 — Building Python from Source and Navigating Folder Structure
Let’s build Python from source and look into Its source code from 1 Million feet.
GitHub Actions, self-hosted runners on Amazon EKS & spot instances
https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f
https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f
Medium
GitHub Actions, self-hosted runners on Amazon EKS & spot instances
How to spin up ephemeral runners in Kubernetes.