/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mika-s.github.io
| | glowingpython.blogspot.com
2.2 parsecs away

Travel
| | And here's a function to plot a compact calendar with matplotlib: import calendar import numpy as np from matplotlib.patches import Rectan...
| | senthil.learntosolveit.com
3.1 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
| | gist.github.com
4.1 parsecs away

Travel
| | Implementing a Network-based Model of Epilepsy with Numpy and Numba. Code for https://danielegrattarola.github.io/posts/2019-10-03/epilepsy-model.html - eeg_generator_numba.py
| | hereket.com
47.0 parsecs away

Travel
| [AI summary] A tutorial demonstrating how to create a window with raw Xlib and render a colored triangle using modern OpenGL shaders in C.