Donald Knuth is quite enthusiastic about his recent experiences with generative AI: cusy.io/en/blog/knut...
#Knuth #GenAI #AI #Claude #Anthropic
@veit-schiele.de
Author of Python for Data Science, Jupyter Tutorial and PyViz tutorial • pyberlin organiser • Development, consulting and operation of privacy compliant web services at cusy. #Python #Jupyter #PyViz #DataScience
Donald Knuth is quite enthusiastic about his recent experiences with generative AI: cusy.io/en/blog/knut...
#Knuth #GenAI #AI #Claude #Anthropic
… and now we have also moved the pytest configuration to the pyproject.toml file: python-basics-tutorial.readthedocs.io/en/latest/te...
#Python #Testing #pytest
Since tox 4.44.0, tox.ini has been frozen. Only the toml configuration is supported for further development. We have therefore updated our tutorial accordingly: python-basics-tutorial.readthedocs.io/en/latest/te... #Python #testing #tox
📅 Am 23. April ist Girls’Day. 👩💻Schülerinnen können mit uns in die Welt der Softwareentwicklung eintauchen und entdecken, wie toll es ist, selbst Software zu schreiben.
Weitere Infos findet ihr unter
cusy.io/de/about/eve...
#GirlsDay #WomenInTech #WomenInSTEM
tox TOML now supports every feature INI ever had, which means tox.ini is officially “frozen” — it’s not dead, it’s just enjoying a very stable retirement 🧓🧊 The future is tox.toml 🚀: tox.wiki/en/4.44.0/re...
Tonight Valentin Haenel will give a talk on Numba, a Python just-in-time (JIT) compiler. We would be delighted to see many of you there: www.meetup.com/python-users...
#Python #Berlin
I have been thinking about how LLM agents pose a threat to open source projects and what strategies can offer us at least some protection. Nevertheless, this is likely to remain a challenge: cusy.io/en/blog/how-...
#OpenSource #Ai #LLM #AISlop
EU Parliament blocks AI tools. Members should avoid exposing work emails, documents or internal information “to AI features that scan or analyze content,” be “cautious” with third-party AI apps and “avoid granting broad access to data”: www.politico.eu/article/eu-p...
#EU #AI #ITSecurity
🧵 2/2 Although the vulnerability received the highest possible severity rating of 10 out of 10 on the common CVSS, Anthropic does not intend to fix the problem for the time being.
🧵1/2 The security company LayerX has found a critical vulnerability in Anthropic’s Claude Desktop Extensions (DXT). A manipulated Google Calendar entry can execute arbitrary code on the computer without any user interaction: layerxsecurity.com/blog/claude-...
#Anthropic #Claude #AI #ITSecurity
The slides from Rodrigo’s presentation ‘The paradox of itertools.tee’ have now been published: python.berlin/en/latest/pu...
#Python #Berlin
Final preparations for the Python Users Berlin (@python.berlin) meeting tonight. I’m looking forward to meeting all the Pythonistas in Berlin and Rodrigo’s (@mathspp.com) talk on itertools.tee: www.meetup.com/python-users...
#Python #Berlin
Git 2.53 provides faster insights into the repository structure with 'git repo structure'. However, to better understand this, it is helpful to be more familiar with the Git data and storage models: www.python4data.science/en/latest/pr...
#Git
Die BfDI hast das Konsultationsverfahren zum datenschutzkonformen Umgang mit personenbezogenen Daten in KI-Modellen abgeschlossen und ausgewertet:
www.bfdi.bund.de/DE/BfDI/Kons...
#Datenschutz #KI
Heute ist der vierte Teil unserer Artikelserie zu Open-Source-Lizenzen von Frank Hofmann und mir im Linux-Magazin erschienen: www.linux-magazin.de/ausgaben/202...
#OpenSource #OpenData #OpenHardware
On the way to Cologne for a week-long workshop on Python for Data Science.
#Cologne
Good report on technological sovereignty and digital infrastructure in the EU: ‘The European Union is currently heavily dependent on foreign technologies. This reduces its capacity for strategic action and its economic competitiveness.’
www.europarl.europa.eu/doceo/docume...
#EU #DigitalSovereignty
pandas 3.0.0 has been released. This version brings some exciting new features, including a new standard string data type, consistent copy/display behavior and changed default for date and time data.
Further details can be found in the blog post at pandas.pydata.org/community/bl....
#Python #pandas
The EU Commission is currently gathering feedback from open source communities in order to tailor its open source funding accordingly. Wouldn’t that also be something for @python.org?
ec.europa.eu/info/law/bet...
ec.europa.eu/info/law/bet...
#EU #OpenSource #Python #DigitalSovereignty
The section on performance measurements and finding bottlenecks has been significantly expanded to include cProfile/profiling.tracing, tprof, and profiling.sampling/Tachyon: www.python4data.science/en/latest/pe...
#Python #Performance
We have updated the documentation section with references to README, CONTRIBUTING, CHANGELOG, etc.
python-basics-tutorial.readthedocs.io/en/latest/do...
#Python #Documentation
🧵 2/2 This serves as a reminder that dependence makes us vulnerable to blackmail. It is time to detach ourselves from the United States as quickly as possible – especially digitally: away from big tech, US platforms and US offices.
#Trump #Greenland #BigTech #DigitalSovereignty
🧵1/2 Trump announces 10% punitive tariffs from 1 February 2026 against Germany, among others – as leverage in the Greenland dispute. From 1 June, the tariff will rise to 25%.
www.theguardian.com/world/live/2...
#Trump #Greenland #BigTech #DigitalSovereignty
There is a critical security vulnerability in zlib that allows code smuggling. Currently, there does not appear to be an update available.
• seclists.org/fulldisclosu...
• nvd.nist.gov/vuln/detail/...
#Security #zlib #Vulnerability
We have updated the FastAPI extensions. It is very surprising to us that millions of extensions are being downloaded that have not been updated for over a year.
www.python4data.science/en/latest/da...
@fastapi.tiangolo.com
#Python #FastAPI #REST
Thank you for pointing that out. We have now updated our tutorial: python-basics-tutorial.readthedocs.io/en/latest/te...
how did i not know about tox's version range syntax!? (i.e., 3{9-14} == 3{9,10,11,12,13,14}) 😍
(added in tox 4.25.0 on 2025-03-27) #python
Organise the @python.berlin meeting on 12 February with a talk by Rodrigo Girão Serrão (@mathspp.com) on the paradox of itertools.tee: www.meetup.com/python-users...
#Python #Berlin
Der Artikel zu unserem Kartenservice auf Basis von @protomaps.com ist im Linux-Magazin erschienen: www.linux-magazin.de/ausgaben/202...
#Maps #GIS
We looked back on 10 years of cusy and also took a look ahead: cusy.io/en/blog/10-y...