Skip to content
View amwLEE's full-sized avatar
Block or Report

Block or report amwLEE

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

Hello world, I am Amanda! πŸ‘‹

A special README file about a budding software engineer.

About me πŸ‘©β€πŸŽ“

Amanda is my name, and Python is my game:

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

class software_engineer:
  def __init__(self):
    self.name = "Amanda Mei Wah Lee"
    self.nationality = "Malaysian"
    self.age = 22
    self.university = ["University College London", "Imperial College London"]
    self.degree = ["MSc in Emerging Digital Technologies", "BEng in Mechanical Engineering"]
    self.programming_language = ["Python", "C", "MATLAB", "SQL", "UML"]
    self.spoken_language = ["English", "Mandarin", "Malay", "German"]

amwLEE = software_engineer()

My favourite quotes πŸ“–

My daily food for thought:

β€œThe computer was born to solve problems that did not exist before.” - Bill Gates
β€œAny fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler
"All models are wrong, but some are useful." - George Box

Pinned

  1. auction-system-database auction-system-database Public

    Database system for an auction house

    PHP

  2. portfolio-website portfolio-website Public

    My personal portfolio website

    HTML

  3. autonomous-maze-solving-robot autonomous-maze-solving-robot Public

    Forked from ME3-HECM/final-project-tues-amanda-sara

    MikroE Buggy for navigating colour-guided mazes in mine search and rescue operations

    SWIG

  4. energy-saving-automatic-streetlight energy-saving-automatic-streetlight Public

    Forked from ME3-HECM/mini-proj-amwLEE

    Microprocessor system for automating streetlights based on time and ambient conditions

    SWIG