🔍
on the pursuit of clean data
A full time earth dweller. Part time coder, photo+video-grapher, physicist+statistician. @NTUsg 2018 Alumni.
- Singapore
Pinned Loading
-
This gist is intended as a 'recreati...
This gist is intended as a 'recreational' learning of understanding Python class inheritance via the nursery rhyme baby shark. 1import re
2class BabyShark:
3def __init__(self):
4self.generation = re.findall('[A-Z][^A-Z]*', self.__class__.__name__)[0]
5self.entities = ' '.join(re.findall('[A-Z][^A-Z]*', self.__class__.__name__))
-
forest-fire-PH4505
forest-fire-PH4505 PublicForest Fire Simulation Project for the Completion of PH4505 Computational Physics - NTU Singapore Spring 2018
-
-
-
PH4505_Homework
PH4505_Homework PublicPH4505 Computational Physics Homework - NTU Singapore Spring 2018
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.