Writing a Home Assistant Core Integration: Part 1
The article details the development of pytouchlinesl, a Python library for interacting with Roth Touchline SL underfloor heating systems. It covers the design process, API implementation, testing strategies, CI/CD setup, and publishing to PyPI, highlighting the use of modern Python tools like uv, pydantic, and ruff.
https://jnsgr.uk/2024/09/pytouchlinesl/
The article details the development of pytouchlinesl, a Python library for interacting with Roth Touchline SL underfloor heating systems. It covers the design process, API implementation, testing strategies, CI/CD setup, and publishing to PyPI, highlighting the use of modern Python tools like uv, pydantic, and ruff.
https://jnsgr.uk/2024/09/pytouchlinesl/
jnsgr.uk
Writing a Home Assistant Core Integration: Part 1
Part 1 of a micro-series of blog posts that outlines my
journey toward authoring a Home Assistant Core integration
for the Roth Touchline SL heating system.
This first post covers the design and build of a Python
API client for Roth’s upstream API that controls…
journey toward authoring a Home Assistant Core integration
for the Roth Touchline SL heating system.
This first post covers the design and build of a Python
API client for Roth’s upstream API that controls…
A hand-holding guide to writing FUSE-based filesystems in Python
This video tutorial provides a step-by-step guide to writing FUSE-based filesystems in Python. It starts with a simple example and gradually adds more features, making it suitable for beginners.
https://www.youtube.com/watch?v=VuKK0bEkSdo
This video tutorial provides a step-by-step guide to writing FUSE-based filesystems in Python. It starts with a simple example and gradually adds more features, making it suitable for beginners.
https://www.youtube.com/watch?v=VuKK0bEkSdo
YouTube
A hand-holding guide to writing FUSE-based filesystems in Python
Gave this talk at ChiPy (Chicago Python User Group)
Why do widely used frameworks in python use strings instead of enums for parameters?
https://www.reddit.com/r/Python/comments/1g52103/why_do_widely_used_frameworks_in_python_use/
https://www.reddit.com/r/Python/comments/1g52103/why_do_widely_used_frameworks_in_python_use/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
TEN-Agent
TEN Agent is the world’s first real-time multimodal agent integrated with the OpenAI Realtime API, RTC, and features weather checks, web search, vision, and RAG capabilities.
https://github.com/TEN-framework/TEN-Agent
TEN Agent is the world’s first real-time multimodal agent integrated with the OpenAI Realtime API, RTC, and features weather checks, web search, vision, and RAG capabilities.
https://github.com/TEN-framework/TEN-Agent
GitHub
GitHub - TEN-framework/ten-framework: Open-source framework for all AI agents.
Open-source framework for all AI agents. Contribute to TEN-framework/ten-framework development by creating an account on GitHub.
Swarm
Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.
https://github.com/openai/swarm
Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.
https://github.com/openai/swarm
GitHub
GitHub - openai/swarm: Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution…
Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team. - openai/swarm
Can You Get Root With Only a Cigarette Lighter?
The article describes how to gain root access on a Linux system using only a cigarette lighter through electromagnetic fault injection (EMFI) attacks on DRAM. The author demonstrates how precisely timed electromagnetic pulses can flip bits in memory, allowing an attacker to modify critical system data and escalate privileges without traditional software vulnerabilities.
https://www.da.vidbuchanan.co.uk/blog/dram-emfi.html
The article describes how to gain root access on a Linux system using only a cigarette lighter through electromagnetic fault injection (EMFI) attacks on DRAM. The author demonstrates how precisely timed electromagnetic pulses can flip bits in memory, allowing an attacker to modify critical system data and escalate privileges without traditional software vulnerabilities.
https://www.da.vidbuchanan.co.uk/blog/dram-emfi.html
Deploying (Multiple) Django Apps to a Single Server with Kamal 2
Cory Zue describes migrating two Django apps to a shared Hetzner VPS using Kamal 2, detailing the process of setting up a production Dockerfile, creating a Kamal deploy configuration, and addressing challenges with health checks and Django's security settings. The article highlights the ease of deploying multiple apps on a single server with Kamal 2, resulting in cost savings and improve...
https://www.coryzue.com/writing/kamal-django/
Cory Zue describes migrating two Django apps to a shared Hetzner VPS using Kamal 2, detailing the process of setting up a production Dockerfile, creating a Kamal deploy configuration, and addressing challenges with health checks and Django's security settings. The article highlights the ease of deploying multiple apps on a single server with Kamal 2, resulting in cost savings and improve...
https://www.coryzue.com/writing/kamal-django/
Coryzue
Deploying (Multiple) Django Apps to a Single Server with Kamal 2
Shared servers for the win!
Build your first Web App with Cursor AI, Python, Virtual Machines, and Neon Postgres
Learn how to create a modern web application using Cursor AI, which allows developers to build robust applications by converting English instructions into code. The course covers a wide range of topics, including full-stack web development, integrating with GitHub, building a Python and Django web app, and deploying a production-ready server, all achievable in about 5 hours and at minima...
https://www.youtube.com/watch?v=ESrWYoXZc8s
Learn how to create a modern web application using Cursor AI, which allows developers to build robust applications by converting English instructions into code. The course covers a wide range of topics, including full-stack web development, integrating with GitHub, building a Python and Django web app, and deploying a production-ready server, all achievable in about 5 hours and at minima...
https://www.youtube.com/watch?v=ESrWYoXZc8s
YouTube
Build your first Web App with Cursor AI, Python, Virtual Machines, and Neon Postgres
⭐️ Sign up for Neon right now! https://neon.tech/cfe
Create a cutting edge and modern web app using just English. Cursor AI unlocks an amazing ability to build fast and robust applications by allowing you to speak English while it writes the code for you…
Create a cutting edge and modern web app using just English. Cursor AI unlocks an amazing ability to build fast and robust applications by allowing you to speak English while it writes the code for you…
9 Levels of Asynchronous Programming in Python
In this article, I’ll take you step-by-step through 9 levels from the basics to advanced concurrency techniques. Whether you’re new to async or looking to sharpen your skills, this guide will provide
https://medium.com/techtofreedom/9-levels-of-asynchronous-programming-in-python-3755f80403c9
In this article, I’ll take you step-by-step through 9 levels from the basics to advanced concurrency techniques. Whether you’re new to async or looking to sharpen your skills, this guide will provide
https://medium.com/techtofreedom/9-levels-of-asynchronous-programming-in-python-3755f80403c9
Medium
9 Levels of Asynchronous Programming in Python
From beginner basics to advanced concurrency mastery
We’re All Just Looking for Connection
We’ve been working to bring components of Quip’s technology into Slack with the canvas feature, while also maintaining the stand-alone Quip product. Quip’s backend, which powers both Quip and canvas, is written in Python. This is the story of a tricky bug we encountered last July and the lessons we learned along the way about being careful with TCP state.
https://slack.engineering/were-all-just-looking-for-connection/
We’ve been working to bring components of Quip’s technology into Slack with the canvas feature, while also maintaining the stand-alone Quip product. Quip’s backend, which powers both Quip and canvas, is written in Python. This is the story of a tricky bug we encountered last July and the lessons we learned along the way about being careful with TCP state.
https://slack.engineering/were-all-just-looking-for-connection/
Engineering at Slack
We’re All Just Looking for Connection - Engineering at Slack
We’ve been working to bring components of Quip’s technology into Slack with the canvas feature, while also maintaining the stand-alone Quip product. Quip’s backend, which powers both Quip and canvas, is written in Python. This is the story of a tricky bug…
Should you use uv’s managed Python in production?
The uv package manager can also install Python for you. Should you use this feature in production?
https://pythonspeed.com/articles/uv-python-production/
The uv package manager can also install Python for you. Should you use this feature in production?
https://pythonspeed.com/articles/uv-python-production/
Python⇒Speed
Should you use uv’s managed Python in production?
The uv package manager can also install Python for you. Should you use this feature in production?
compl-ai
An open-source compliance-centered evaluation framework for Generative AI models.
https://github.com/compl-ai/compl-ai
An open-source compliance-centered evaluation framework for Generative AI models.
https://github.com/compl-ai/compl-ai
GitHub
GitHub - compl-ai/compl-ai: An open-source compliance-centered evaluation framework for Generative AI models
An open-source compliance-centered evaluation framework for Generative AI models - compl-ai/compl-ai
git-remote-s3
This library enables to use Amazon S3 as a git remote and LFS server.
https://github.com/awslabs/git-remote-s3
This library enables to use Amazon S3 as a git remote and LFS server.
https://github.com/awslabs/git-remote-s3
GitHub
GitHub - awslabs/git-remote-s3
Contribute to awslabs/git-remote-s3 development by creating an account on GitHub.
PyData Amsterdam 2024
Talks from PyData Amsterdam 2024 are now available.
https://www.youtube.com/playlist?list=PLGVZCDnMOq0reU2lzNZCn9obkyRVaSnpF
Talks from PyData Amsterdam 2024 are now available.
https://www.youtube.com/playlist?list=PLGVZCDnMOq0reU2lzNZCn9obkyRVaSnpF
YouTube
PyData Amsterdam 2024
Share your videos with friends, family, and the world