Skip to content
View jjasont's full-sized avatar
🔍
on the pursuit of clean data
🔍
on the pursuit of clean data
  • Singapore
Block or Report

Block or report jjasont

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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.
    1
    import re
    2
    class BabyShark:
    3
    	def __init__(self):
    4
    		self.generation = re.findall('[A-Z][^A-Z]*', self.__class__.__name__)[0]
    5
    		self.entities = ' '.join(re.findall('[A-Z][^A-Z]*', self.__class__.__name__))
  2. forest-fire-PH4505 forest-fire-PH4505 Public

    Forest Fire Simulation Project for the Completion of PH4505 Computational Physics - NTU Singapore Spring 2018

    Python 2 1

  3. ivas-business-case-challenge ivas-business-case-challenge Public

    Jupyter Notebook

  4. jjasont.github.io jjasont.github.io Public

    Source code of jjasont.github.io

    HTML

  5. PH4505_Homework PH4505_Homework Public

    PH4505 Computational Physics Homework - NTU Singapore Spring 2018

    Jupyter Notebook