Skip to content
View brazenoptimist's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Russia

Highlights

  • Pro
Block or Report

Block or report brazenoptimist

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

Hello there 👋

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Valentin Kovalev"
        self.role = "Software Engineer"
        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()

🔧 Technologies & Tools

📈 GitHub Stats

BrazenOptimist's GitHub stats

Pinned Loading

  1. appxpy/Speech2Text-For-Telegram appxpy/Speech2Text-For-Telegram Public

    Telegram бот для распознавания текста в голосовых сообщениях. Не требует премиум аккаунта!

    Python 3

  2. appxpy/NNFS appxpy/NNFS Public

    Neural Network From Scratch in C++

    C++ 5