Content warning:Advent of Code - Day 4
I've completed "Printing Department" - Day 4 - Advent of Code 2025 #AdventOfCode #Python
Stumbled on a decent use of a walrus operator for part 2.
https://github.com/treyhunner/advent-of-code/blob/main/2025/day04/part2.py
Rustで書かれた高速Python型チェッカー「Pyrefly」の紹介
https://gihyo.jp/article/2025/12/monthly-python-2512?utm_source=feed
#gihyo #技術評論社 #gihyo_jp #Python #型チェッカー #Pyrefly #Rust
Một SDK Python mới tên Consoul đã ra mắt, giúp đơn giản hóa việc gọi công cụ (tool calling) với Ollama, Claude và GPT. Nó xử lý vòng lặp gọi công cụ, chỉnh sửa file, tìm kiếm code và có giao diện người dùng văn bản (TUI) tiện lợi, cùng với đếm token nhanh hơn cho Ollama. Rất hữu ích cho các nhà phát triển AI!
#Python #SDK #Ollama #AI #ToolCalling #DeveloperTools #Python #Ollama #CôngCụAI #PhátTriển
https://www.reddit.com/r/LocalLLaMA/comments/1pdqlkp/built_a_python_sdk_for_tool_calling_with_ol
When Rustaceans meet Pythonistas
https://video.linux.it/videos/watch/f44c0119-8447-43c0-84c7-64612de58059
I just completed "Lobby" - Day 3 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/3

I've completed "Gift Shop" - Day 2 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/2
3d wireframe .obj file viewer
https://lemmy.world/post/39692283
#Python Lern Code des Tages:
import numpy
import numpy as np
x = np.multiply.outer([1, 2, 3, 4], [11, 22, 33])
print(x)
Descomponer el área del rectángulo en cuatro rectángulos diferentes según la relación algebraica:
(x+a)(x+b) = x^2 + ax + bx + ab
#python algebra #rectangulo #Geometria
#softwareLibre #Flisol
Content warning:Spoilers Advent of code day3
🎄 Advent of code day 3. 🎄
Pretty happy with what I`ve got going on today. Love this callenge every year. And hot take: 12 Puzzles days is better than 24.

Contentful is hiring Marketing Operations AI Engineer
🔧 #python #rest #sql
🌎 Denver, Colorado
⏰ Full-time
🏢 Contentful
Job details https://jobsfordevelopers.com/jobs/marketing-operations-ai-engineer-at-contentful-com-jul-31-2025-976ad8?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Unintentional #Python error of the day:
`ValueError: 'test' is not a valid Test`