Skip to content
View notjl's full-sized avatar
๐Ÿ™
:q!
๐Ÿ™
:q!

Highlights

  • Pro
Block or Report

Block or report notjl

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

yo, I'm tako

#!/usr/bin/python

class ComputerEngineer:
    def __init__(self):
        self.aliases = {"known_as": ["tako", "njl"], "dev_name": "notjl"}
        self.operating_system = None

    def about_me(self, alias="known_as", pref=0):
        """
        about_me displays what <aliases> is about and his interests.
        """

        self.real_name = "Angel G. P. C."

        self.desc = f"""
        {self.aliases[alias][pref]} is currently an engineering student attending TIP QC. Believes in F/OSS.
        """

        self.interests = [
            "machine learning / artificial intelligence",
            "game development",
            "web development",
            "learning computer languages and *languages",
            "kpop",
            "indie games",
            "f/oss",
        ]

        self.plugs = {
            "twitter": "notjl_______",
            "discord": "njl#0142",
            "mail": "not_njl@pm.me",
            # 'twitch': 'is_njl',
            "steam": "NJLisinuse",  # /id/<steam>
            "spotify": "ash",
        }

        self.langs_n_tools = {
            "operating_system": self.operating_system,
            "ide": ["VSCodium", "Vi/Vim/Neovim"],
            "prefered_lang": "python",
            "learned": [
                "c/c++ (30%)",
                "lua (20%)",
                "kotlin/android native (40%)",
                "fastapi (60%)",
            ],
            "to_learn": ["html", "css", "js", "rust", "nextjs", "reactjs", "golang"],
        }

        self.projects = ["E-book Collector", "BioPIn"]
        self.goals = "learn how to properly code, make more software (especially TUIs), and contribute to open source and advocate F/OSS"

    def currently_doing(self, status):
        return status


tako = ComputerEngineer()
tako.operating_system("EndeavourOS")
print(tako.currently_doing('Learning Machine Learning'))

๐Ÿ“œ Github Stats

๐Ÿ”— Connect with me

Twitter Discord Protonmail Twitch Protonmail Spotify

Discord

๐Ÿ“‚ Workspace / Projects (Archived ๐Ÿ”’)

Popular repositories

  1. pynumethods pynumethods Public archive

    Using various methods to find for the approximate root of function

    Python 1

  2. notjl notjl Public

    Config files for my GitHub profile.

    1

  3. tuldok tuldok Public

    dotfiles - constantly changing depends on user experience.

    Lua 1

  4. icpep-ai-workshop-2021 icpep-ai-workshop-2021 Public archive

    Forked from dyjdlopez/ai-workshop-2021

    ICpEP's workshop on Artificial Intelligence programming

    Jupyter Notebook

  5. pyrp pyrp Public archive

    An easily configurable Discord Rich Presence that utilizes pypresence module.

    Python

  6. kaalaman kaalaman Public

    kaalaman is a repository solely for storing notjl's knowledge and ideas through the Zettelkasten method by Niklas Luhmann.