Tachyon: High frequency statistical sampling profiler
https://docs.python.org/3.15/library/profiling.sampling.html
#HackerNews #Tachyon #HighFrequency #Profiling #Sampling #Python #Performance
🌘 `profiling.sampling` — 統計式剖析器 (Statistical Profiler)
➤ 無須停機、近乎零負載的生產級效能分析方案
✤ https://docs.python.org/3.15/library/profiling.sampling.html
Python 3.15 引入了名為 「Tachyon」 的 `profiling.sampling` 模組,這是一款專為高效能需求設計的統計式剖析器。與傳統會顯著拖慢程式速度的追蹤式剖析器不同,Tachyon 採用外部觀察模式,透過定期擷取呼叫堆疊快照來估算時間分配。這種設計讓開發者能在不修改程式碼、不重啟服務的情況下,直接掛載到運行中的生產環境程序,實現近乎零負載的效能監控。它不僅能產出火焰圖與熱圖,更支援非同步任務追蹤與字節碼等級的深度分析,是解決複雜系統瓶頸的利器。
+ 終於可以在生產環境直接 attach PID 進行排錯了,這對解決那些「只在線上出現」的效能問題非常有幫助。
+ 統計採樣雖然有誤差,但對於找熱點(Hotspots)來說,低負載帶來的準確性反
#Python 效能優化 系統調校
Tachyon: High frequency statistical sampling profiler
https://docs.python.org/3.15/library/profiling.sampling.html
Small spoiler for pycdo hex logo
#python #RStats

Tide is hiring Senior Data Scientist
🔧 #python #aws #azure #gcp #sql #seniorengineer
🌎 Hyderabad, India
⏰ Full-time
🏢 Tide
Job details https://jobsfordevelopers.com/jobs/senior-data-scientist-at-tide-co-dec-10-2025-78e2ea?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Me: oh perfect, this code should be a great reference for my problem. All in one file too? Let me open it up
File opened: *6000+ lines* 😭
V - S1 EP13 Lab 1 - Machine Learning in Python - Protected Attributes - Explained in Python #python #codingforbeginners #mlforbeginners #machinelearning #dataengineering #datascienceforbeginners #jupyternotebook #learnpython #PythonForDataScience #machinelearningmodels #algorithims #pythoncoding #softwaredeveloper #machinelearningbasics #datascience #machinelearningtutorial #jupyterlabs #statistics #vscode
Python Command-Line Arguments via @realpython
#python #programming
https://realpython.com/python-command-line-arguments/
Diligent is hiring Senior Manager, Software Engineering
🔧 #c #python #dotnet #react #node #aws #azure #cicd #gcp #nosql #sql #seniorengineer
🌎 Budapest, Hungary
⏰ Full-time
🏢 Diligent
Job details https://jobsfordevelopers.com/jobs/senior-manager-software-engineering-at-diligent-com-dec-18-2025-1d4ace?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Bạn đang xây dựng pipeline RAG và gặp khó khăn với file Office cũ (.doc, .xls, .ppt)? Thư viện pure‑Python sharepoint‑to‑text cho phép đọc cả định dạng legacy và hiện đại mà không cần LibreOffice, Java hay subprocess. Giảm kích thước container, an toàn và hoạt động trên Lambda. Cài pip install sharepoint‑to‑text và đơn giản hoá việc trích xuất văn bản. #Python #RAG #AI #LLM #LegacyFiles #KỹThuật #TríTuệNhânTạo
https://dev.to/tobias_horsmann_dcbbacec3/why-i-built-a-pure-python-library-for-legacy
🎄 Mùa Giáng sinh trên terminal Linux! Học cách cài pipx và chạy công cụ Python 'christmastree' để xem cây Noel hoạt hình ngay trong console. Hỗ trợ mọi bản phân phối Linux, bao gồm Manjaro/BIG Linux. Đừng quên mở cửa sổ đủ lớn (≥100x40). #Linux #Python #CLI #Christmas #Terminal #pipx #GiángSinh #MãNguồn
https://dev.to/igorgbr/merry-christmas-in-your-linux-terminal-5ei2
Tuần 2 Challenge: Caesar Cipher 🗝️ – Bài tập mã hoá đơn giản nhưng kiểm tra kỹ năng xử lý chuỗi, vòng lặp, tính modulo và bảo toàn chữ hoa/thường. Thử nghiệm: HELLO → KHOOR (shift 3), ROT13, brute‑force 26 khóa. Rất hữu ích cho phỏng vấn Security Engineer. #CaesarCipher #Cryptography #Security #Interview #Python #BảoMật #MãHoá #LậpTrình
https://dev.to/fosres/week-2-scripting-challenge-caesarian-cipher-5916