Jamie Chang
@changs.co.uk
20 followers
110 following
20 posts
https://blog.changs.co.uk
Posts
Media
Videos
Starter Packs
Reposted by Jamie Chang
Reposted by Jamie Chang
Jamie Chang
@changs.co.uk
· Sep 11
What's New in Python 3.14:
* Support UUID versions 6, 7, & 8 via uuid.uuid6(), uuid.uuid7(), & uuid.uuid8()
* uuid.NIL and uuid.MAX represent Nil and Max UUID formats
* Generate multiple UUIDs at once via python -m uuid --count
docs.python.org/3.14/whatsne...
#Python #Python314 #UUID #RFC9652
* Support UUID versions 6, 7, & 8 via uuid.uuid6(), uuid.uuid7(), & uuid.uuid8()
* uuid.NIL and uuid.MAX represent Nil and Max UUID formats
* Generate multiple UUIDs at once via python -m uuid --count
docs.python.org/3.14/whatsne...
#Python #Python314 #UUID #RFC9652
What’s new in Python 3.14
Editor, Hugo van Kemenade,. This article explains the new features in Python 3.14, compared to 3.13. For full details, see the changelog. Summary – release highlights: Python 3.14 will be the lates...
docs.python.org
Reposted by Jamie Chang
Simon Willison
@simonwillison.net
· Jun 16
The lethal trifecta for AI agents: private data, untrusted content, and external communication
If you are a user of LLM systems that use tools (you can call them “AI agents” if you like) it is critically important that you understand the risk of …
simonwillison.net
Reposted by Jamie Chang
Real Python
@realpython.com
· Mar 10
Customising Pattern Matching Behaviour #python
Jamie has been doing the [Advent of Code](https://adventofcode.com/) and two techniques that come up a lot in Python are iteration and pattern matching. This post talks about how they don't work well together and what you can do about it.
blog.changs.co.uk
Reposted by Jamie Chang