Wyre IT Ltd (@wyre_it) 's Twitter Profile
Wyre IT Ltd

@wyre_it

Specialist in Linux / Python / Postgres / Flask / PyQt / GPIO Interfacing / Raspberry Pi

ID: 2782623893

linkhttp://www.wyre-it.co.uk/ calendar_today24-09-2014 16:50:30

30 Tweet

11 Followers

54 Following

Ned Batchelder (@nedbat) 's Twitter Profile Photo

Python objects can define their own formatting mini-languages for f-strings by defining __format__. Full details: nedbatchelder.com/blog/202204/py…

Python objects can define their own formatting mini-languages for f-strings by defining __format__.  Full details: nedbatchelder.com/blog/202204/py…
Python Package Index (@pypi) 's Twitter Profile Photo

Today we received reports of a phishing campaign targeting PyPI users. This is the first known phishing attack against PyPI. We’re publishing the details here to raise awareness of what is likely an ongoing threat.

Pablo Galindo Salgado (@pyblogsal) 's Twitter Profile Photo

Python 3.11 is finally released. In the CPython release team, we have put a lot of effort into making 3.11 the best version of Python possible. Better tracebacks, faster Python, exception groups and except*, typing improvements and much more. Get it here: python.org/downloads/rele…

Python 3.11 is finally released. In the CPython release team, we have put a lot of effort into making 3.11 the best version of Python possible. Better tracebacks, faster Python, exception groups and except*, typing improvements and much more. Get it here:

python.org/downloads/rele…
Python Software Foundation (@thepsf) 's Twitter Profile Photo

Python 3.11 is out, hooray! Congrats to everyone who worked on this, especially Pablo Galindo Salgado 💙💛 who was the release manager and thanks in advance to @Yhg1s for taking the reins for the next release! 🥳 python.org/downloads/

Wyre IT Ltd (@wyre_it) 's Twitter Profile Photo

Hello, World! (from wyreit_socialmedia) This is the first ever post from wyreit_socialmedia - a Python package developed by us which makes it easy to post the same picture/message to Twitter, Facebook Pages and Instragram at the same time.

Hello, World! (from wyreit_socialmedia)

This is the first ever post from wyreit_socialmedia - a Python package developed by us which makes it easy to post the same picture/message to Twitter, Facebook Pages and Instragram at the same time.
The Debian Project (@debian) 's Twitter Profile Photo

It's bookworm release day! Across the world members of the release, publicity, images and FTP teams are brewing industrial quantities of coffee as their final preparations are completed #ReleasingDebianBookworm dlvr.it/SqSGhc

The Debian Project (@debian) 's Twitter Profile Photo

Debian 12 "bookworm" released and available for download. Thank you! #ReleasingDebianBookworm #Debian12 #Debian bits.debian.org/2023/06/bookwo…

Phil Jones (@pdgjones) 's Twitter Profile Photo

A bumper set of releases, Flask 3.0.0, Werkzeug 3.0.0, and Quart 0.19 now available. flask.palletsprojects.com/en/3.0.x/chang… werkzeug.palletsprojects.com/en/3.0.x/chang… github.com/pallets/quart/… This is a big change for Quart as it is now based on Flask. I'd call this a partial merge of the frameworks.

Pablo Galindo Salgado (@pyblogsal) 's Twitter Profile Photo

We have released Python 3.12.0 finally! 🎉🎉🎉🐍 In the CPython release team, we have put a lot of effort into making 3.12 the best version of Python possible. Better f-strings, faster Python, better typing, easier debugging and much more. Get it here: discuss.python.org/t/python-3-12-…

Zeth (@prozeth) 's Twitter Profile Photo

I am going to write a few posts about the world's favourite data structure, the #Python dictionary. Follow the series using the hashtag using: #AdvancedPythonDictionary

Python Hub (@pythonhub) 's Twitter Profile Photo

UV tricks SummaryYou can test things in your venv without polluting it using uv run --with, create almost ... bitecode.dev/p/uv-tricks