Talk Python in Production
Link: https://talkpython.fm/books/python-in-production
Discussion: https://news.ycombinator.com/item?id=45495607
Wondering if you can outsource all your data visualisation work to ChatGPT? 📊
I tested out a few different generative AI tools, giving them prompts to visualise two different data sets. If you're interested in the results, you can read them here: https://nrennie.rbind.io/blog/gen-ai-data-viz/
#RStats #Python #DataViz #GenAI
🐍 Breakout Session: Python in the Trenches – From ERP to Everyday Impact
Botle Buhle Brands shows how Python drives real-world solutions — from enterprise systems to everyday business wins!
#PyConAfrica2025 #Python #BreakoutSession

🐍 Breakout Session: Python in the Trenches – From ERP to Everyday Impact
Botle Buhle Brands shows how Python drives real-world solutions — from enterprise systems to everyday business wins!
#PyConAfrica2025 #Python #BreakoutSession

Du willst mehrere Prompts an lokale #LLMs schicken – ganz ohne UI? Das #Ollama #REST-API macht's möglich: Modell auflisten, Chat starten, Antwort auslesen.
Alle Infos im #JAVAPRO-Artikel von Jean-Claude Brantschen inkl. Code in #Python & #Java: https://javapro.io/de/ollama-rest-api/
@ollama

[Перевод] PEP 8 как религия: почему Python сам не соблюдает свои же правила
Команда Python for Devs подготовила перевод статьи о PEP 8. Мысль проста: споры о стиле в Python часто сводятся к одному — snake_case против camelCase. Даже сам Python не следует своим же правилам. Так стоит ли вообще относиться к PEP 8 как к догме?
https://habr.com/ru/articles/953412/
#Python #PEP8 #стиль_кода #читаемость #snake_case #camelCase #закон_Свейгарта #правила #разработчики #open_source
🌍✨ #PyConAfrica2025 kicks off in style!
We’re opening with an inspiring keynote — “Fellowship of the Stack” by Dawn Gibson 💛🐍
#PyConAfrica #PythonCommunity #Keynote #Python

🌍✨ #PyConAfrica2025 kicks off in style!
We’re opening with an inspiring keynote — “Fellowship of the Stack” by Dawn Gibson 💛🐍
#PyConAfrica #PythonCommunity #Keynote #Python

🌍✨ #PyConAfrica2025 kicks off in style!
We’re opening with an inspiring keynote — “Fellowship of the Stack” by Dawn Gibson 💛🐍
#PyConAfrica #PythonCommunity #Keynote #Python

Inspiriert durch #traveller kann ich in meinem #python -Minigame jetzt Barbarinnen in 3 Trainingsstationen schicken, wo sie ihre Attribute verbessern können, aber auch altern (und ich Gold verliere). Ziel ist, dass man später entscheidet, ob man in einer Runde die Barbarin trainiert oder kämpfen lässt, um Geld zu verdienen (oder zu sterben). Was im Hotseat mit mehreren Spielenden witzig wird. Abwerben von anderen Spielenden soll auch gehen. Traue ich mir mit Zwei-Finger-Programmierung...
Polymorphic Python Malware That Mutates Every Time It Runs https://gbhackers.com/polymorphic-python-malware/ #CyberSecurityNews #cybersecurity #Malware #Python
Pythonistas, have there been changes to the marshal library that could result in two identical dicts producing different marshaled output?
I was relying on an assumed property that dumps(a) == dumps(b), if a == b.
That appeared to have been true up an till Python3.14