Skip to content
View Botir-01's full-sized avatar
  • Tashkent, Uzbekistan
Block or Report

Block or report Botir-01

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

Hi there! I'm Botir πŸ‘‹

views

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


class SoftwareEngineer:
    def __init__(self):
        self.name = "Botir Tursunov"
        self.position = "Software Engineer"
        self.location = "Tashkent, Uzbekistan"
        self.skills = [
            "Software Engineering",
            "Backend Engineering",
            "Web Development",
        ]
        self.skills.insert(0, "Algorithm and Data structures")
        self.skills.insert(1, "Blockchain technologies")

    def greeting(self):
        print(
            """Hello folks!

This is {name}, I live in {location}. I am a student at Webster University and recently I am focusing on {focus} for my personal growth.

I have many interests, but most of them are {skills}. I like solving complex logic tasks and enjoy while coding""".format(
                name=self.name,
                location=self.location,
                focus=self.skills[0],
                skills=", ".join(self.skills[1:]),
            )
        )


me = SoftwareEngineer()
me.greeting()

πŸ”§ Technologies & Tools

πŸ“ˆ GitHub Stats

Botir's GitHub Stats Botir's GitHub Stats

Popular repositories Loading

  1. Movie-rater Movie-rater Public

    Movie-rater web application

    TypeScript 3

  2. algorithms-and-datastructures algorithms-and-datastructures Public

    Python 1

  3. Python-3-mini-projects Python-3-mini-projects Public

    Small 'mini' projects created using Python programming language

    Python

  4. Botir-01 Botir-01 Public

  5. WebBlogApplication WebBlogApplication Public

    Blogging web application created using Python/Django

    Python

  6. Algorithms-and-Data-Structures-in-Python Algorithms-and-Data-Structures-in-Python Public

    Python