Skip to content

πŸ‘©πŸ»β€πŸ’» Minha BIO no Github.

Notifications You must be signed in to change notification settings

LeticiaMilan/LeticiaMilan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘©πŸ»β€πŸ’» About_me.py

cat typing on a computer

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


class Student:

    def __init__(self):
        self.name = "LetΓ­cia Milan"
        self.role = "Computer Science Student"
        self.pronouns = "She/Her"
        self.location = "Brazil"
        self.website = "https://dev-folio-v.vercel.app"

    def skills(self):
        self.languages = ["Python", "Java", "JavaScript", "TypeScript"]
        self.databases  = ["PostgreSQL", "MongoDB", "MySQL", "SQL Server"]
        self.frameworks = ["Pandas","Numpy", "Plotly", "Matplotlib", "Flask",  
                          "Django", "TensorFlow", "scikit-learn", "React.js", 
                          "Chart.js", "Next.js", "GraphQL", "Spring boot"]
        self.learning = [ "Data Science with Python and SQL",
                          "Machine Learning algorithms"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find interesting my profile :)")


me = Student()
me.say_hi()

πŸ“Š GitHub Stats:

Ashutosh's github activity graph

πŸ† GitHub Trophies

About

πŸ‘©πŸ»β€πŸ’» Minha BIO no Github.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published