python

Back Open Paginator
26.01.2026 00:19
nedbat (@nedbat@hachyderm.io)

Two nice things to add to your #Python testing toolkit.
nedbatchelder.com/blog/202601/




Show Original Post


25.01.2026 23:12
nexusdev (@nexusdev@mastodon.social)

Você ai tem alguma ideia de projeto em python que possa ajudar o seu dia? :thonking: , (estou com bloqueio de criatividade)




Show Original Post


25.01.2026 22:28
tessela_is (@tessela_is@mastodon.social)

just finished an upgrade of a : now possible to control a lighting setup in sync with the video grab. next step is to improve the time precision
repo : gitlab.com/frankiezafe/basic_s





Show Original Post


25.01.2026 22:16
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

🚀 Đã 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

reddit.com/r/LocalLLaMA/commen




Show Original Post


25.01.2026 22:13
andyq (@andyq@mastodon.social)

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.

github.com/AndyQ/Polomo-P31S-T




Show Original Post


25.01.2026 21:48
hasanaligultekin (@hasanaligultekin@me.dm)

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.

:medium: medium.com/@hasanaligultekin/a

#Python #Quant #Trading #RiskManagement #TimeSeries #DataScience #market #machineLearning #ai

@ai @programming @socialsciences @medium @pythonclcoding @towardsdatascience @chartrdaily @pythonhub





Show Original Post


25.01.2026 20:35
hasanaligultekin (@hasanaligultekin@me.dm)

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.

:medium: medium.com/activated-thinker/n

#Python #MachineLearning #NLP #NaiveBayes #DataScience #programming #ai

@ai @socialsciences @programming @pythonclcoding @towardsdatascience @chartrdaily @theartificialintelligence





Show Original Post


25.01.2026 19:46
treyhunner (@treyhunner@mastodon.social)

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!




Show Original Post


25.01.2026 19:33
cmalloc (@cmalloc@bonn.social)

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 #python und #pyenv

- ü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 😂




Show Original Post


25.01.2026 19:25
novaTopFlex (@novaTopFlex@mastodon.social)

New posts on youtube.com/@novaTopFlex specifically refer to prime numbers, composite numbers, and prime factorization—all within the programming language. and are my predominant topics of the day.




Show Original Post


25.01.2026 18:30
pytexas (@pytexas@fosstodon.org)

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. 💛
pytexas.org/2026/





Show Original Post


25.01.2026 17:34
griff (@griff@vmst.io)

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




Show Original Post


1 ...592 593 594 595 596 597 598 599 600 601 602 ...1585
UP