Poor mans autoreload server in single file python on linux
The article describes a simple Python server that provides automatic browser page reload on content change, without requiring any additional setup or configuration. The server acts as a regular file server but also serves WebSocket messages over a specified path to trigger the page reload.
https://hereket.com/posts/linux_live_reload_python_server/
The article describes a simple Python server that provides automatic browser page reload on content change, without requiring any additional setup or configuration. The server acts as a regular file server but also serves WebSocket messages over a specified path to trigger the page reload.
https://hereket.com/posts/linux_live_reload_python_server/
Stream your voice clone
We'll turn your voice into an infinitely-scalable instrument with Django.
https://www.photondesigner.com/articles/voice-api
We'll turn your voice into an infinitely-scalable instrument with Django.
https://www.photondesigner.com/articles/voice-api
Photondesigner
Stream your voice clone 🎼
We'll turn your voice into an infinitely-scalable instrument with Django
Introducing PgQueuer: A Minimalist Python Job Queue Built on PostgreSQL
https://www.reddit.com/r/Python/comments/1ckrmog/introducing_pgqueuer_a_minimalist_python_job/
https://www.reddit.com/r/Python/comments/1ckrmog/introducing_pgqueuer_a_minimalist_python_job/
Reddit
From the Python community on Reddit: Introducing PgQueuer: A Minimalist Python Job Queue Built on PostgreSQL
Explore this post and more from the Python community
AsyncIO and the Event Loop Explained
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous programming, focusing specifically on how the event loop operates behind the scenes.
https://www.youtube.com/watch?v=RIVcqT2OGPA
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous programming, focusing specifically on how the event loop operates behind the scenes.
https://www.youtube.com/watch?v=RIVcqT2OGPA
YouTube
AsyncIO and the Event Loop Explained
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous…
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous…
Temporal Python – A durable, distributed asyncio event loop (2023)
https://temporal.io/blog/durable-distributed-asyncio-event-loop
https://temporal.io/blog/durable-distributed-asyncio-event-loop
temporal.io
Temporal Python SDK | Durable Asyncio Event Loop
Introduction to the Temporal Python SDK and how Temporal is a Durable, Distributed Asyncio Event Loop
gpt-home
ChatGPT at home! Basically a better Google Nest Hub or Amazon Alexa home assistant. Built on the Raspberry Pi using the OpenAI API.
https://github.com/judahpaul16/gpt-home
ChatGPT at home! Basically a better Google Nest Hub or Amazon Alexa home assistant. Built on the Raspberry Pi using the OpenAI API.
https://github.com/judahpaul16/gpt-home
GitHub
GitHub - judahpaul16/gpt-home: ChatGPT at home! Basically a better Google Nest Hub or Amazon Alexa home assistant. Built on the…
ChatGPT at home! Basically a better Google Nest Hub or Amazon Alexa home assistant. Built on the Raspberry Pi using the OpenAI API. - judahpaul16/gpt-home
Visual find
A visual version of GNU find command in Unix like systems
https://codeberg.org/notanamber/nerd_tree
A visual version of GNU find command in Unix like systems
https://codeberg.org/notanamber/nerd_tree
Codeberg.org
nerd_tree
Repository di vfind (basato su nerd_tree) di codeberg.
vfind è un tool che cerca di mettere insieme il comando tree e find
vfind è un tool che cerca di mettere insieme il comando tree e find
How LLMs Work, Explained Without Math
A basic question I think a lot of people have about the GenAI revolution is where does the apparent intelligence these models have come from. In this article, I'm going to attempt to explain in simple terms and without using advanced math how generative text models work, to help you think about them as computer algorithms and not as magic.
https://blog.miguelgrinberg.com/post/how-llms-work-explained-without-math
A basic question I think a lot of people have about the GenAI revolution is where does the apparent intelligence these models have come from. In this article, I'm going to attempt to explain in simple terms and without using advanced math how generative text models work, to help you think about them as computer algorithms and not as magic.
https://blog.miguelgrinberg.com/post/how-llms-work-explained-without-math
Miguelgrinberg
How LLMs Work, Explained Without Math
I'm sure you agree that it has become impossible to ignore Generative AI (GenAI), as we are constantly bombarded with mainstream news about Large Language Models (LLMs). Very likely you have tried…
Simple Interactive Python Streamlit Maps That Will Make You Shout
Data storytelling forest fire statistics from a NASA GIS data set.
https://johnloewen.substack.com/p/simple-interactive-python-streamlit
Data storytelling forest fire statistics from a NASA GIS data set.
https://johnloewen.substack.com/p/simple-interactive-python-streamlit
Data at Depth
Simple Interactive Python Streamlit Maps That Will Make You Shout
Data storytelling forest fire statistics from a NASA GIS data set
relax-py
A Python web development framework for htmx and tailwindcss, with hot module replacement, URL locators, dependency injection, supported by static typing, built on top of Starlette.
https://github.com/crpier/relax-py
A Python web development framework for htmx and tailwindcss, with hot module replacement, URL locators, dependency injection, supported by static typing, built on top of Starlette.
https://github.com/crpier/relax-py
GitHub
GitHub - crpier/relax-py: Yet another Python web framework
Yet another Python web framework. Contribute to crpier/relax-py development by creating an account on GitHub.
LeRobot
State-of-the-art Machine Learning for real-world robotics.
https://github.com/huggingface/lerobot
State-of-the-art Machine Learning for real-world robotics.
https://github.com/huggingface/lerobot
GitHub
GitHub - huggingface/lerobot: 🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning - huggingface/lerobot
A High-Level Technical Overview of Fully Homomorphic Encryption
The article provides a high-level technical overview of fully homomorphic encryption (FHE), a powerful cryptographic technique that allows computations to be performed on encrypted data without decrypting it first. It discusses some of the key FHE libraries and tools under active development.
https://www.jeremykun.com/2024/05/04/fhe-overview/
The article provides a high-level technical overview of fully homomorphic encryption (FHE), a powerful cryptographic technique that allows computations to be performed on encrypted data without decrypting it first. It discusses some of the key FHE libraries and tools under active development.
https://www.jeremykun.com/2024/05/04/fhe-overview/
Math ∩ Programming
A High-Level Technical Overview of Fully Homomorphic Encryption
About two years ago, I switched teams at Google to focus on fully homomorphic encryption (abbreviated FHE, or sometimes HE). Since then I’ve got to work on a lot of interesting projects, learning along the way about post-quantum cryptography, compiler design…
👍1