python

Back Open Paginator
03.12.2025 00:56
ubuntu_touch (@ubuntu_touch@mstdn.social)

Relación algebraica principal
Comprender por qué es principal

La idea es interpretar gráfica y geométricamente
cada término de la relación algebraica

#Python #Matematica #Matematicas #Mate #CostaRica Costa Rica





Show Original Post


03.12.2025 00:43
pytexas (@pytexas@fosstodon.org)

Your #Python story matters. 🐍 Share it with the community!

Only 5 days left (Dec 7) to submit to #PyTexasConference2026 where we're celebrating 20 years of Python in Texas. 💛

Learn more about how to submit your #CFP here 👉 pytexas.org/2026





Show Original Post


03.12.2025 00:24
pyladiescon (@pyladiescon@fosstodon.org)

🚀 New Workshop at #PyLadiesCon 2025!

Building a Full-Stack FastAPI App with DocumentDB
A hands-on lab led by Patty Chow from our sponsor @Microsoft.

Learn FastAPI + Docker + open source DocumentDB.

⏰ Sun 12/7 • 1:00–2:30 PM PST
🔗 Register: 2025.conference.pyladies.com/en/

#PyLadies #Python





Show Original Post


03.12.2025 00:16
dethos (@dethos@s.ovalerio.net)

"Django security releases issued: 5.2.9, 5.1.15, and 4.2.27"

djangoproject.com/weblog/2025/

* CVE-2025-13372: Potential SQL injection in FilteredRelation column aliases on PostgreSQL
* CVE-2025-64460: Potential denial-of-service vulnerability in XML serializer text extraction

#python #django #security




Show Original Post


03.12.2025 00:01
pytexas (@pytexas@fosstodon.org)

Last meetup of the year is TONIGHT @ 8PM CST! 🎉

Landon Jurgens is diving into #Python decorators: where they shine, smart tricks, and when NOT to use them. 😬

Bring your questions, learn something cool, and wrap up 2025 with the #PyTexas community! 🐍

pytexas.org/meetup/join





Show Original Post


03.12.2025 00:00
leanpub (@leanpub@mastodon.social)

LLM Prompt Engineering For Developers by Aymen El Amri is on sale on Leanpub! Its suggested price is $29.00; get it for $12.50 with this coupon: leanpub.com/sh/yPZQyHeV




Show Original Post


02.12.2025 23:41
SnoopJ (@SnoopJ@hachyderm.io)

TIL that in #Python 3.13, functionality was introduced to allow retrieval of source code for functions/etc. defined on the REPL

github.com/python/cpython/issu

(This works by stashing the source in the `linecache` at compile time)




Show Original Post


02.12.2025 23:34
pyladiescon (@pyladiescon@fosstodon.org)

🚀 New workshop at #PyLadiesCon 2025!

Build Agentic AI with Semantic Kernel & Graph RAG on PostgreSQL
A hands-on lab led by Gauri Kasar from our sponsor @msftnews

Learn to build an agent-driven RAG app using PostgreSQL, Semantic Kernel & Apache AGE.

⏰ Sat 12/6 • 1:00–2:30 PM PST
🔗 Register: 2025.conference.pyladies.com/e

#PyLadies #Python #AI #RAG #WomenInTech





Show Original Post


02.12.2025 23:08
pyladiescon (@pyladiescon@fosstodon.org)

🚨 Only 3 days left until #PyLadiesCon! 🚨

Don't miss out on connecting with our vibrant community. Secure your spot now and be part of this unforgettable experience! 🎉

Register: 👇
pretix.eu/pyladiescon/2025/

#PyLadies #Python #PyLadiesCon





Show Original Post


02.12.2025 23:03
mpjgregoire (@mpjgregoire@cosocial.ca)

When you use uv for a #Python project , one of the general objectives is to keep packages fixed and therefore functional for a given project. What if you want to upgrade a package?

To list all installed packages, use
uv tree

To list potential upgrades, use
uv lock --upgrade --dry-run

To upgrade, use
uv lock --upgrade

#uv #Jupyter




Show Original Post


02.12.2025 22:42
pyladiescon (@pyladiescon@fosstodon.org)

📢 We are thrilled to present one of the panels at #PyLadiesCon.🐍🎉

Don't miss this opportunity to learn from the best and connect with the #Python community.🐍

🗣️ Language: Spanish

Register for PyLadiesCon now:👇
2025.conference.pyladies.com/e

#PyLadies #PSF





Show Original Post


02.12.2025 22:24
simoncrowe (@simoncrowe@fosstodon.org)

Content warning:AoC Day 2


I just completed "Gift Shop" - Day 2 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/2
In #python

Part two got a bit slow. Maybe some maths could have helped. Good old itertools was enough, however. Even wrote a test!





Show Original Post


1 ...891 892 893 894 895 896 897 898 899 900 901 ...1570
UP