Skip to content

aayushsinha0706/aayushsinha0706

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hi there 👋

linkedin 🔗 | twitter 🐦 | My hasnode blogs 🧑🏻‍💻 |

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


class AayushSinha:

    def __init__(self):
        self.name = "Aayush Sinha"
        self.role = "Self teaching myself Computer Science and Data Science📚 "
        self.interests = ["Machine Learning", "Python development"]
        self.language_spoken = ["en_IN", "hi_IN"]


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


me = AayushSinha()
me.say_hi()

Python C C++ OpenCV Django

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published