Decorators are optional, and privacy in Python is mostly convention.
Stop using reduce as filter and switch to filter.py.
Started Python today, learned basics, and wondered about Rails too.
@unfa Thanks for the suggestion. I wasn't expecting #python in that...
# Vibe Coding под прицелом: Claude Opus 4.5 против китайского GLM-4.7 в бою за транскрибацию GigaAM
Месяц работы за один вечер: сравнил Claude Opus 4.5 и китайский GLM-4.7 в vibe coding на задаче локального транскрайбера для NDA-встреч. Где критические баги, а где архитектурный идеал — и почему дорогой инструмент в 7 раз не всегда оправдан.
https://habr.com/ru/articles/990414/
#transcription #vibecoding #vibecoding #llm #llmагент #agent #agents #python #ai
Gold! Its price is soaring. 📈
In Bamboo Weekly, we use #Python #Pandas to look at its price — compared with silver, and as a proportion of central bank holdings.
Improve your data-analysis skills every Wednesday, with challenges based on current events, using real-world data sets: https://BambooWeekly.com

#Pydantic tip: If you want your Pydantic model to have an optional field without your IDE screaming at you about missing arguments, you MUST declare it typed | None = None
(OK so yeah that's a type and a default argument, gimme a break :)
So you can't just:
class Moof():
dog: str
cow: str
is_mac_lore: bool | None
Because you'll still get missing argument whining. If however you declare it as:
class Moof():
dog: str
cow: str
is_mac_lore: bool | None = None
Your red glowing IDE induced headache about missing arguments will subside and you can get on with your day :)
Happy #python coding!
Nhóm bán ẩn danh vừa ra mắt công cụ **muna transpile** - chuyển mã AI inference từ Python sang C++ (header‑only, tự tạo CMakeLists, tự tải llama.cpp, onnxruntime, mlx…). Demo Kokoro‑TTS chạy trên Apple Silicon, sắp hỗ trợ Qwen3‑TTS và LLM như gpt‑oss‑20b. Miễn phí, mã Python của bạn vẫn là của mình. Cài: `pip install muna && muna transpile <tệp‑python> --trust-remote-code --install-deps` #AI #CPlusPlus #Python #MunaTranspile #công_cụ #truyền_mã
https://v.redd.it/xt3gvhgl16gg1
S1 EP19 Lab 1 - Machine Learning in Python - Updating Tuples in Python - When Tuples Are Immutab #datascienceforbeginners #jupyternotebook #vscode #statistics #datascience #PythonForDataScience #dataengineering #softwaredeveloper #codingforbeginners #machinelearningbasics #machinelearningtutorial #mlforbeginners #machinelearning #learnpython #jupyterlabs #learntocode #algorithims #pythoncoding #python #machinelearningmodels
🎤 Speaker Announcement
We’re excited to welcome Sammie Jiang as a speaker at PyCascades 2026! 💜🐍
Senior backend engineer at Coffee Meets Bagel, with a background in cybersecurity and a Python journey that started in network security and IoT/OT.
🎟️ Tickets 👉 https://2026.pycascades.com/

Python Essentials https://leanpub.com/b/pythonessentials by Anish Nath is the featured bundle on the Leanpub homepage! https://leanpub.com #ComputerSecurity #Cryptography #Python #Cookbooks
Find it on Leanpub!

Btw, the latest rixpress version now supports Sub-Pipelines! rixpress: reproducible analytical pipelines in #RStats, #Python and #Julia using #Nix as the underlying build tool!
