via #AIFoundry : Unlocking GPT-5’s Freeform Tool Calling: A New Era of Seamless Integration
https://ift.tt/gGhZ7RJ
#GPT5 #AzureAI #FreeformToolCalling #SeamlessIntegration #AI #MachineLearning #Automation #Developers #Coding #SQL #Python #TechInnovation #AIIntegration #AzureO…
Mega Bundle 1 https://leanpub.com/b/megabundle1 by Jason Turner is the featured bundle of ebooks 📚 on the Leanpub homepage! https://leanpub.com #CAndCpp #ComputerProgramming #Games #Python #books #ebooks lefticus@mas.to

To celebrate:
Just released! 🚀
pypistats 1.11.0
Instead of typing the name of the package to check, leave it blank and it'll check for the name in pyproject.toml/setup.cfg of the current directory.
Or point it at another directory.
https://github.com/hugovk/pypistats/releases/tag/1.11.0
#Python #pypistats #CLI #PyPI #stats #release

https://pypistats.org is back online! 🚀📈
Thanks to @jezdez for suggesting the @ThePSF takes stewardship and connecting the right people, to @EWDurbin for migrating, and of course to Christopher Flynn for creating and running it for all these years!
https://github.com/psf/pypistats.org
#Python #PyPI #pypistats #stats
💛 Big thanks to Meta, our Silver Tier Sponsor! PyBay 2025 wouldn’t happen without their support.
🎟️ Tickets: https://pretix.eu/bapya/pybay-2025/
🐍 Oct 18, San Francisco

TIL #130 – Format Python code directly with uv
https://mathspp.com/blog/til/format-python-code-directly-with-uv
I plan to make a #Python CLI version of https://pym.dev/format which would be pip-installable
What should it be called? All of these would be both the package name and the command to type.
Noch mehr fraktale Bäume mit Python und der Schildkröte
Meine bisherigen, recht gelungenen Experimente mit CPythons Turtle und nahezu identischem Quellcode mit Trinkets Schildkröte haben mich zu weiteren Experimenten animiert. Dieses Mal habe ich wieder einen fraktalen Baum konstruiert und sowohl in Trinket wie auch in Standard-Python implementiert: https://kantel.github.io/posts/2025082201_fractal_trees/ #Python #Turtle #Trinket #Fraktale #CreativeCoding

https://youtu.be/p9w5pblXR38?si=yjKgEKhd0qF-mFEM
Here's a quick devlog I recorded to show a new feature for my Django Spellbook Library that I am excited to share:
Themes! Build custom themes to change how your spellbook site looks, all within python! 9 preset themes and a WIP theme builder wizard!
https://github.com/smattymatty/django_spellbook
#django #webdevelopment #webdev #programming #python #Devlog
Интерактивные истории на стероидах: как добавить случайность и судьбу в DSL
Язык для интерактивных историй — это весело до тех пор, пока сюжет не превращается в механическую цепочку заранее известных развилок. Чтобы истории жили дольше одного прохождения, им нужна случайность. В этой статье я расскажу, как можно встроить элемент «судьбы» в сам DSL: добавить рандом, вероятности, броски кубиков и даже скрытые триггеры. Всё это — на Python, с реальными примерами кода, а не только с теорией.
https://habr.com/ru/articles/939934/
#dsl #интерактивные_истории #генерация_случайности #нарративные_движки #Python #game_design #текстовые_игры
Mi primer CRUD con Python https://myblog.clonbg.es/mi-primer-crud-con-python/ #Programación #Python #PyQT https://clonbg.es

CLI-инструмент для фундаментального анализа акций с поддержкой LLM
Всем привет! Я сделал CLI-инструмент для быстрой "фундаменталки" по акциям с добавочной аналитикой из 10-K через LLM. Он тянет данные из Yahoo Finance, дочитывает 10-K (edgartools + LLM), корректирует EV по fair-value, только страховщиков оценивает по "флоуту", делает SOTP по операционным сегментам и на базе квартилей выдаёт сигналы "КУПИ/ПРОДАЙ/НЕОПРЕДЕЛЁННО" - по метрикам, по группе и общий. Использует метрики: Forward P/E, P/FCF, EV/EBITDA. Пример запуска:
https://habr.com/ru/articles/939930/
#финтех #искусственный_интеллект #python #фондовыйрынок #акции #llm