Skip to content
View chan4lk's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@chanideals @ml-initiative @bistecglobal
Block or Report

Block or report chan4lk

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
chan4lk/README.md
class Chan4lk:
    def __init__(self):
        self.variables = {
            'name': 'Chandima Ranaweera',
            'age': 32,
            'hobby': 'Developing',
            'languages': ('Sinhala', 'English')
        }

    def description(self):
        print('------chan4lk------')
        for index, value in enumerate(self.variables.values()):
            if index == 0:
                print(f'Name: {value}')
            elif index == 1:
                print(f'Age: {value}')
            elif index == 2:
                print(f'Hobby: {value}')
            elif index == 3:
                print(f'Languages: {value}')

    def social_medias(self):
        platforms = {
            'YouTube': 'c/ChandimaRanaweera',
            'Instagram': 'chandima.ranaweera'
        }

        print('\n-----contact-----')
        for key, value in platforms.items():
            print(f'{key}: {value}')


if __name__ == '__main__':
    chan4lk = Chan4lk()
    chan4lk.description()
    chan4lk.social_medias()

Pinned

  1. corona-2020-sl corona-2020-sl Public

    Corona Tracker in Sinhala

    TypeScript 1

  2. responsive-sharepoint responsive-sharepoint Public

    Responsive SharePoint theme with Bootstrap 3

    HTML 2

  3. toastr toastr Public

    Angular toastr package

    TypeScript 1

  4. angular-tdd angular-tdd Public

    TypeScript

  5. spfx-dynamic-footer spfx-dynamic-footer Public

    Dynamically append footer for modern SharePoint sites

    TypeScript

  6. UX-Imagine/Magicurve UX-Imagine/Magicurve Public

    Converting hand drawn sketch to html using image processing and machine learning.

    JavaScript