Tag: python
All the articles with the tag "python".
-
Data Visualization with Hand-Drawn/Sketchy Style
A survey of tools for creating hand-drawn/sketchy style data visualizations: rough.js, draw.io, matplotlib xkcd, chart.xkcd, and cutecharts.
-
pybind11: Python Bindings for C++/CUDA Code
Using pybind11 to create Python bindings for C++/CUDA code, with zero-copy conversion between numpy/torch tensors and Eigen/cv::Mat.
-
Numba: Accelerating Python Code with Simple Decorators
An introduction to using numba's decorators for just-in-time compilation to speed up Python functions — easy to use, flexible, and effective.
-
Numba: Learning CUDA Programming Quickly with Python
A fast introduction to CUDA's multithreaded, highly concurrent programming model using Python's numba library, designed to lower the barrier for beginners.