Skip to content

Precioux/Precioux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

63 Commits
ย 
ย 

Repository files navigation

About Me ๐Ÿ—บ๏ธ

class Bio:
    def __init__(self):
        self.data = {
            "- ๐ŸŒฑ Iโ€™m currently learning":    "Chatbot Development & NLP",
            "- โ” Iโ€™m looking for help with": "Anything related to what I am currently learning ๐Ÿ˜…",
            "- ๐Ÿ“š I'm interested in":         "AI, Neuroscience, Cognitive Science, "
                                              "Psychology & Philosophy, Material Science & Chemistry, "
                                              "Photography, Books and Movies!"
        }

def get_bio():
    return Bio().data

if __name__ == "__main__":
    bio_data = get_bio()
    
    print("About Me ๐Ÿ—บ๏ธ")
    print("\n".join([f"{k}: {v}" for k, v in bio_data.items()]))

You can reach me at

Samin Mahdipour's LinkedIn Profile Samin Mahdipour's Kaggle Profile Samin Mahdipour's Gmail Samin Mahdipour's dockerhub Profile

GitHub Stats

precioux precioux


Releases

No releases published

Packages

No packages published