To cellibrate Pi day I decided I would learn different ways how pi is calculated and then use PYthon to calculate pi on a raspberry pi an...
To cellibrate Pi day I decided I would learn different ways how pi is calculated and then use PYthon to calculate pi on a raspberry pi and print out it's digits in the shape of the greek numeral pi.
Python
Python 3
Python 2
View more
Python
Python 3
Python 2
View more
When doing work experience for CERN, I was tasked with creating a program that would simulate how charged particles react with eachother ...
When doing work experience for CERN, I was tasked with creating a program that would simulate how charged particles react with eachother and an electric feild. I used python to create a particle class which had properties for a particles position, velocity and mass and methods to move, interact with an electric feild, and interact with another particle. From there I created instances of charged particles at random locations within my simulation, and used