Bookmarks tagged Python

16 Nov 2025 docs.ollama.com
The tool/function calling equivalent for Ollama, looking quite similar to Gemini
#AI + #Python
16 Nov 2025 github.com
The offline Model library for Python
#AI + #Python
15 Nov 2025 github.com
A Python class that encapsulates a Selenium-based web scrapper that outcomes a list of products and its prices from a given department URL.
15 Nov 2025 atamel.dev
Similar to the previous link, but apparently there is a new way to do so in the newer 2.x versions that simplifies all internally.
#AI + #Python
15 Nov 2025 medium.com
Example of functions in Python to make Google Gemini to give weather forecast for a location during a chat
#AI + #Python
15 Nov 2025 colab.research.google.com
How to use functions from within the Chat session besides the Generate Content, so chat history and more is self managed. In Python
#AI + #Python
6 Nov 2025 stackoverflow.com
Stack Overflow. How to use Python's Multiprocessing Managers to instantiate a Proxy class to access to the methods of the child process. You can pass params, so why to bother with all the hassle of the Queues?
6 Nov 2025 stackoverflow.com
Several approaches in Stack Overflow to colorize the logs in Python.
#Python
29 Oct 2025 deepwiki.com
This document explains how to set up and use live microphone input with the Vosk speech recognition system. It covers capturing real-time audio from microphones in both Python and Node.js, passing the audio data to the Vosk recognition engine, and processing the results
#Python
18 Oct 2025 stackoverflow.com
An example of how to achieve concurrency with Python beyond multiprocessing. The description mentions that nowadays in Python this is used besides multiprocessing that communicate with queues.
#Python