Skip to content
View Pi3-l22's full-sized avatar

Block or report Pi3-l22

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 250 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
Pi3-l22/README.md

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

class Student:

    def __init__(self):
        self.name = "Liu Chao"
        self.nickname = "Pi3"
        self.role = "Undergraduate Student"
        self.major = "Cyberspace Security"
        self.language = "zh_CN"
        self.location = "HangZhou China"

    def say_hi(self):
        print("Thanks for stopping by and I hope you get some interesting stuff here.")


me = Student()
me.say_hi()

📔 Blog: Pi3'Note | Pi3'Notebook

🎈 GitHub: Pi3-l22

More About Me
  • 🎓 Education: Undergraduate at HDU, majoring in Cybersecurity

  • 🔒 Interests: Cybersecurity, Computer Technology

  • 💻 Skills:

    • Programming Languages: Python, C/C++, Java, PHP
    • Web Technologies: HTML, CSS, JavaScript
    • Current Studies: Cryptography, Penetration Testing
  • 📚 Learning: Preparing for graduate studies

  • 🔧 Self-Description: Although I am a technical rookie, I have been trying to learn.

  • 🌟 Motto: "From zero to hero, one line of code at a time."

  • 📧 How to reach me:

  • 💡 If you have any questions about me, contact me at.

Pinned Loading

  1. TingJu TingJu Public

    听句 TingJu,一个英语听说学习助手/工具,通过输入英文文章生成逐句🌐翻译与🎵音频,从而帮助用户进行📖阅读、🎧听写和🔊发音练习。👌支持英语、日语、韩语、法语、德语、俄语、西班牙语、葡萄牙语、意大利语,共9种语言的听句学习。

    Python 25 8

  2. stardew-valley stardew-valley Public

    📔一个在线的星露谷攻略笔记仓库 | ✨星露谷攻略 | 🎉自制星露谷攻略笔记 | 🎀星露谷物语 | 🔮Stardew Valley

    HTML 22

  3. Lanzou_Download Lanzou_Download Public

    LanZou Batch Download Share File

    Python 4

  4. Password_Manager Password_Manager Public

    Password manager system implemented using python

    Python

  5. WeChat_CountDownDay_Bot WeChat_CountDownDay_Bot Public

    WeChat countdown bot implemented using python

    Python

  6. Socket_Remote_Control Socket_Remote_Control Public

    Socket-based Python remote control program

    Python