Python

Sam Favazza

The last couple of days were dedicated to writing all of the code that would simulate the water filter. The Simulation was written in python, a general-purpose, high-level programming language. First we started writing pseudo code to begin to understand all of the key features of the simulation. We then started writing the pseudo code in python and develop the calculations needed for the program. There were different pieces of the program to simulate different things including, the most important being “graphene layer” which would do the actual digital filtering. I had not had much experience with python before the studio so it was interesting to learn it from scratch.