Skip to content
View A1ice-Z's full-sized avatar

Highlights

  • Pro

Organizations

@hackerspace-ntnu @vortexntnu @CogitoNTNU

Block or report A1ice-Z

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

Hi there, I'm Alice Zheng 👋

Terminal

#script.py

class SoftwareEngineer:
    def __init__(self, name, role, languages_spoken) -> None:
        self.name = name
        self.role = role
        self.languages_spoken = languages_spoken

    def greet(self) -> None:
        print("Thanks for dropping by! Hope you find some of my work interesting")
        print(f"My name is {self.name} and I'm a {self.role}")
        print(f"I can speak {', '.join(self.languages_spoken)}")


me = SoftwareEngineer("Alice Zheng", "Software Engineer",
                      ["Norwegian", "English", "Chinese"])
me.greet()

Languages and Tools I have worked with:


  • 🔭 I’m currently working at Vortex NTNU, Engineers wthout borders, Cogito NTNU, Fuelfighter and Hackerspace.
  • 🌱 I’m currently learning C, C++ and Django
  • 💬 Ask me about object oriented programming!
  • 📫 How to reach me: [email protected]

Pinned Loading

  1. DimSumDiaries DimSumDiaries Public

    This is a repository for the DimSumDiaries project that works as an online cookbook with my recipes, and as a hidden "koke" book for my fellow students at NTNU: What't the catch, find out how do ge…

    TypeScript

  2. A1ice-Z A1ice-Z Public