Skip to content
View Mandy-cyber's full-sized avatar
πŸ’­
Drinking teaπŸ΅πŸ§‹
πŸ’­
Drinking teaπŸ΅πŸ§‹

Highlights

  • Pro
Block or Report

Block or report Mandy-cyber

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


class MandyCyber:

  def __init__(self):                                      
    πŸ‘§πŸ½ self.name = "Amanda Rodriques"                      #  ---------------------------------------------------
    πŸ§šπŸ½β€β™€οΈ self.pronouns = "she/her"                           # | "A queer, Black, STEM-loving girl from an island  |
    πŸ‡―πŸ‡² self.home = "Kingston, Jamaica"                     # | that may (or may not) show up on your map."       |
    πŸ“” self.education = "Northeastern University '26"      # | - WHO AM I                                        |
    πŸ’» self.major = "Cybersecurity"                        #  ---------------------------------------------------
                       

  def work_experience(self):
    current = {                                            #  ---------------------------------------------------
      "Recorded Future": "Data Science Intern",            # | "I've had the pleasure, and continue to have the  |
      "HackBeanPot": "Software Engineer",                  # |  pleasure of working with some amazing organiza-  |
      "Northeastern": "Writing Center Tutor"               # |  tions and individuals."                          |
    }                                                      # |  - WHAT I'VE DONE                                 |
    return current                                         #  ---------------------------------------------------

Pinned

  1. Web-Scraping-for-Noobs Web-Scraping-for-Noobs Public template

    A template repo for my HackBeanPot "Web Scraping for Noobs" workshop

    Python

  2. Big-Sister-App/Big-Sister Big-Sister-App/Big-Sister Public

    (in progress) An online heatmap of dangerous places to avoid as college students.

    HTML

  3. Baby-Buds Baby-Buds Public

    IWC Hack The Patriarcy 2023 -- Baby Buds is an all in one platform for parents to find comfort and knowledge through community, made by an all-women team.

    HTML

  4. sreddit sreddit Public

    A pypi package to scrape subreddits

    Python

  5. Finance-Scrapers Finance-Scrapers Public

    A pypi package to scrape stock information from finance sites. Currently supports Yahoo Finance.

    Python 1 1

  6. Bullet-Journal Bullet-Journal Public

    CS3500 (Object Oriented Design) Weekly bullet journal with GUI

    Java