Codes written by me for MCMC lectures MonteCarlo_intro.py : code to estimate value of Pi using Monte Carlo method MH_MCMC_demo.py: demonstrates the process of proposal of a sample, its acceptance or rejection as it happens in the MCMC sampling method with Metropolis Hasting algorithm, with the help of a simple plot.