Skip to content

Instantly share code, notes, and snippets.

@liliya2022
liliya2022 / us_state_abbrev.py
Created April 23, 2022 19:08 — forked from rogerallen/us_state_abbrev.py
A Python Dictionary to translate US States to Two letter codes
# United States of America Python Dictionary to translate States,
# Districts & Territories to Two-Letter codes and vice versa.
#
# Canonical URL: https://gist.github.com/rogerallen/1583593
#
# Dedicated to the public domain. To the extent possible under law,
# Roger Allen has waived all copyright and related or neighboring
# rights to this code. Data originally from Wikipedia at the url:
# https://en.wikipedia.org/wiki/ISO_3166-2:US
#
@liliya2022
liliya2022 / estimate_pi.ipynb
Created April 22, 2022 03:48 — forked from nikhilkumarsingh/estimate_pi.ipynb
A Monte Carlo simulation to estimate the value of π using Python.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.