cd/entity/NumPy· home entities NumPy
grep -l @numpy /news/*.json | wc -l → 70

NumPy

mentions 70 type Organization page 1/4 feed RSS

// recent coverage 70 mentions

01:13
2026-09-11
dev.to
ai-tools

Will Mojo Replace Python for AI Development?

A developer argues that Mojo, which reached 1.0 in August 2026 and whose compiler and toolchain Modular open sourced under Apache 2.0 shortly after, is unlikely to replace Python for AI development bu…

09:05
2026-09-10
dev.to
machine-learning

Day 15: Visualizing Embeddings with t-SNE and PCA

A developer demonstrated how to visualize word embeddings by reducing high-dimensional vectors to two dimensions using PCA and t-SNE. The walkthrough explains that PCA captures broad linear trends whi…

03:22
2026-09-08
dev.to
machine-learning

DataLens: The Data Tool That Refused to pip install Anything

A developer and teammate built DataLens, a data tool with a zero-dependency constraint, by implementing an autoencoder's neural network using only Python 3.14's standard library. They hand-rolled matr…

19:02
2026-09-07
gist.github.com
large-language-models

Prompting LLMs for Data Science.md

A developer has compiled a list of 20 prompts for using large language models (LLMs) in data science tasks, covering model training, hyperparameter tuning, time series forecasting, handling imbalanced…

18:31
2026-09-07
frontierroles.com
artificial-intelligence

Senior Staff Engineer - Data Science — Nagarro

Nagarro, a digital product engineering company with 15,000+ experts across 26 countries, is hiring a Senior Staff Engineer - Data Science in Guadalajara, Mexico, requiring 8+ years of experience in da…

09:00
2026-09-04
dev.to
developer-tools

Python Semantic Cache: Cut Free-Tier LLM Token Costs

A developer built a Python semantic cache that cuts free-tier LLM token costs by matching new questions by meaning and returning stored answers when embedding distance is close enough. The cache store…

02:09
2026-09-02
dev.to
machine-learning

Building a game bot with machine learning

A developer has built a machine learning bot for the traditional board game Mancala using agentic coding and a Python-based game simulator. The project addresses the game's player-one bias by introduc…

10:03
2026-09-01
dev.to
developer-tools

The Numerical Siblings: NumPy and Numba — Different Lives

A developer discovered that NumPy's vectorized operations can be slowed by Python overhead in loops, and found that Numba's JIT compilation significantly improved performance. The post explains how Nu…

15:14
2026-08-26
gist.github.com
machine-learning

ml-basic-functions.py

A developer shared a Python script for building a machine learning pipeline for real estate price prediction. The script includes exploratory data analysis, outlier filtering, feature engineering with…

13:21
2026-08-24
sometimes.digital
generative-ai

Experiments with Plotter Art

A developer repurposed an Ender 3 3D printer as a pen plotter by attaching a fineliner pen with magnets, using Inkscape and the Simple Inkscape Scripting extension to generate generative art. The setu…

00:00
2026-08-24
ssenthilnathan3.github.io
large-language-models

how LLMs remember, schedule, and stream tokens

A developer built a small CPU-based inference runtime called kutty-vllm in Python and NumPy to understand how large language models remember, schedule, and stream tokens, implementing a KV cache with …

05:55
2026-08-21
github.com
developer-tools

Testing CUDA kernel execution with GPU correctness harness

A new CUDA kernel correctness harness compiles kernels with nvcc, loads them into Python via ctypes, and checks outputs against NumPy baselines, with timing via CUDA events. All 23 tests pass on an NV…

page 1 / 4 next →
// co-occurs with top 8 entities
// topics top 6 topics