Skip to content
View boranuzun's full-sized avatar
🥱
🥱

Highlights

  • Pro

Block or report boranuzun

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

👋🏼

# boran.py

# /// script
# requires-python = ">=3.14"
# dependencies = []
# ///

class BoranUzun:

    def __init__(self) -> None:
        self.name      : str       = 'Boran UZUN'
        self.degree    : str       = 'BSc in Business Information Technology'
        self.speaks    : list[str] = ['fr_FR', 'en_US', 'tr_TR']

    def status(self) -> str:
        return 'Open to DevOps / Network & Systems opportunities'

    def __str__(self) -> str:
        return self.name

if __name__ == '__main__':
    me = BoranUzun()
    print(me.status())
$ uv run boran.py
Open to DevOps / Network & Systems opportunities

Pinned Loading

  1. dotfiles dotfiles Public

    Personal dotfiles managed with chezmoi

    Go Template 1

  2. portfolio portfolio Public

    Personal portfolio built with Astro

    TypeScript