Skip to content
View Zakiirim's full-sized avatar
  • London, United Kingdom

Block or report Zakiirim

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

Hello there πŸ‘‹

Open Source Love

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Raffaele di Costanzo"
        self.role = "Senior Software Engineer"
        self.language_spoken = ["it_IT", "en_GB"]
        
    @staticmethod
    def say_hi():
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

πŸ“ Blogs

πŸ”§ Technologies & Tools

Popular repositories Loading

  1. Unsupervised-Learning Unsupervised-Learning Public

    HTML

  2. my-website my-website Public

    HTML

  3. naive-learning naive-learning Public

    HTML

  4. WebScraping_Project WebScraping_Project Public

    Python

  5. Machine-Learning Machine-Learning Public

    HTML

  6. Leetcode Leetcode Public

    Python