PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Cruising through complex data

This post is a showcase of data wrangling techniques in Python, using glom.

https://sedimental.org/cruising_through_data.html
Python Bindings for Performance Optimization: A Zero to One Guide

This article describes techniques to accelerate a Python codebase by exposing parallelized C++ functions using PyBind. It then analyzes the results of the optimization in which parallelizing one 40-line function in a 700-line program yielded up to a 3X end-to-end speedup.

https://alexhagiopol.github.io/posts/2023/01/python-bindings/
Neural Networks: Zero to Hero

A course by Andrej Karpathy on building neural networks, from scratch, in code.

https://karpathy.ai/zero-to-hero.html