|
You are here |
studywolf.wordpress.com | ||
| | | | |
nickcharlton.net
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
aosmith.rbind.io
|
|
| | | Where I discuss simulations, why I love them, and get started on a simulation series with a simple two-group linear model simulation. | ||