## Dicewars A simplified version of game [DiceWars](http://www.gamedesign.jp/flash/dice/dice.html) between two players goes such that each player is assigned a stack of 6-sided dice which equate to …
Python
2020-04-17
2017-12-24
# Setup first lets setup up some imports ```python import numpy as np import sympy as smp import matplotlib.pyplot as plt plt.rcParams['figure.figsize'] = (16.0, 6.0) smp.init_printing() from …
2017-05-12
## Introduction This a a direct export from a jupyter notebook that I had for the study of discrete Fourier transfrom of Gaussian function. ```python import numpy as np import sympy as smp from …
2015-12-15
```python #!/usr/bin/python3 # vim: ts=4:sw=4: et : ############################## ## Author : @PrakashGautam ## ## Written : Dec 15, 2015 ## ## Updated : Dec 15, 2015 ## …