Skip to content
View Ashley-alt's full-sized avatar
  • london

Organizations

@zero-to-mastery

Block or report Ashley-alt

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

Hi, I'm Ashley Olubanjo!

Linkedin: ashley-olubanjo GitHub Ashley-alt

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


class FullStackDeveloper:

    def __init__(self):
        self.name = "Ashley Olubanjo"
        self.role = "Front-end Developer"
        self.language_spoken = ["en_UK"]
        self.tools = ["Javascript","React","Python", "SQL"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = FullStackDeveloper()
me.say_hi()

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)

Pinned Loading

  1. Covid-19-Predictive-Models Covid-19-Predictive-Models Public

    Random Forest and Logistic Regression Covid-19 models

    Jupyter Notebook

  2. Indian-suicide-predictive-models Indian-suicide-predictive-models Public

    Analysis and Random Forest model to predict likelihood of suicide of any given individual in India

    Jupyter Notebook

  3. amazonscraper amazonscraper Public

    App the scrapes amazon to track when a specific product goes under a certain price

    Python

  4. robofriends robofriends Public

    JavaScript

  5. facerecognitionbrain facerecognitionbrain Public

    JavaScript

  6. To-do-App To-do-App Public

    Python