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

Highlights

  • Pro

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 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
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. Password_Manager Password_Manager Public

    Password manager system implemented using python

    Python

  2. WeChat_CountDownDay_Bot WeChat_CountDownDay_Bot Public

    WeChat countdown bot implemented using python

    Python

  3. Socket_Remote_Control Socket_Remote_Control Public

    Socket-based Python remote control program

    Python

  4. Socket_Chat_Room Socket_Chat_Room Public

    Multiplayer online chat room using Python's open socket-based UDP communication implementation

    Python

  5. Socket_Download_File Socket_Download_File Public

    File download service protocols under different network architectures implemented in Python

    Python

  6. Lanzou_Download Lanzou_Download Public

    LanZou Batch Download Share File

    Python 3