Intro
Happy revenge of the fifth! This week, I've been working with Python as I learn more about Machine Learning. I thought it'd be a good idea to put together a cheat-sheet that summarizes ...
TL;DR:
We're excited to announce that pgai Vectorizer—the tool for robust embedding creation and management—is now available as a Python CLI and library, making it compatible with any Postgres da...
Learn how Support Vector Machines find the optimal hyperplane to classify complex data with precision and power.In the era of ever-growing data, choosing the right algorithm to make sense of it all is...
This diary-tutorial hybrid tracks my first months with Google’s Agent Development Kit (ADK) — pure experience, insight sharing, and nothing else. The ADK is Google’s open-source framework for de...
I don't know about you, but each time I await something in Python, I get a tiny itch in the back of my brain.Not because I don’t know what it does or how to use it, that part’s fine. I write my as...
Question:
How would you choose a status code for an order that could not be processed because the customer's shipping address is outside the delivery zone?Whether you are struggling to find a...
When programming, we often need to make conditional judgments and choose to execute different blocks of code based on the result. In many programming languages, the most common way to do this is throu...
In the previous post, we integrated Pydantic with FastAPI and SQLAlchemy, building robust APIs and database interactions. Now, in the final post of our series, we’ll explore advanced Pydantic techni...
When I first came across Perplexity AI, I assumed it was just another AI-powered search engine. But after using it in real projects, I realized it can be incredibly helpful when paired with Python, es...
Hey everyone! 👋
In this blog I will showcase the latest updates of my project.
Some of this important changes include:
Improvement of the User Interface
Light/dark mode
Settings window
Added a too...