Bookmarks tagged Python
17 Jan
suntechlite.com
Raspberry Pi controlling small LED array. Here is using a LED strip, but the chip may be the same to move the wished module:
https://amzn.eu/d/iVcOwJG
https://amzn.eu/d/iVcOwJG
20 Nov 2025
ssamjh.nz
Piper is a fantastic tool for providing very realistic sounding TTS while also being efficient and fast. There are some publicly available pre-trained models, but if you’re here, that means you want to create your own voice. This guide aims to walk you through the steps.
16 Nov 2025
docs.ollama.com
The tool/function calling equivalent for Ollama, looking quite similar to Gemini
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.
15 Nov 2025
medium.com
Example of functions in Python to make Google Gemini to give weather forecast for a location during a chat
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
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?