Working on #AdventOfCode. My plan was to solve each day in both #Python and #RustLang. I thought I would be further by now. Yes, my Python answer to day 1 solves both parts, but I'm trying to be exemplary: good names, docstrings, comments-where-needed, tests, project structure, all the things.
For some reason, #HelixEditor keeps complaining about the #LSP (using both #Pyrefly and #Ruff, as usual). I'm concerned I haven't set things up right somehow, but I don't yet see where I've gone wrong.
Once this is working, further days will be easy. At least ... I hope!
【3.14対応】Pythonをいろんな意味で高速化する個人的TIPS30選
https://qiita.com/nukipei/items/cb095dcc167a7673294c?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
I just completed "Printing Department" - Day 4 - Advent of Code 2025 #AdventOfCode
Write up https://brassnet.biz/blog/advent-of-code-day-4.html
Solution in #Python https://github.com/brass75/AdventOfCode/blob/main/aoc_2025/day4.py
https://adventofcode.com/2025/day/4
Wait... `uv build --wheel .` honors the override configuration in `tool.uv.sources`, but `uv build --wheel dist/<mylib>.tar.gz` doesn't?
I wonder if this is specific to build-dependencies since that's what I'm overriding...
Helping people with #Python online, you see unusual things.
It's not uncommon to see strings (especially multi-line strings) used as comments.
But this is new to me: a single-line multi-line string that contains an already valid comment:
'''#######################################'''
🧑💻 Novo artigo: "Generators em Python: Técnicas Essenciais para Código Eficiente e Robusto"
Generators são "listas preguiçosas" que economizam memória e brilham com arquivos gigantes, sequências infinitas e pipelines. Cobri yield vs return, exceções, context managers e exemplos práticos para você aplicar hoje!
Perfeito para devs Python que querem código mais eficiente. 👇
#Python #Programação #Generators #DevTips
RE: https://mastodon.online/@neuroinformatics/115643481413121555
I'll be coordinating the "Animals in Motion" track of this summer school, returning to London in August 2026.
Apply to join us for some hands-on learning and collaboration on open-source tools for video behavioural analysis.
https://neuroinformatics.dev/open-software-summer-school
#neuroscience #python #behaviour #ethology
Jazzband, a PSF Fiscal Sponsoree, ensures the long-term maintenance of #Python projects after their original authors step away 🐍💻 By supporting cooperative coding, Jazzband keeps well-tested, well-documented projects alive. Donate today 💝

🚨 Deadline: Dec 7 🚨
⏰ Time’s ticking — 3 days left until the #PyTexasConference2026 #CFP closes.
Your story or #Python project could inspire the community!
Submit here → https://www.pytexas.org/2026

"Django 6.0 brings template partials, background tasks, Content Security Policy, and more"
"Template partials are now available, allowing projects to modularize templates using small, named fragments. Django6.0 introduces several notable features aimed at improving code modularity, security, and developer workflow."
🌟 Check out Patty Trejo, our LATAM keynote at #PyLadiesCon 2025!
Her talk: “Liderazgo femenino en el mundo Tech” 🇱🇦💜
💜 Regístrate: https://2025.conference.pyladies.com/en/
#PyLadies #WomenInTech #LATAM #Python

Как превратить хаотичный ML-проект в систему: пошаговый гайд по DVC + GitHub Actions
Пора строить систему, которая собирается за вечер на двух инструментах: DVC и GitHub Actions . Этот пост - пошаговый гайд , как превратить хаос в полноценный CI/CD‑пайплайн. Без кубернетесов, без сложной инфраструктуры. Зато с автоматизацией, воспроизводимостью и твоим спокойствием :) Начнем ↓ ⠀⠀
https://habr.com/ru/articles/973268/
#ml #data_science #базы_данных #devops #машинное_обучение #dvc #github_actions #mlops #воспроизводимость #python