Social scientists who know how to code, are you using #R or #python and why? Where/how did you learn to code? #socialscience #socialsciences #SciencesSociales
It took me until the end of August 2025, but I finally got done with a massive #AdventOfCode project: a SINGLE LINE of #Python that solves EVERY DAY of #AdventOfCode2024!
I call it "The Drakaina", after the Python of Greek mythology. Look, if you dare...
https://github.com/WinslowJosiah/adventofcode/blob/main/aoc/2024/drakaina.py

⭐️🎤 In-depth talk spotlight! 🎤⭐️
🎙Observability Matters: Empowering Python Developers with OpenTelemetry, by Yash Verma: https://pretalx.com/pyconuk-2025/talk/N8M3ZU/
🎟️ Grab your ticket! https://2025.pyconuk.org/tickets/

la PEP 799 concernant l'ajout d'un package natif profilers dans la bibliothèque standard de #Python 3.15 a été acceptée. Il y aura :
- un sous-module profilers.tracing pointant vers le profileur systématique cProfile actuel
- un sous-module profilers.sampling reprenant le profileur par échantillonnage tachyon
Intérêts :
- proposer des outils de profilage natifs à la communauté
- faciliter le profilage des opérations bas-niveau faites par l'interpréteur
@Riduidel il y a une dernière solution sortie avec #Python 3.14 : les t-strings (template-strings) https://realpython.com/python-t-strings/
À l'utilisation, les options de formatages sont celles des f-string, mais les résultats obtenu est un objet contenant le modèle de texte et ses éléments dynamiquement formatés ; ce qui laisse la possibilité de vérifier ou d'échapper des valeurs qu'on s'apprête à fusionner dans le modèle. C'est un peu comme une f-string avec des hooks de vérification.
PyCon Finland is back after 9 years with a special one-day event! 🐍 🇫🇮
Buy your ticket now for three tracks of talks, a keynote, lightning talks, open spaces, and welcome also to the sprint weekend.
#PyConFI #PyCon #Finland #PyConFinland #Python

Как я НЕ взломал ED25519
В этой статье будет описано, как один чересчур поверивший в себя программист пытался взломать один из фундаментальных алгоритмов криптографии. Эта статья признана огородить других от подобных попыток или наоборот заинтересовать новых смельчаков для подобной авантюры. Сначала я опишу суть алгоритма на простом коде, затем перечислю методы и идеи, которыми я пытался его взломать.
https://habr.com/ru/articles/939686/
#curve25519 #ed25519 #python #хакинг #криптография #эллиптические_кривые #исследования_в_ит #математика #edwards_curve #уязвимости
#hackingetico #python ofensivo
print("Cara culo de mono")
En python, il y a 4 manières de formatter une chaîne. Il me semble que les f-strings soient la dernière. Comment les utiliser ? Cette cheatsheet vous 'lexplique. https://fstring.help/cheat/ #python #string #format
L'intersection entre l'implémentation des classes en Python et le pattern matching crée des résultats suffisament terrifiants pour que je me demande comment ce même pattern matching est réellement implémenté en Java. https://www.hillelwayne.com/post/python-abc/ #pattern #programming #python #horreur #bizarre #hack
What if all munros (mountains in Scotland > 3000ft or 914.4m) were on a single munro? 🗻
Fun visual experiment for #TidyTuesday using #python, pandas, #matplotlib, pyfonts.
Code https://github.com/Lisa-Ho/small-data-projects?tab=readme-ov-file#082025-scottish-munros

Today marks the last day of #EuroSciPy2025 → our sprint sessions! 🏃💻
While contributors team up on open source projects, let’s look back at the past few days of inspiring talks, tutorials, and keynotes.
📸 Sharing some moments from the conference below.
Thank you to all speakers & participants for the energy, ideas, and community you brought!
#Python #OpenScience #Community #EuroSciPy
