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

Block or report lessleyH

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

Hi, I'm Lessley 👋

class AmazingDeveloper:

    def __init__(self):
        self.github_username = 'lessleyH'
        self.pronouns = ['She', 'Her', 'Hers']
        self.name = 'Lessley Hernandez'
        self.twitter = '@Silver_Pluto'
        self.linkedIN = 'https://www.linkedin.com/in/lessley/'
        
        # In descending order of expertise
        self.code =  ['Python', 'Java', 'MATLAB', 'C', 'Perl', 'Kotlin', 'HTML', 'CSS', 'JavaScript', 'ReactJS', 'Boostrap']
        self.devops = ['Docker', 'Ros', 'Heroku'],
        self.tools = ['GIT', 'Pandas', 'Jupyter', 'Firebase']
        
        self.tech_communities = ['Society of Hispanic Professional Engineers', 'Latinas in Tech', 'Reboot', 'Rewriting the Code']

    def __str__(self):
        return self.name

if __name__ == '__main__':
    me = lessleyH()
    print(me)

credit to Thaiane and Rafnixg for the README set up. Thank you!

Pinned

  1. Astro1_Moon Astro1_Moon Public

    make a game meant for children that demonstrates how the moon is said to have been created, based on a particular theory of formation, and how our moon’s appearance has changed over time.

    Python 1

  2. Survival-of-the-Fittest Survival-of-the-Fittest Public

    Foraging with Ant Optimization

    Python

  3. Moving_Pots Moving_Pots Public

    1

  4. Pop-Culture-Graphs Pop-Culture-Graphs Public

    Pop culture graphs

    Jupyter Notebook 5 1