Explore >> Select a destination


You are here

studywolf.wordpress.com
| | nickcharlton.net
5.1 parsecs away

Travel
| | As well a being the best Python package for drawing plots, Matplotlib also has impressive primitive drawing capablities. In recent weeks, I've been using Matplotlib to provide the visualisations for a set of robot localisation projects, where we can use rectangles, circles and lines to demonstrate landmarks, robots and paths. Combined with NumPy and SciPy, this provides a quite capable simulation environment.
| | senthil.learntosolveit.com
3.0 parsecs away

Travel
| | This is a coin flip simulator. It compare theoretical binomial distribution with experimental results. listings/python/coinflip.py (Source) import random import math import matplotlib.pyplot as plt
| | e2eml.school
3.5 parsecs away

Travel
| |
| | aosmith.rbind.io
39.4 parsecs away

Travel
| Where I discuss simulations, why I love them, and get started on a simulation series with a simple two-group linear model simulation.