Bookmarks tagged Python
17 Oct 2025
dev.moonshine.ai
Voice, translation and conversational interfaces with a Python SDK that also offers ONNX models, and that looks promising
16 Oct 2025
stackoverflow.com
The example solution in this StackOverflow answer appears to me clear and easy to understand. For my Piper TTS case, try to initialise the worker and have the run loop accepting something to say. Do the same with the eInk and add them all into a Manager. Put in the queue text to say/display, but not a function to execute.
16 Oct 2025
github.com
A fast and local neural text-to-speech engine that embeds espeak-ng for phonemization.
Development has moved here. Check if this is what I'm using.
Development has moved here. Check if this is what I'm using.
3 Jun 2025
medium.com
In this article, I will try to discuss some misconceptions about Multithreading and explain why they are false.
All experiments are conducted on a machine with 4 cores
All experiments are conducted on a machine with 4 cores
29 Jun 2024
learndjango.com
In this tutorial, we'll learn how to configure a complete user authentication system in Django consisting of login, logout, signup, password change, and password reset.
The complete source code is available on Github if you need a reference.
The complete source code is available on Github if you need a reference.
21 May 2024
realpython.com
Complete document walking through queues in Python. Appears complete and extensive, with examples and code
20 Feb 2024
proxiesapi.com
In this tutorial you'll build robust web crawlers using libraries like BeautifulSoup, learn techniques to overcome real-world scraping challenges and best practices for large scale scraping.
You'll gain the skills to scrape complex sites, handle issues like rate limits, blocks, and javascript pages.
You'll gain the skills to scrape complex sites, handle issues like rate limits, blocks, and javascript pages.
27 Nov 2023
www.fabfile.org
Fabric is a high level Python (2.7, 3.4+) library designed to execute shell commands remotely over SSH, yielding useful Python objects in return. It builds on top of Invoke (subprocess command execution and command-line features) and Paramiko (SSH protocol implementation), extending their APIs to complement one another and provide additional functionality.