Skip to content
View Misfit-s's full-sized avatar
🧑‍💼
Working
🧑‍💼
Working

Block or report Misfit-s

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Misfit-s/README.md

Hello 👋, I'm Misfit

self-taught backend developer from Russia

class Attributes(Misfit-s):
	def contact() -> tuple:
	    discord  = "everlastinghate."
	    telegram = "t.me/misfit_s"
	    
	    return discord, telegram
	
	def life() -> tuple:
		langs = ['Russian', 'English']
		age = 23
		
		return langs, age
	
	def coding() -> tuple:
		langs = {
			'intermediate': ['python', 'c#', 'sql'],
			'learning': ['javascript', 'c/c++']
		}
		specialization  = ['backend', 'data science', 'system administraton']
		environnement = ['arch', 'nvim']
		
		return langs, specialization, environnement

sleepwalkerrrrrrrrr

Pinned Loading

  1. Areator Areator Public

    Areator is a library for easily find the areas of shapes.

    Python

  2. SbkSiteArticles SbkSiteArticles Public

    HTML

  3. SQLConsoleClient SQLConsoleClient Public

    C# SQL Console Client

    C#

  4. yagpt_py yagpt_py Public

    alpha version of YandexGPT library for Python.

    Python