Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Hi there, I'm Jason! Let's go EXPLORE!

visitors Open Source Love

  

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Engineer:

    def __init__(self):
        self.name = "Jason Zhao"
        self.role = ["PhD@HKUST", "Contract Dev@dappOS", "Researcher@Applied Crypto", "Devotee@Blockchain"]
        self.language_spoken = ["zh_CN", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

    def introduce(self):
        interests = ["thrive on deep dives into complex topics",
                     "enjoy sharing my insights",
                     "love collaborating with like-minded individuals towards common goals"]
        for interest in interestsprint("I" + interest)


me = Engineer()
me.say_hi()
me.introduce()

🔧 Technologies & Tools

Programming Languages: Solidity Python Go C Rust

Machine Learning and Mathematics: TensorFlow Pytorch Mathlab

Tools and Services: AWS Docker

commits

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors