Loop through Tuple by using for and while loop in Python - S1 EP06 P3 - #python #PythonProgramming #LearnPython #PythonBasics #Programming101 #pythonlife #ListItem #CodeTutorial #TechEducation #DeveloperLife #DailyCoding #Shorts #Reel #tiktoklearningcampaign #CodingForBeginners #PythonForBeginner #Programming #CodingTip #PythonOperators #codedaily
labeille Package Registry stats
Top 3.15 Blockers (364 packages):
* PyO3 / Rust / maturin: 111
* C extension build failures: 108
* pydantic-core (transitive PyO3): 69
* numpy / scipy / meson: 43
Once PyO3 adds 3.15 support, ~180 more packages will unlock (PyO3 direct + pydantic-core transitive)
Skip Reasons (418 packages):
* Monorepo subpackage (Azure, GCloud, etc.): 214
* No test suite found: 70
* No source repository: 52
* Type stub packages: 42
#Python #CPython #JIT #registry #labeille
#openSUSE Tumbleweed February recap: #KDE Plasma 6.6, #Linux kernel 6.19.3, GRUB2 2.14, and major security fixes across #OpenSSL, #FreeRDP & #Python. Keep rolling🐧🦎💪 https://news.opensuse.org/2026/03/02/tw-monthly-update-feb/
labeille Package Registry stats
We've grown the registry: https://github.com/devdanzin/labeille/tree/main/registry/packages
* Total packages: 1,500
* Enriched (information collected and present): 1,500 (100%)
* Fully runnable on CPython 3.15: 654 (43.6%)
* Skipped (no tests, monorepo, etc.): 418 (27.9%)
* 3.15-specific blockers (skip_versions): 364 (24.3%)
* pytest: 95.1% (1,427 packages)
* unittest: 4.8% (72 packages)
* GitHub: 96.4% of repos
* Same JIT crash found in 7 packages
#Python #CPython #JIT #debugging #registry #labeille
I just updated my wallsize script to now have a UI....
https://github.com/furycd001/wallsize/
Novo post no blog 🐍
Você acha que sabe onde está o gargalo. Quase sempre você está errado.
Escrevi sobre profiling em Python com cProfile e memory_profiler — do problema ao fix, com exemplos reais. A ideia central: meça primeiro, otimize depois. Intuição é um método caro.
🔗 https://www.riverfount.dev.br/posts/profiling-em-python/
#python #performance #profiling #opensource
https://winbuzzer.com/2026/02/28/microsoft-removes-excel-copilot-app-skills-user-confusion-xcxwbn/
Microsoft Removes Excel Copilot App Skills After Confusion
#AI #Excel #Microsoft #Python #Microsoft365 #MicrosoftExcel #MicrosoftOffice #MicrosoftCopilot #Microsoft365Copilot

Recursion Error Breaks Reality
A Python developer accidentally creates infinite recursion that breaks the terminal and reality itself.
#python #coding #recursion #developer #programming #error #infinite #loop
https://www.youtube.com/watch?v=7Pcv5c44yzE
Python Tip: enumerate() with start
items = ['a', 'b', 'c']
for i, item in enumerate(items, start=1):
print(f'{i}. {item}')
# 1. a 2. b 3. c
enumerate() has a start parameter. No more manual counter variables.
https://raccoonette.gumroad.com/l/Python-for-Beginners-From-Zero-to-Your-First-Projects
#Python #CodingTips #Programming
Python Tip: dict.get() Default
config = {'debug': True}
verbose = config.get('verbose', False)
# Returns False instead of KeyError
dict.get(key, default) returns a default value instead of raising KeyError. Safer than direct...
https://raccoonette.gumroad.com/l/Python-for-Beginners-From-Zero-to-Your-First-Projects
#Python #CodingTips #Programming
Изучаем FastAPI за одну статью: от «Hello World» до структурированного API
Если вы пишете бэкенд на Python или только собираетесь вкатиться в эту тему, вы точно слышали про FastAPI. Он обещает скорость NodeJS, автодокументацию из коробки и строгую типизацию. Звучит круто, но для новичка любая новая технология выглядит пугающе. В этом гайде я хочу взять вас за руку и провести по всем базовым концепциям фреймворка. Мы напишем свой первый API-сервис с нуля, разберем частые ошибки новичков с асинхронностью и поймем, как писать чистый код с помощью APIRouter. Спойлер: баз данных и сложных ORM сегодня не будет, сосредоточимся на чистом понимании магии FastAPI.
https://habr.com/ru/articles/1005390/
#fastapi #python #python3 #python_для_начинающих #python_3 #python_tutor #вебразработка
Introduzione al Machine Learning per la Gestione e il Monitoraggio delle Reti - Fondamenti Teorici - modulo 4
https://garr.tv/w/39e8fgU11eHAkNyWtQnkcT