CV-Python-developer

#Aliaksei Biazusau #Junior Python Developer ##Contacts Address: Belarus, Vitebskaya obl.city Glubokoe Email: bezusovalex@gmail.com bezusov.88@mail.ru Github: Doctor-Ink Telegram: @aretooth ##Summary I am currently working several small web projects. My goal is to learn everything new and exciting. I love to code and sport. I can(love) spend a lot of time doing what interests me. My core strengths are in problem solving and fast learning.I want to get knowledge and skills that will be enough for employment in a company.

##Skills Development: Python, HTML5, CSS3, JavaScript. Frameworks and libraries: open CV, NumPy, Random, termcolor, zipfile, os, time, shutil, simpleDraw, collections, functools, threading. Version control: GIT, Github. Additionally: PyCharm, Visual Studio Code, Node JS. ##Projects game - bulls and cows binary search ##Code def binary_search(list, item): low = 0 high = len(list) - 1 while low <= high: mid = (low + high) // 2 guess = list[mid] if guess == item: return mid if guess > item: high = mid - 1 else: low = mid + 1 return None

my_list = [1, 3, 5, 7, 9] print(binary_search(list=my_list, item=3)) print(binary_search(list=my_list, item=-1))

##Education Industrial engineering BNTU (Belarusian National Technical University) Skillbox - Python Development Courses JS/FE Pre-School 2022Q2 at the moment ##Languages Russian — Native English — A2 — Pre-Intermediate