Posts tagged python

December 15, 2024
More controllable management of Python versions.
python mac
February 4, 2024
Brew-installed grapviz + pip-installed graphiz library (along with an overview of other related libraries).
macos python jupyter
December 31, 2023
Examples of using linear algebra and Python/NumPy to find perpendicular lines/vectors and parallel lines at a certain distance.
math python numpy
November 12, 2023
Homogeneus transformations (rotation + translation), comparing Eigen (C++) and SciPy (Python); example with the roll-pitch-yaw (RPY) sequence of rotations.
math python c++ numpy
April 9, 2023
My notes on Beta probability distribution based on the “Bayesian Statistics the Fun Way” book.
datascience math python numpy
November 25, 2022
Shell pipeline using pip, tail, awk, tr, xargs.
bash python
July 2, 2022
2D homogeneneous transformation (rotation + translation), with NumPy-based examples and visualizations of individual transformations and chains of consecutive transformations.
math python numpy
April 10, 2022
Using homogeneous vectors to represent points and lines, with NumPy-based examples.
math python numpy
May 1, 2021
Using Flask and OpenCV to create and serve images on the fly (with the expected Content-Type).
python programming flask opencv numpy
April 11, 2021
Resources on doing mathematical optimization with Python (SciPy and other tools).
python optimization datascience
May 5, 2020
Applying -fPIC flag when building with CMake.
c++ programming cmake pybind11 python
June 25, 2018
matplotlib inline/notebook; autoreload; javascript/should_scroll, timeit.
python jupyter datascience
June 24, 2018
Integrating your C++ code with Python/NumPy code.
c++ pybind11 python
December 29, 2017
An OLD tutorial of how to build OpenCV for using it with a Conda environment.
opencv cmake conda python linux