The #Czech #Python unconference you’ve been waiting for.
[#]PyCampCZ 25 beta
🗓️ September 12–14 2025
📍 Mlýn Třeštice
Organized entirely by volunteers from the Czech Python community, organizers of @pyconcz, Pyvo meetups and @pythonpizza Brno, we bring the Python community together for the beta version of a Python barcamp, at a better place than a camp.
https://pycamp.cz/
=> More informations about this toot | View the thread
Oh, I am so glad I am not a member of FESCo this term 🙈
=> More informations about this toot | View the thread
SOLVED
I am trying to wrap librpm in #Python ctypes and I don't know what am I doing.
Please help: https://discuss.python.org/t/ctypes-libc-fdopen-python-file-object-fileno-b-a-leads-to-segfaults-on-write/74154/1
=> More informations about this toot | View the thread
I spent 2 days in #Brno. The Christmas markets are awesome as always!
=> More informations about this toot | View the thread
It occurred to me -- after many years -- that the word "default" literally means "revert to a working state".
In Czech, we often translate that as "výchozí" which literally means "in the exiting state" (as in, when it exits the manufacturing process).
=> More informations about this toot | View the thread
I woke up in panic, because I had a dream that Python is not optimized for fire stove burning and I need to go and compile the logs with different flags.
Clearly, I need a break. The fire was out anyway.
=> More informations about this toot | View the thread
I started a pre-PEP discussion about standardizing the specification of #test dependencies and commands for #Python projects in pyproject.toml.
This could be useful for distributors, such as #Fedora, but also for others.
Let me know what you think:
https://discuss.python.org/t/pre-pep-standardizing-test-dependency-and-command-specification/71896
=> More informations about this toot | View the thread
I went to a Czech #IrishWolfhound walk this Saturday. Check out the amazing photos by Mojmír Nebel. https://photos.app.goo.gl/tr5mT8gPW18hcb2j8
=> View attached media | View attached media | View attached media | View attached media
=> More informations about this toot | View the thread
Unrelated news, I think our walnut tree has pretty much expired. A caterpillar ate significant parts of the main branch 3 years ago and we've been pretty successfully treating the rest of the tree, but it happened again and this time it's in the trunk 😞
The visible damage is from birds who go after the insect. Solving the original problem, but not in a good way.
=> View attached media | View attached media
=> More informations about this toot | View the thread
If you package #Python #RPM packages for #Fedora (or #EPEL), you can now automatically BuildRequire packages from a specified PEP 735 dependency group.
https://peps.python.org/pep-0735/
Use %pyproject_buildrequires -g . Or let tox handle it, if you use %pyproject_buildrequires -t and the toxenv specifies a dependency group.
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/D2YCUEEASQY3MFOABLDTS3EQUHW4FXVU/
=> More informations about this toot | View the thread
Podle ministerstva zemědělství a ministerstva životního prostředí by nám teoreticky mohla za vesnicí vzniknout vodní nádrž Nabdín, plocha 89 ha.
Pokud to vyjde, můžu si na důchod pořídit jachtu. Bude to ale mít i nějaké negativní dopady na moje bydlení, vzdálené 800 m od břehu? Napadají mě např. komáři.
Bydlíte někdo blízko takové vodní plochy?
https://mze.gov.cz/public/portal/-q361575---2lu6Isnq/generel-uzemi-chranenych-pro-akumulaci
=> More informations about this toot | View the thread
In #Fedora, packages may not include pre-built binaries. They may also not download code bundles from the internet to function.
https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/
[#]uv downloads a pre-built binary #Python from the internet if you don't have it.
To follow the spirit of Fedora rules, I think we should set python-downloads = "manual" in /etc/uv/uv.toml. That way:
https://src.fedoraproject.org/rpms/uv/pull-request/18
=> More informations about this toot | View the thread
OK, I struggle with this #Thunderbird thing a lot. On mailing lists, it mixes two separate conversations/threads every now and then. It happens on Fedora mailing lists as well as internal Red Hat ones.
It's very frustrating. Here I assumed there were some new messages for the Tcl/Tk thread, yet when I unfolded it, I saw it was all about something completely different.
=> More informations about this toot | View the thread
Je mi líto, že z rodinných důvodů jsem letos nezvládl ani #LinuxDays, ani #OpenAlt. Na LinuxAlt jezdím skoro od začátku (2009), na prvním LinuxExpu jsem byl v roce 2005. Snad příště 😢
=> View attached media | View attached media
=> More informations about this toot | View the thread
After updating to #Fedora 41, entering mock shell turns my terminal blue.
Is this news in mock, or in #Xfce terminal?
=> More informations about this toot | View the thread
I am SO EXCITED about the new #Python 3.13 REPL. But I wonder if it wasn't a bit rushed...
There's no PEP, close to no docs, it's not intended-feature complete, it has surprising behavior and bugs. That's OK for new software, but is it for a major and mature project like Python?
https://discuss.python.org/t/pep-for-pyrepl/61748/7
https://discuss.python.org/t/python-3-13-0-final-has-been-released/66972/4
https://github.com/python/cpython/issues/119034#issuecomment-2122976955
https://github.com/python/cpython/issues/125154
https://github.com/python/cpython/issues/125140
https://github.com/python/cpython/issues/124960
https://github.com/python/cpython/issues/124927
https://github.com/python/cpython/issues/119033
=> More informations about this toot | View the thread
A friend recommended Dungeon Crawler Carl by Matt Dinniman. I am absolutely addicted to this series. I have read all six books and signed up for the author's Patreon to read chapters of the seventh one as they are written.
https://dungeon-crawler-carl.fandom.com/wiki/Dungeon_Crawler_Carl_(Book)
[#]books
=> More informations about this toot | View the thread
[SOLVED] I am pretty sure I've seen somebody updating a README.md file by #Python snippets in the comments of that very #README.
I think they did it for their #GitHub profile page.
But I cannot find that, now when I need it. Please help.
Edit: Solved by https://mastodon.social/@hugovk/113267200418453876
=> More informations about this toot | View the thread
Oh WOW. We can finally configure #tox in pyproject.toml, using... TOML.
https://tox.wiki/en/4.21.0/config.html#pyproject-toml-native
https://github.com/tox-dev/tox/pull/3353
Thanks @gaborbernat
[#]Python #testing
=> More informations about this toot | View the thread
Unpacking a camera I found this little piece of GNU GPL paper in the box.
=> More informations about this toot | View the thread
=> This profile with reblog | Go to hroncok@floss.social account This content has been proxied by September (ba2dc).Proxy Information
text/gemini