Browsing Tag
python
565 posts
Speech, search, and Stable Diffusion — calling HuggingFace from C#
TL;DR. I wrote DotNetPy, a small C# library that calls into CPython via the C API. Version 0.6.0…
str() vs repr() vs print() in Python
While learning Python, I came across three things that look very similar at first: str() repr() print() Initially,…
The Nitro Enclave Gotcha That Cost Me 90 Minutes: vsock and a Port That Lied
When you are building inside AWS Nitro Enclaves for the first time, the documentation gives you a clean…
Deploying Cookiecutter Django on DigitalOcean (Ubuntu 24.04 (LTS) x64)
A no-fluff deployment runbook for getting a Cookiecutter Django project live on DigitalOcean using Docker and Traefik. Covers…
Day 3: Prompting Techniques in AI (Part 1)
AI Prompting techniques: Zero-shot, One-shot, Few-shot After using the ChatGPT and other AI tools, I used to think…
I put Claude inside Blender’s Text Editor
I got tired of the alt-tab loop. Write a Blender script. Hit an error. Switch to a browser.…
Helicone is now in maintenance mode. Here is how to switch to a self-hosted alternative in 5 minutes.
If you have been using Helicone to track LLM costs and traces, you may have noticed it was…
How to Build a Production-Ready Secure Python API (JWT, Rate Limiting, and Caching)
Introduction Most Python APIs work perfectly in development—and fail in production. The issue is rarely functionality. It’s missing…
Building AceExam: An AI-Powered Accessible Examination Platform with MongoDB
By Tanvi, Ranadeep, Nachiketh, Jeathraditya Developed under the guidance of Professor Chanda Raj Kumar, and we are thankful…
Privacy First: Building a Local Llama-3 Health Assistant on MacBook M3 with MLX
Do you really want to upload your private medical records, blood test results, or sensitive health concerns to…