uv comprehensive cheatsheet
https://mathspp.com/blog/uv-cheatsheet
🎮 Aspiring Data Analyst in CS2.
I have the stack (Python, SQL, BI) and the game knowledge. Now, I need a challenge to prove it.
🔥 The Challenge: Drop a CS2 question or myth in the comments (e.g., "Win rate of Force Buy vs Eco on Mirage").
I will scrape the data, build a visualization, and publish the results this week. Put my skills to the test! 👇
#DataAnalytics #Esports #CS2 #Python #EntryLevel
Better Python tests with inline-snapshot
https://fed.brid.gy/r/https://pydantic.dev/articles/inline-snapshot

Curso Introdução à Programação em Python da Udacity: aprenda do zero com aulas práticas
https://guiadeti.com.br/curso-introducao-programacao-python-udacity/
#cursoonline #iniciante #logicaprogramacao #programacaopython #python #udacity
https://guiadeti.com.br/curso-introducao-programacao-python-udacity/?fsp_sid=620
Python Trending (@pythontrending)
f1-race-replay는 Python으로 만든 인터랙티브한 포뮬러1 경기 시각화 및 데이터 분석 도구입니다. 경기 재현과 통계 분석을 결합해 레이스 이벤트를 시각적으로 탐색하고 데이터 기반 인사이트를 얻을 수 있도록 설계된 프로젝트로, 스포츠 데이터 시각화 및 분석 워크플로우에 유용합니다.
https://x.com/pythontrending/status/2020820119094440199
#f1 #visualization #python #dataanalysis
We’ve still got some spaces for our February monthly meetup, this Wednesday!
Join me at Python Ireland February 2026 Meetup https://meetu.ps/e/PQGVL/JbmdX/i
We’ve got space for 1 or 2 lightning talks too ⚡️
#PyConIe #Python #PyCon #PythonIe
"import this" hits different when you're running it from your phone.
notebook mode. coming soon.
#python #jupyter #pyodide #wasm

It is absurd to me that in February 2026 on #Ubuntu with a Python console app I created that when the Internet connection is lost I can't control-c and stop the console app while it is internally waiting on a remote https connection timeout. That control-c doesn't penetrate deeper into the Python runner in certain no-output states. I've seen those kind of design issues in console apps for over 3 decades.
Of course, I could re-code the app and design around the default behavior to send control-c deeper into the timeout logic. But I'm just following the basic examples of how to use python to grab content off a web server. There has to be a massive number of console apps that use this same approach... and control-c won't respond for 10 or 15 seconds and give the shell back to the user.
Индикация смены раскладки клавиатуры в виде лампы с RGB-светодиодом для Gnome
Этот cказ о том, как мне надоело приглядываться к раскладке клавиатуры, и я решил проблему попутно освоив нестолько фичей в программировании и не только Есть одна маленькая, но изматывающая боль, знакомая почти каждому, кто много печатает. Ты смотришь на экран, пальцы уверенно бегут по клавиатуре, мысль сформулирована… и на выходе получается:
https://habr.com/ru/articles/994640/
#раскладка_клавиатуры #лампа #arduino #python #dcom #gnome #gnomeplugin
Every 2 years #ROS releases a new LTS version requiring a new #Ubuntu version, (with new #Python version), that requires rebuilding my robot Dave and revisiting my installer for the robot hardware Python API, robot files, and sensors.
For years I wondered why I could not just apt install a #GoPiGo3 deb file, or just build a #pyprojecttoml ?
So I built each. Now understand why I must use an install script.
#DexterIndustries devs were genius!
The #EducationalRobot market is a mess.
One way to convert a dictionary into an object in #Python
