Skip to content
View letsgoexplore's full-sized avatar
🌟
🌟

Block or report letsgoexplore

Report abuse

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

Report abuse
letsgoexplore/README.md

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

Pinned Loading

  1. Distributed-Storage-System Distributed-Storage-System Public

    Python 1

  2. Organ-organizational-anonymity-with-low-latency Organ-organizational-anonymity-with-low-latency Public

    Python

  3. Proof-of-Useful-Work-Design Proof-of-Useful-Work-Design Public

    Solidity

  4. tian8280508/WebAss3bly tian8280508/WebAss3bly Public

    JavaScript 1 1