📣📣 Keynote speaker announcement: Sheena O’Connell 🎤🎉
Sheena’s work is at the intersection of software education, careers and community. Amongst her projects is the @guild_of_educators , an effort to raise the bar in education in our industry.
In her keynote talk for PyCon UK, she’ll be taking a long view on AI and LLMs.
We’re thrilled to have you join us, @sheena — roll on September! 🚀
🌐 https://www.sheenaoc.com/
https://github.com/sheenarbw
#PyConUK2025 #Python #development #manchester
The Python Software Foundation has issued a warning that attackers are conducting phishing campaigns aimed at stealing user credentials by directing victims to a fake version of the #Python Package Index (PyPI) website.
https://www.bleepingcomputer.com/news/security/hackers-target-python-devs-in-phishing-attacks-using-fake-pypi-site/
Guten Morgen mit einer neuen Runde „Best of #FediLZ“!
Auch im Juli sind wieder feine Sachen zusammengekommen - zu Brücken, #Python, #TikTok etc.
Ob es eine August-Ausgabe geben wird, weiß ich noch nicht. Vielleicht mach ich auch eine kleine Sommerpause 😊
Ich wünsche euch ganz herzlich schöne Ferien!
#schule #GS #Bildung #BoFediLZ

a5-py: Pentagonal geospatial indexing system DGGS https://lobste.rs/s/727kdh #javascript #python #science #visualization
https://github.com/felixpalmer/a5-py
Comparison of Pandas and Polars for data analysis. https://hackernoon.com/python-data-wrangling-pandas-and-polars-a-comparison #python
Classify any image in seconds using Python , EfficientNetB0 and TensorFlow.
You can find link for the code in the blog : https://eranfeit.net/how-to-classify-images-using-efficientnet-b0/
Link for the tutorial : https://youtu.be/lomMTiG9UZ4
Enjoy
Eran
#Python #ImageClassification #Efficientnet #tensorflow #EfficientnetB0

Day 8 of my #100DaysOfCode challenge.
I used another dataset from the World Bank called "Unemployment, total (% of total labor force) (modeled ILO estimate)", practiced melting data, and made visualizations of the top 10 lowest unemployment countries in 2024 and top 10 highest unemployment countries in 2024.
https://github.com/sinocelt/useful-pandas-code/blob/main/visualization/visualization-02.ipynb
Also I wrote more in my book "Learn Python by Example"
https://github.com/sinocelt/learn-python-by-example/blob/main/learn-python-by-example.ipynb
#HireMe #JobSeeker #DataScience #Python #portfolio

Google、AIを使って非構造化テキストから構造化データを抽出するオープンソースPythonライブラリ「LangExtract」をリリース
https://gihyo.jp/article/2025/08/langextract?utm_source=feed
#gihyo #技術評論社 #gihyo_jp #LangExtract #Gemini #Python #生成AI #Google
Часть 2: Rope-Ladder Tracker — от идеи к стабильной системе
Это продолжение статьи “Rope-Ladder Tracker: визуальный возврат без GPS” , где я представил концепцию структурированного позиционирования по принципу “верёвочной лестницы”. Тогда это была идея, прототип и первые кадры. Сегодня — полноценная, стабильная система, готовая к интеграции в реальный дрон.
https://habr.com/ru/articles/933046/
#c++ #python #computer_vision #opencv #научнопопулярное #научпоп
The "hello world" of #p2p applications for #infosec is "chat", right?
Here we use Fowl to make end-to-end encrypted and durable (survive IP address changes) chat using "nc" and "telnet"...
#magicWormhole #twisted #python

fowl 25.7.0 is released.
https://pypi.org/project/fowl/25.7.0/
Extensively re-thought internal and external APIs, centered around giving each peer maximum control, while being safe by default.
There is now a usable Python + Twisted API for programmatic use: FowlCoop, fledge() and roost()
Coming next week: demo applications on top of this: "Git With Me" and "Shell With Me" for peer-to-peer git and terminal sharing (respectively)
#magicWormhole #p2p #python #twisted

DeprecationWarning: 'mode' parameter is deprecated and will be removed in Pillow 13 (2026-10-15)
img1 = PIL.Image.fromarray(my_array, mode="RGB")
So I went to see the documentation:
https://hugovk-pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.fromarray
And came out empty handed, that is, couldn't understand what to do instead :(
And the plot thickens:
https://github.com/python-pillow/Pillow/pull/9063
(@py5coding I guess you'll want to check this out at some point. py5_tools.animated_gif uses this)