Skip to content
View RoiTabach's full-sized avatar
Block or Report

Block or report RoiTabach

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

Hi there 👋

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


class Me():

    def __init__(self):
        self.name = "Roi Tabach"
        self.role = "Data Science & Cyber Expert"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = Me()
me.say_hi()

Popular repositories Loading

  1. handbook handbook Public

    Forked from elementary-data/handbook

  2. elementary-tutorial elementary-tutorial Public

    Forked from elementary-data/elementary-tutorial

    Playground dbt project to demonstrate Elementary's capabilities.

    Python

  3. access-logs-analysis access-logs-analysis Public

    analysis of web server access logs

    Makefile

  4. RoiTabach RoiTabach Public

  5. docs.getdbt.com docs.getdbt.com Public

    Forked from dbt-labs/docs.getdbt.com

    The code behind docs.getdbt.com

    JavaScript

  6. fm-leaderboarder fm-leaderboarder Public

    Forked from aws-samples/fm-leaderboarder

    FM-Leaderboard-er allows you to create leaderboard to find the best LLM/prompt for your own business use case based on your data, task, prompts

    Python