python

Back Open Paginator
04.02.2026 01:02
stephenblum (@stephenblum@mastodon.social)

Build a Python terminal chat module that sends and receives messages.





Show Original Post


04.02.2026 00:35
py013 (@py013@mastodon.social)

< Muita pesquisa e preparação no Esquenta ! >

Neste sábado, abordamos dados públicos e insights para serem aplicados no evento principal em março, em conjunto à @SociedadePinguim.

Ainda teremos um pré-evento 21/02 para a ODD! 📊





Show Original Post


04.02.2026 00:25
jofr (@jofr@ruby.social)

I wonder if skills are for #AI #agents what packages are for JS & #Python (or gems for #Ruby) : reusable, importable functionality which can be added easily
agentskills.io/home




Show Original Post


04.02.2026 00:21
djangonews (@djangonews@mastodon.social)

💼 [Jobs] Python Developer REST APIs - Immediate Start

djangojobboard.com/618/python-




Show Original Post


04.02.2026 00:15
lobsters (@lobsters@mastodon.social)

Django security releases issued: 6.0.2, 5.2.11, and 4.2.28 via @paulox lobste.rs/s/ux5gy3
djangoproject.com/weblog/2026/




Show Original Post


04.02.2026 00:06
treyhunner (@treyhunner@mastodon.social)

Python Tip #34 (of 365):

Remember that in Python, functions are objects.

If you need to call a bit of code later, you don't need to make a class with a method... you could just make a function!

🧵(1/4)




Show Original Post


03.02.2026 23:48
hugovk (@hugovk@mastodon.social)

Out now!

Python 3.14.3 and 3.13.12!

All the best bugfixes!

discuss.python.org/t/python-3-




Show Original Post


03.02.2026 23:40
feed (@feed@feedsin.space)

Python 3.13.12

Release date: 2026-02-03 21:17:10+00:00

python




Show Original Post


03.02.2026 22:11
dalke (@dalke@toots.nu)

Porting #chemfp to #Python 3.14 was a couple hours. Had to update Cython. Found a ctypes change I don't understand, but the unit tests pass. Had to tweak tests as a few Python error messages changed.

Here's one. In the ValueError raised from the following incorrect date:

import datetime
datetime.datetime.fromisoformat("2026-02-29")

Python 3.13: "day is out of range for month"

Python 3.14: "day 29 must be in range 1..28 for month 2 in year 2026"

Nice! Not mentioned in the release notes.




Show Original Post


03.02.2026 22:10
Changaco (@Changaco@diaspodon.fr)

On this somewhat special anniversary, I also want to state once again that Liberapay is an open project. *You* can contribute to it if you have some basic skills, and receive some money in return. There's still a lot of work to do, including quite a bit that doesn't involve programming, and plenty to learn.

Liberapay is written in #Python, #SQL (until I can finish building what's needed to get rid of it), and as little #JavaScript as possible.

github.com/liberapay/liberapay




Show Original Post


03.02.2026 22:06
tlohde (@tlohde@fediscience.org)

I often wish my introduction to #python hadn't been through #Jupyter notebooks. They're great, and very beginner friendly. But. Trying to now learn how to make a little command line interface,* and the need for an empty __init__.py file, and the totally bizarre** `if __name__ == '__main__'` and a .toml etc... and it ends up feeling all a bit too much.

Maybe uv will help. Maybe Poetry will. Is typer better than Click?

I catch myself wanting to make a huge monolithic jupyter notebook to do the thing I want to do, and avoid learning all the scaffolding that goes into making a "package"

/rant

* with Click: click.palletsprojects.com/en/s
** I'm sure there's a (good?) reason, I'm just not sure I want to know

#coding #iDontWantClaudeToDoItForMe




Show Original Post


03.02.2026 22:03
fgregg (@fgregg@mastodon.social)

here's a package that lets you use postgresql's full text search as a search backend for haystack in your django project.

pypi.org/project/postgres-fts-

why i might be interesting:

1. postgresql fts has gotten pretty good
2. any complicated enough search implementation will reinvent most of haystack
3. even if you ultimately want a dedicated search provider, it's nice to get started without and additional service to run.




Show Original Post


1 ...541 542 543 544 545 546 547 548 549 550 551 ...1588
UP