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 Cogito NTNU and Tibby.
  • 🌱 I’m currently learning Kotlin and Rust
  • 💬 Ask me about object oriented programming!
  • 📫 How to reach me: [email protected]

Pinned Loading

  1. A1ice-Z A1ice-Z Public

  2. 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

  3. WorldExplore WorldExplore Public

    WordExplore is a website where one can explore countries and write journal entries for each country. This project was made for the course IT2810

    TypeScript

  4. RealStore RealStore Public

    A simple shopping website created for the course IT2810

    TypeScript