un outil #DevOps de gestion d'#infrastructure numérique en #Python pour faire de l'#infraAsCode : https://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.
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) 😉
Primeros pasos con PyQt y QtDesigner. Primer programa con Python https://myblog.clonbg.es/primeros-pasos-con-pyqt-y-qtdesigner-primer-programa-con-python/ #Programación #Python #PyQT https://clonbg.es

“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:
https://github.com/bpucker/teaching/tree/master/WBIO-A-07
#Python #DataAnalysis #Biology #OpenEducation #OpenScience #Teaching #Bioinformatics #BigData #DataScience
@PuckerLab

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).
***
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
Python program to take two numbers from the user and Print Sum,Dif & Division - S1 EP02 P2 #Python #LearnPython #PythonProgramming #VariablesInPython #PythonTutorial #PythonBasics #TechEducation #CodingBasics #CodeNewbie #S1EP01 #PythonSeries #LearnOnTikTok #TechTok #CodingTok #EducationTikTok #Programming101 #python #CodingForBeginners #ProgrammingSeries #CodeTutorial
Pydantic vs Adaptix – плюсы, минусы и области применения
Современная экосистема Python переживает большую трансформацию в подходах к обработке, валидации и (де)сериализации данных. Еще совсем недавно (десять лет назад) в питоне не было аннотаций типов, все использовали ручные проверки типов, да и в принципе мало кто заморачивался с контрактами для данных.
https://habr.com/ru/articles/984630/
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! #LegalTech #Python #Xiliux

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.
https://github.com/mrdaemon/exosphere/releases/tag/v2.2.0
#exosphere #linux #unix #FreeBSD #OpenBSD #HomeLab #SRE #Python
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)🧵
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!
https://www.youtube.com/watch?v=OYYrSdMTlaE
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: https://git.jamesthebard.net/jweatherly/sisyphus-client
#programming #python #encoding #av1an