Khung ServerFramework mới có thể tự động tạo ORM, REST API, GraphQL, MCP và test cases từ Pydantic models. Một giải pháp "Single Source of Truth" giúp giảm thiểu code duplication và tăng hiệu suất phát triển. #Python #Pydantic #ORM #REST #GraphQL #DevTools #PhátTriểnPhầnMềm #CôngNghệ
https://github.com/JamesonRGrieve/ServerFramework
S1 EP4 T3 - Machine Learning in Python Coefficients and Intercept #python #learntocode #vscode #artificialintelligence #jupyterlabs #computerscience #machinelearning #jupyternotebook #softwaredeveloper #dataengineering #visualstudio #coding #datascience #codingbasics #statistics #algorithims #softwareengineer #mathematics #sql #linq
Right Mental Model for Python Data
https://programming.dev/post/38798735

🌗 TIL:Python 的 splitlines 功能遠超預期,不只處理換行符
➤ 解鎖 Python 字串處理的額外維度:splitlines 的全面解析
✤ https://yossarian.net/til/post/python-s-splitlines-does-a-lot-more-than-just-newlines/
本文分享了 Python 內建字串方法 `splitlines()` 的隱藏功能。作者原以為此方法僅能處理常見的換行符(`\\n`, `\\r`, `\\r\\n`),然而實際測試後發現,`splitlines()` 實際上支援比通用換行符更廣泛的行邊界定義,包括行定位符 (`\\v`)、換頁符 (`\\f`)、以及多種 C1 控制碼(如檔案分隔符 `\\x1c`、羣組分隔符 `\\x1d`、記錄分隔符 `\\x1e`、下行符 `\\x85`)和 Unicode 定義的行分隔符 (`\\u2028`)、段落分隔符 (`\\u2029`)。這顯示了 Unicode 的複雜性,以及許多系統仍為控制碼賦予特定語義。
+
#Python #字串處理 #換行符
An exercise to help build the right mental model for Python data, the “Solution” link uses memory_graph to visualize execution and reveal what’s actually happening:
- Solution: https://memory-graph.com/#codeurl=https://raw.githubusercontent.com/bterwijn/memory_graph_videos/refs/heads/main/exercises/exercise6_mg.py&breakpoints=12&continues=1&play
- Explanation: https://github.com/bterwijn/memory_gra
#Python #Programming #memory_graph

Notes on FastAPI, LiteStar and HTMX
https://recology.info/2025/10/fastapi-litestar-htmx/ #python #htmx #litestar #fastapi
From infostealer to full RAT: dissecting the PureRAT attack chain
Researchers map a campaign that escalated from a Python infostealer to a full PureRAT backdoor — loaders, evasions, and TLS-pinned C2.
🐍🚀 Wow, hold the press! Python's `splitlines()` is the Swiss Army knife of line splitting! Who knew that it could slice and dice through characters like `x0b` and `x1e` that nobody uses or even remembers? 🔍🤓 Thanks to Seth Larson for this groundbreaking revelation—next up, rediscovering the wheel! 😅🔄
https://yossarian.net/til/post/python-s-splitlines-does-a-lot-more-than-just-newlines/ #Python #splitlines #SwissArmyKnife #lineSplitting #codingFun #SethLarson #HackerNews #ngated
TIL: Python's splitlines does more than just newlines
https://yossarian.net/til/post/python-s-splitlines-does-a-lot-more-than-just-newlines/
#HackerNews #TIL #Python #splitlines #newlines #programming #tips
We are so excited @maaretp joined us for the first meetup of the autumn season to share her extensive experience about testing.
#archipylago #TurkuDev #python

“As of #Python 3.14, the free-threaded (or no-GIL) version of the Python interpreter is no longer considered experimental.”
Python 3.14 https://astral.sh/blog/python-3.14
une visite guidée des nouveautés de #Python 3.14 réalisée par @realpython : https://realpython.com/python314-new-features/