Skip to content
View from-import's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing
  • Java Virtual Machine

Block or report from-import

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

Hello World!

Profile Visits

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "me"
        self.role = "Software Engineer"
        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 = SoftwareEngineer()
me.say_hi()

📫 How to reach me:

👨🏻‍💻 Languages and Tools

Stats                   

Pinned Loading

  1. chatgpt_qqbot chatgpt_qqbot Public

    从安装Python开始,逐步教学如何在自己的电脑上部署属于自己的ChatGPT机器人

    Python 6 1

  2. Face-recognition-sign-in Face-recognition-sign-in Public

    一个基础的完全基于Python的人脸识别签到系统,后期会用sql来换上数据库,以及做出前端后端部分

    Python 8

  3. gpt4FreeTelegramBot gpt4FreeTelegramBot Public

    FREE GPT4 TELEGRAM BOT

    Python 3

  4. Four-category-garbage-bin-neural-network-recognition Four-category-garbage-bin-neural-network-recognition Public

    基于 K210 和 mobilenet_0.75 的 四分类神经网络识别垃圾桶

    Python 4

  5. CCD_Smart_Car CCD_Smart_Car Public

    19届智能车MicroPython NXP 镜头组 (区域二等奖)

    Python 4

  6. LeetCodeHot100 LeetCodeHot100 Public

    刷题记录

    Java 1