Skip to content
View jinggqu's full-sized avatar
  • Hong Kong
  • 16:42 (UTC +08:00)

Highlights

  • Pro
Block or Report

Block or report jinggqu

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
jinggqu/README.md

Hi there ๐Ÿ‘‹

Open Source Love

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


class ResearchStudent:

    def __init__(self):
        self.name = "Jingguo QU"
        self.role = "A PhD candidate at The Hong Kong Polytechnic University (PolyU) ๐Ÿ‡ญ๐Ÿ‡ฐ"
        self.research_area = ["Deep Learning", "Medical Image Processing"]
        self.language_spoken = ["zh_CN", "en_US"]

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


me = ResearchStudent()
me.say_hi()

Pinned

  1. nocode nocode Public

    Forked from kelseyhightower/nocode

    The best way to write secure and reliable applications. Write nothing; deploy nowhere.

    Dockerfile