Giter Club home page Giter Club logo

Konichiwa 👋

Let me introduce myself:

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


class DataAnalyst:

    def __init__(self):
        self.name = "Igor Shalygin"
        self.pronouns = "he/him"
        self.height = "172cm"
        self.hobbies = ["Gym", "Football", "Anime", "Computer Games"]
        self.roles = ["Data Analyst", "3rd year student of MIPT"]
        self.language_spoken = ["ru_RUSSIA", "en_USA"]

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


me = DataAnalyst()
me.say_hi()

🏆 GitHub Trophies:

trophy

📈 Programming Statistics:

From: 31 March 2024 - To: 24 July 2024

Total Time: 116 hrs 17 mins

Go            31 hrs 25 mins  >>>>>>-------------------   25.91 %
Python        31 hrs 20 mins  >>>>>>-------------------   25.84 %
C             19 hrs 18 mins  >>>>---------------------   15.92 %
C++           18 hrs 59 mins  >>>>---------------------   15.66 %
SQL           5 hrs 11 mins   >------------------------   04.28 %
Other         4 hrs 58 mins   >------------------------   04.10 %

Igor Shalygin's Projects

fpmi-caos icon fpmi-caos

Материалы курса АКОС на ФПМИ

memcpy icon memcpy

Assembler x86-64 implementation of memcpy

patternscollection icon patternscollection

Кодовая база примеров паттернов проектирования по курсу "Технологии программирования"

regular-expression-task icon regular-expression-task

Нахождение максимального суффикса слова, являющегося суффиксом слова из регулярного языка.

vpv-mechanics icon vpv-mechanics

Вопрос по выбору 1 семестр ПМФ МФТИ (Механика)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.