Skip to content
View eduper1's full-sized avatar
🤩
Working on hobby projects
🤩
Working on hobby projects
Block or Report

Block or report eduper1

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

👋 Hi there! I am ** Mohamed **

I'm currently:

  • 🔭 Working on open source projects
  • 🌱 Sharpening my Python skills
  • Learnig Java
  • 👯 Looking to collaborate on open source projects

💬 Ask me about Python, Django, HTML, CSS, Java, JavaScript, and React.

📫 Reach me on Twitter: @sirus_click


My Links


OOP Code Snippet

class Intro:
    def __init__(self, name: str, gender: str, role: str, hobby: str):
        self.name = name
        self.gender = gender
        self.__role = role
        self.hobby = hobby

    def hi(self):
        return f'Hi! I am {self.name}, a {self.__role}. I speak: English, Swahili, Somali & Arabic. I like science, computer, and {self.hobby}'

me = Intro('Mohamed', 'M', 'Programmer and ICT', 'robotics(Battlebot channel)')
print(me.hi())

Statistics

GitHub Stats

Profile Views

Twitter Follow


Languages and Tools

Top Languages

css3 django git html5 javascript linux python sass sqlite

Support:

eduper1

Feel free to connect and collaborate! 🚀

Pinned Loading

  1. network network Public

    Design a Twitter-like social network website for making posts and following users.

    Python

  2. MAIL MAIL Public

    Design a front-end for an email client that makes API calls to send and receive emails.

    Python 1

  3. E-commerce-Django E-commerce-Django Public

    Design an eBay-like e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.”

    Python 1

  4. wiki-clone-django wiki-clone-django Public

    Design a Wikipedia-like online encyclopedia.

    Python 1 1

  5. Google-search-clone Google-search-clone Public

    Design a front-end for Google Search, Google Image Search, and Google Advanced Search.

    HTML 1 1

  6. eduper1 eduper1 Public

    1 1