numpy

Tag

Cards List
#numpy

Teaching NumPy’s ufuncs new tricks

Lobsters Hottest · 2d ago

This article teaches new techniques and tricks for using universal functions (ufuncs) in NumPy, a Python library for numerical computing.

0 favorites 0 likes
#numpy

Tracing np.add, all the way down

Hacker News Top · 6d ago Cached

This blog post traces the execution of NumPy's np.add function from Python down to C, explaining the internal machinery and SIMD optimization involved in numerical addition.

0 favorites 0 likes
#numpy

Scaling NumPy on Free-Threaded Python

Lobsters Hottest · 2026-07-30

The article discusses efforts to improve NumPy's performance on free-threaded Python (Python without the Global Interpreter Lock), enabling better parallelism and scalability.

0 favorites 0 likes
#numpy

@KirkDBorne: Python for Engineering and Scientific Computing — Practical Applications with NumPy, SciPy, Matplotlib, and more: http:…

X AI KOLs Timeline · 2026-07-24 Cached

A practical guide to Python for engineers and scientists, covering NumPy, SciPy, Matplotlib, and more with exercises and real-world applications.

0 favorites 0 likes
#numpy

@KirkDBorne: Learn about NumPy for Python… here: https://amzn.to/465HI6k and here: http://numpy.org/learn/ #DataScience #DataScienti…

X AI KOLs Timeline · 2026-07-20 Cached

Promotional tweet about learning NumPy for Python, linking to the official guide book and the numpy.org/learn site.

0 favorites 0 likes
#numpy

@_zheergen: I met a veteran quantitative finance expert at PyData who gave a systematic talk on Python's practical use in Quant Finance. I asked him how someone with a math, finance, or physics background can turn Python into a truly efficient quant tool faster. He gave…

X AI KOLs Timeline · 2026-07-19 Cached

A quantitative finance expert systematically explained the practical use of Python in quantitative finance at PyData, covering tools such as NumPy, SciPy, Pandas, Numba, and recommended the open-source library DX Analytics and the resource list awesome-quant.

0 favorites 0 likes
#numpy

@techNmak: I want to highlight a resource that I think is genuinely valuable for anyone learning machine learning: ML-From-Scratch…

X AI KOLs Timeline · 2026-07-10 Cached

A GitHub repository implementing fundamental machine learning algorithms from scratch using plain NumPy, designed to help learners understand the inner workings of algorithms by focusing on clarity over performance. It covers supervised, unsupervised, deep learning, and reinforcement learning topics.

0 favorites 0 likes
#numpy

@DanKornas: If machine learning only clicks when you build the pieces yourself, this is a useful repo to keep around. Build your ow…

X AI KOLs Timeline · 2026-06-13

A GitHub repo offering build-from-scratch machine learning tutorials using NumPy, organized by categories, with an implementation-first approach.

0 favorites 0 likes
#numpy

Should you normalize RGB values by 255 or 256?

Lobsters Hottest · 2026-06-01 Cached

The article compares two methods for normalizing RGB values (dividing by 255 vs 256) and explains the consequences for floating-point conversion and rounding, including uneven bin widths at the extremes.

0 favorites 0 likes
← Back to home

Submit Feedback