Python

Data, web, automation, packaging, async, and performance for Python stacks.

  • 11 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Python


dev.to > cheng2zhang > making-chroma-work-in-chinese-57jb

Making Chroma Work in Chinese

8+ min ago   (1282+ words) Note: This tutorial picks up where Chroma's official quick start guide leaves off. So you've finished Chroma's quick start — congratulations. Everything works, right up until you feed Chroma some Chinese text. Chroma's default embedding model, all-MiniLM-L6-v2, is English-only. Given Chinese…...


dev.to > atsushi_hatchco > a-new-model-dropped-dont-just-swap-the-id-2a3e

A New Model Dropped. Don't Just Swap the ID.

25+ min ago   (845+ words) The new model is out. The benchmarks look great. Your provider has already scheduled the sunset date for the one you are running. So you swap the model ID, run a few requests, see nothing obviously broken, and ship. I…...


dev.to > ikkun1222 > jev-vs-a-310m-encoder-i-trained-myself-750-rows-three-tasks-two-different-winners-242e

Jev vs a 310M encoder I trained myself: 750 rows, three tasks, two different winners

44+ min ago   (960+ words) One-line summary: A decision API wins when you have no labels; a small trained encoder wins when you have a few hundred — and which one wins on a given task is decided by the shape of the task, not by…...


dev.to > shahbaz_ali > one-predicate-two-meanings-three-bugs-building-a-contradiction-resolver-with-the-sanity-app-sdk-3jm7

One Predicate, Two Meanings, Three Bugs: Building a Contradiction Resolver with the Sanity App SDK

53+ min ago   (1264+ words) by shahbaz_ali. Built for the DEV × Sanity Challenge. #sanitychallenge When two of your company's... Tagged with sanitychallenge, sanity, devchallenge, ai....


dev.to > szp2005 > our-3-am-batch-job-was-running-at-beijings-afternoon-peak-rate-4l57

Our 3 a.m. batch job was running at Beijing's afternoon peak rate

53+ min ago   (541+ words) DeepSeek's API charges two different prices for the same tokens. Which one you pay depends on what time it is in Beijing when the request lands. That is the whole bug. It took me an embarrassingly long time to find,…...


dev.to > jack_du_64a902eb1614b3933 > how-to-extract-text-and-images-from-powerpoint-using-c-558d

How to Extract Text and Images from PowerPoint Using C#

1+ hour, 8+ min ago   (21+ words) In development scenarios, we may encounter the need for PowerPoint document content parsing, such as... Tagged with csharp, dotnet, softwaredevelopment, tutorial....


dev.to > phpboyscout > the-day-a-script-needs-changing-everywhere-1a9g

The day a script needs changing everywhere

1+ hour, 32+ min ago   (394+ words) At a previous employer I went looking for a shell script and found eleven of it. And the script was good. That was the problem. We counted more than seventy scripts in that state across thirty-odd repositories. The Kubernetes one…...


dev.to > uavgnss6bot > debugging-rtk-gnss-integration-ports-baud-rates-and-protocol-direction-ardupilot-px4-3n09

Debugging RTK GNSS integration: ports, baud rates and protocol direction (ArduPilot / PX4)

1+ hour, 32+ min ago   (688+ words) We build Septentrio-powered GNSS receivers at UAV GNSS — so the message "I wired it up, the port is open, and the autopilot still says no fix" is the one we get most often. In our experience it is almost never…...


note.com > vellumia > n > nd320a379d636

Why I quit video editing and chose web development next.|VELLUMIA

3+ day, 15+ min ago   (193+ words) I once earned about 100,000 yen in my first month of video editing. Even so, I quit after about half a year. You might think, "If you were making money, you should have kept going." Looking back, I think there were…...


dev.to > baba_yaga_dee9f44c728109e > redis-vs-memcached-complete-comparison-2kg6

Redis vs Memcached: Complete Comparison

1+ hour, 49+ min ago   (942+ words) In the high-stakes world of modern application development, performance and scalability are paramount. Developers and architects constantly seek robust solutions to reduce database load, accelerate data retrieval, and enhance user experience. Two names frequently emerge at the forefront of in-memory…...