Skip to content
View MatthewAndreTaylor's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report MatthewAndreTaylor

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

πŸ‘‹ Hi, I’m @MatthewAndreTaylor

  • πŸ‘€ I am interested in Python and Machine learning.
  • 🌱 Currently, I am learning about Cybersecurity, Artificial intelligence, Programming paradigms, and Systems.
  • 🏫 In pursuit of an Honours Bachelor of Science with a specialization in Computer Science at the University of Toronto.
  • πŸ“« You can reach me at ...

Website

Linkedin

Gmail

Discord

Website

import random

matthew_taylor = {
    'languages': ['Javascript', 'Python', 'Java', 'C#', 'HTML', 'CSS'],
    'studying': 'Computer Science',
    'fun_fact': 'My favourite color is red 🍎',
    'activities': ['πŸ‘¨β€πŸ’»', 'πŸ‘¨β€πŸ”¬', 'πŸŠβ€β™‚οΈ'],
    'age': 20
}

matthew_taylor['activities'].append('πŸ“')

matthew_activities = matthew_taylor['activities']

for i in range(matthew_taylor['age']):
    print(matthew_activities[random.randint(0,len(matthew_activities)-1)])

python c c++ javascript java c# flask git firebase ubuntu nodejs html5 hugo sqlite react bash perl turtle

Visitor Badge

Pinned Loading

  1. xml-to-pydict xml-to-pydict Public

    Parse xml to python dictionaries

    Python 2

  2. fastqueue fastqueue Public

    Fast Python queues

    C 1

  3. FashionPixelLabel FashionPixelLabel Public

    Segment fashion images and label pixels using convolutional neural networks and superpixels

    HTML

  4. MatchingGame MatchingGame Public

    Match tiles to complete the board. Displays user actions in realtime to all players

    JavaScript

  5. 207CourseProject 207CourseProject Public

    Forest Visualization 3D MVC. Using Data collected from the city of Kitchener

    Java