|
You are here |
mika-s.github.io | ||
| | | | |
glowingpython.blogspot.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | [AI summary] A tutorial demonstrating how to create a window with raw Xlib and render a colored triangle using modern OpenGL shaders in C. | ||