#!/usr/bin/python
class ComputationalEngineer:
def __init__(self):
self.name = "Cameron Cummins"
self.role = "Software Developer and Geoscientific Researcher"
def greetings(self):
print("Hello there! Thanks for checking out my GitHub.")
def job(self):
self.org = "The University of Texas at Austin"
self.unit = "The Department of Earth and Planetary Sciences"
self.position = "Computational Geoscientist"
me = ComputationalEngineer()
me.greetings()
me.job()Programming Languages
Packages
Platforms
Tools
This profile README.md was inspired by https://github.com/Zhenye-Na.