python

Back Open Paginator
12.01.2026 22:21
pythonrennes (@pythonrennes@social.breizhcamp.org)

un outil #DevOps de gestion d'#infrastructure numérique en #Python pour faire de l'#infraAsCode : pyinfra.com/

À la différence d'#Ansible qui est également codé en Python, #PyInfra ne s'appuie pas sur un DSL yaml, mais convertit les commandes Python en commandes shell sur le terminal de la machine hôte.




Show Original Post


12.01.2026 22:21
SabbaghMike (@SabbaghMike@typo.social)

Affiche composée par @SabbaghMike dans #DrawBot (avec du code #python)
— typo : version bêta d'un caractère sans empattements (sur lequel je travaille) 😉




Show Original Post


12.01.2026 22:20
clonbg (@clonbg@masto.es)

Primeros pasos con PyQt y QtDesigner. Primer programa con Python myblog.clonbg.es/primeros-paso #Programación #Python #PyQT clonbg.es





Show Original Post


12.01.2026 22:19
boas_pucker (@boas_pucker@mastodon.social)

“Analysis of Biological Data with Python” started today for our biology bachelor students 🧬🐍

If you are interested in learning Python for data analysis, the course slides are freely available here:
github.com/bpucker/teaching/tr


@PuckerLab





Show Original Post


12.01.2026 22:19
siltaer (@siltaer@piaille.fr)

Connaissiez-vous l’interpréteur RustPython ? C'est une ré-écriture complète de CPython en Rust… ça promet d'être plus rapide et sujet à moins de bug de gestion mémoire (facilement commis en C).

rustpython.github.io/

***

Pour rappel Python est le langage de programmation le plus utilisé au monde. C'est aussi l'un des langages de script les plus lents.

#CPython #RustPython #Rust #Python




Show Original Post


12.01.2026 22:10
TechKeysX (@TechKeysX@mastodon.social)

Python program to take two numbers from the user and Print Sum,Dif & Division - S1 EP02 P2





Show Original Post


12.01.2026 21:22
habr (@habr@zhub.link)

Pydantic vs Adaptix – плюсы, минусы и области применения

Современная экосистема Python переживает большую трансформацию в подходах к обработке, валидации и (де)сериализации данных. Еще совсем недавно (десять лет назад) в питоне не было аннотаций типов, все использовали ручные проверки типов, да и в принципе мало кто заморачивался с контрактами для данных.

habr.com/ru/articles/984630/

#python #pydantic #adaptix




Show Original Post


12.01.2026 20:47
isazajuancarlos (@isazajuancarlos@mastodon.social)

Transforma tus ideas en realidades con Xiliux. Ofrecemos desarrollo de MVPs, integración de IA y automatización con scripts y bots en Python. Llévate tu negocio al siguiente nivel. ¡Cotiza ahora!

🔗 xiliux.com





Show Original Post


12.01.2026 20:28
mr_daemon (@mr_daemon@untrusted.website)

I've released version 2.2.0 of Exosphere, my patch reporting program for remote UNIX systems.

It contains support for SSH connection pipelining, with associated tools to manage their state, as well as an exhaustive polish pass.

Multiple internal systems have been refactored to be much cleaner and easier to maintain.

github.com/mrdaemon/exosphere/

#exosphere #linux #unix #FreeBSD #OpenBSD #HomeLab #SRE #Python




Show Original Post


12.01.2026 20:21
treyhunner (@treyhunner@mastodon.social)

Python Tip #12 (of 365):

Use "[]" to create empty lists instead of calling "list()".

(This week's tips will all be related to lists)

New Python programmers sometimes pick up a habit of calling "list()" to create an empty list, like this:

numbers = list()

This DOES technically work, but I recommend against this.

Use the "list literal" syntax instead:

numbers = []

Why?

Mostly because that's the way we do it.

But why...?

(1/2)🧵




Show Original Post


12.01.2026 20:18
grafana (@grafana@grafana.social)

Upcoming #Pyroscope community call:
Source code integration with #Java and #Python

Join us on Thursday, Jan 15 at 8AM PT/5pm CET. See you there!

youtube.com/watch?v=OYYrSdMTlaE




Show Original Post


12.01.2026 20:11
jamesthebard (@jamesthebard@social.linux.pizza)

After what can only be considered mean to the hardware, the Sisyphus encoding client version 1.6.3 is released with full support for Av1an. While I won't guarantee it won't eat your pets, I can say that I've encoded enough using the Av1an module that I'm confident you'll at least get some nice videos in return.

The documentation has also been updated as well on the main site along with the README.md with some better directions on getting it up and running.

Link: git.jamesthebard.net/jweatherl

#programming #python #encoding #av1an




Show Original Post


1 ...664 665 666 667 668 669 670 671 672 673 674 ...1584
UP