Two nice things to add to your #Python testing toolkit.
https://nedbatchelder.com/blog/202601/testing_exceptions_and_caches
Você ai tem alguma ideia de projeto em python que possa ajudar o seu dia?
, (estou com bloqueio de criatividade)
just finished an upgrade of a #timelapse #python #script : now possible to control a lighting setup in sync with the video grab. next step is to improve the time precision
repo : https://gitlab.com/frankiezafe/basic_security_cam/-/tree/master/timelapse
#electronic #automation #lab #photography

🚀 Đã ra mắt Rust implementation của jzip – công cụ nén embedding hình cầu của Jina AI. ✅ Định dạng file giống gốc (header 16 byte + zstd). ✅ Gần loss‑less, lỗi < epsilon float32. ✅ CLI end‑to‑end cho HuggingFace Transformers / sentence‑transformers. ✅ Tối ưu tốc độ bằng rayon & NEON. 📊 Ví dụ: model all‑MiniLM‑L6‑v2 nén 9216 B → 6767 B, tỉ lệ 1.36×, lỗi max 6.7e‑08. #Rust #Python #AI #MachineLearning #EmbeddingCompression #HọcMáy #NénEmbedding
https://www.reddit.com/r/LocalLLaMA/comments/1qmu2
Got one of those little Polono P31s thermal label printers from shown on TikTok - actually a neat little gadget, only thing I'm not a fan of the Labelnise app - no idea what/if its sending out. So with the assistance of Claude, knocked up a small Python CLI to print text, images, qr and barcodes to it over BLE.
https://github.com/AndyQ/Polomo-P31S-Thermal-Printer
A Practical Trading Decision Pipeline in Python: A Starter Guide
This post walks through an end-to-end workflow: clean returns, estimate volatility, generate a simple signal, size positions with risk control, and evaluate with realistic backtest rules in Python.
#Python #Quant #Trading #RiskManagement #TimeSeries #DataScience #market #machineLearning #ai
@ai @programming @socialsciences @medium @pythonclcoding @towardsdatascience @chartrdaily @pythonhub

Naive Bayes Classifier Explained With Practical Problems
This post breaks down Bayes intuition, builds a spam filter in Python, and shows how to verify it properly (precision/recall, F1, and error analysis) so the results are trustworthy.
#Python #MachineLearning #NLP #NaiveBayes #DataScience #programming #ai
@ai @socialsciences @programming @pythonclcoding @towardsdatascience @chartrdaily @theartificialintelligence
Python Tip #25 (of 365):
Don't associate "for" loops with data structures: just think "iterable".
Python's "for" loops are not for looping over data structures. They're for looping over iterables.
A "for" loop can loop over a file object, a "csv.reader" object, or a generator, but none of those are "data structures".
When it comes to iteration in Python, don't think in terms of data structures: think in terms of iterables!
Dass es so lange gedauert hat, lag daran, dass ich an einigen Stellen für mich #Neuland betreten habe und das für meine Notizen ordentlich dokumentiert habe. Dabei habe ich aber einiges gelernt:
- über #osxphotos und die Fülle an Möglichkeiten
- über die #Apple Photo-Library und ihre Struktur
- darüber, dass Zeitstempel im Dateinamen von Fotos keine Selbstverständlichkeit sind 😂
New posts on https://www.youtube.com/@novaTopFlex specifically refer to prime numbers, composite numbers, and prime factorization—all within the #Python programming language. #SymPy and #Unicode are my predominant topics of the day.
Another #PyTexasConference2026 guess who clue! 🤔
This community engineer enjoys building overly complex #Python automations for their daily life while supporting developers build infrastructure.
Which speaker do you think it is? First person to guess correctly will be put in a drawing!
Be sure to get your ticket today for our 20th anniversary conference. 💛
https://www.pytexas.org/2026/
Made the switch from #ActualBudget to #beancount for my personal finances
The ecosystem is nice
- #fava, #beangulp for imports, #beanahead for recurring transactions, #favaCustomDashboards for charts, and #favaInvestor for portfolio tracking
Also went overboard with custom stuff:
- PDF importers with #ML payee/account prediction
- Custom linters for validation
- Forked #favaEnvelope for envelope budgeting
- #Makefile with 28 targets for price fetching to #FIRE calcs
#plainTextAccounting is great when you can just write #Python to solve your edge cases
#personalFinance #doubleEntryAccounting #CLI #fintech #devlife