Skip to content
View saumalya75's full-sized avatar
  • Wipro Limited
  • Kolkata

Block or report saumalya75

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

Pinned Loading

  1. parseval parseval Public

    A data parser utility to validate and parse raw data into structured schema.

    Python 1

  2. airflow_on_container airflow_on_container Public

    Python 1

  3. magic_methods:iterator magic_methods:iterator
    1
    class House:
    2
        def __init__(self, name: str, symbol: str, student_list: list):
    3
            self.name = name
    4
            self.symbol = symbol
    5
            self.student_list = student_list
  4. magic_methods:iterable magic_methods:iterable
    1
    class House:
    2
        def __init__(self, name: str, symbol: str, student_list: list):
    3
            self.name = name
    4
            self.symbol = symbol
    5
            self.student_list = student_list
  5. DataScrambler DataScrambler Public

    Adhoc code repository

    Python