Tag: #pandas
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Modern Python in 2026 — Python 3.13 / 3.14 / free-threaded / uv / Ruff / Polars 1.0 / FastAPI / Litestar / Robyn deep-dive
In 2026 Python is the first time in 30 years that the language has crossed two huge inflection points at once. The first is the language itself — Python 3.13 brought the free-threaded preview and the JIT preview, and 3.1
2026-05-16 · 29 min read #python#python-3-13#python-3-14#free-threaded#jitMath and Scientific Computing Tools in 2026 — Mathematica / MATLAB / Maple / SageMath / Julia 1.11 / R + Posit / JAX / GeoGebra / Desmos / GAP / Macaulay2 Deep Dive
The math and scientific computing landscape in 2026 is no longer dominated by one or two tools. Wolfram Mathematica still owns premium symbolic computation. MATLAB and Simulink remain the engineering industry standard. M
2026-05-16 · 29 min read #math#scientific-computing#wolfram-mathematica#matlab#simulinkPolars 1.x vs Pandas — End of an Era? A Modern DataFrame Deep Dive for 2026
Polars hit 1.x with a stable-API promise, Pandas 2.2 finally adopted PyArrow as a real backend, and the gravity of the dataframe world shifted. Is Polars actually replacing Pandas? This deep dive walks through the Rust p
2026-05-14 · 20 min read #polars#pandas#dataframe#apache-arrow#duckdbPython Complete Guide for AI/ML: Master NumPy, Pandas, Matplotlib, and Scikit-learn
The complete guide to mastering the Python ecosystem for AI and machine learning. Master NumPy array operations, Pandas data processing, Matplotlib/Seaborn visualization, and Scikit-learn machine learning through hands-o
2026-03-17 · 22 min read #python#numpy#pandas#scikit-learn#matplotlib