Skip to content
View SimonLen's full-sized avatar

Block or report SimonLen

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

Hi, I'm Semyon Sorokin!

Languages and tools

                     

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Semyon Sorokin"
        self.role = "Backend Developer"
        self.language_spoken = ["ru_RU", "en_US"]
        
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")
        
        
me = SoftwareEngineer()
me.say_hi()

Popular repositories Loading

  1. TelegramBot TelegramBot Public

    Currency exchange bot

    Python 4

  2. BinanceAPI BinanceAPI Public

    Python 4

  3. tick-toe-game tick-toe-game Public

    Tick-toe game realization using Python

    Python 3

  4. battleship-game battleship-game Public

    Python 3

  5. NewsHub NewsHub Public

    CSS 3

  6. payment-service payment-service Public

    Simple Django app with Stripe plugin

    Python 3