💜🌍 A huge THANK YOU to our Supporter-level Sponsors for making #PyLadiesCon 2025 possible! 🐍✨
🐍 @anacondainc
🌐 @Google
🦑 @kraken
💻 @Microsoft
🐍 @OptiverGlobal
Your support empowers women and allies in tech worldwide.💪💜
🔗https://2025.conference.pyladies.com/en/sponsors/

#AdventOfCode Day 4 - Construct a matrix counting the number of neighbours each cell has, and "relax" it until it stops changing
The code is not pretty, but it isn't too long - 40 lines of #Python - and runs fast - ~80 ms
Visualizations helped in solving:

I very proudly present my long awaited blog post on my @eth0 #hackercamp project.
Here we cover the experience of going to my first hackercamp as well as the #serial decoder for the HP 1653B logic analyzer.
We cover the data format and how to decode it as well as release a #Python decoder for this format.
The #decoder is promptly named 'sla0p' which is a spin on #eth0 and means 'to save' in Dutch.
Find the blog post here:
https://dantalion.nl/2025/11/06/hp1653b-eth0-serial-logic-part1.html
Python package: https://gitlab.dantalion.nl/root/dantali0n-jekyll

Counterfeit Truth Toggle
Every bool flip surprises
Creates an object whose truthiness flips on every check, defeating assumptions about consistent boolean answers.
#python #pythontricks #codingtips #programmingtutorial #pythoncounterfeittruthtutorial #pythontruthtoggletutorial #pythoncounterfeittruthtoggletutorial #pythonboolfliptopic #pythonflipsurprisestopic #pythonboolflipsurprisestopic #pythoncreatesobjectidea #pythonobjectwhoseidea
https://www.youtube.com/watch?v=Vr0mYCAqfM8
'tis the season again! I've started #adventofcode25, this year using #Python.
I'd love to do a write-up, but it's not possible with a 6 months old at home... still you can grab some [mostly annotated] code here!
https://github.com/nicolaromano/AdventOfCode2025
Случайность как следствие открытости систем и черного ящика
Пока программа остается замкнутой системой, в ней нет истинной случайности. Она появляется как только программа становится открытой и начинает получать данные извне. При этом источник данных должен выступать для программы непредсказуемой и неподдающейся контролю внешней системой, то есть быть черным ящиком. С другой стороны, в самой программе может быть псевдослучайность, когда каждое следующее значение является вычисляемым и предсказуемым, но сторонний наблюдатель, тот, кто получает данные из программы, воспринимает их случайными, потому что не знает внутреннюю логику ее работы. В таком случае на уровне системы, объединяющей все остальные и не получающей внешние данные, случайности быть не может. Подробнее
https://habr.com/ru/articles/973894/
#случайность #случайные_числа #псевдослучайные_числа #программирование #python #numpy #гипотезы #чёрный_ящик #открытая_система
React2Shell: anatomía de una vulnerabilidad histórica en React Server Components #amenazas #poc #python #vulnerabilidades
https://www.hackplayers.com/2025/12/eact2shell-anatomia-de-una-vuln.html
Content warning:Advent of Code - Day 6
I've completed "Trash Compactor" - Day 6 - Advent of Code 2025 #AdventOfCode #Python
It starts with zip(*...) and goes downhill from there.
This was pretty much all about parsing. Parsing code rarely looks pretty...
https://github.com/treyhunner/advent-of-code/tree/main/2025/day06
I tried refactoring part 2 and my refactorings made my code longer and cleverer and maybe more readable but I'm not certain about my feelings on the readability of any of these.
Bạn đang tìm cách gửi cảnh báo WhatsApp từ Python cho hệ thống giám sát sức khỏe nhưng không được dùng API trả phí hay công cụ bên thứ ba? Cần giải pháp hoàn toàn miễn phí. Có cách nào gửi trực tiếp từ Python hay giải pháp thay thế nào không?
#Python #WhatsApp #API #MiễnPhí #LậpTrình #Free #Programming #Tech
S-Expression Array for Lightweight Immutable Representation (SealIR) https://lobste.rs/s/lh9u4r #compilers #performance #python
https://github.com/numba/sealir
Content warning:Advent of Code Solution - Day 6 (Python)
This one was disturbingly easy for Part 1, then got more fun on Part 2. The name of the game is rotations, and rotating the input was the key to getting it done without too much bother.
Solution: https://git.jamesthebard.net/jweatherly/advent-of-code/src/branch/main/2025/06/solution.py
#aoc #aoc2025 #adventofcode #adventofcode2025 #programming #python
How to Create a CRUD Application with Django Framework.
Como Crear Un CRUD con Django Framework.
👉 https://nubecolectiva.com/blog/como-crear-un-crud-con-django-5-parte-1/
#programming #coding #programación #code #webdevelopment #devs #softwaredevelopment #djangoframework #python #crud
