GithubHelp home page GithubHelp logo

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": "[email protected]",
            # '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 🔒)

tako's Projects

kaalaman icon kaalaman

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

mason-lspconfig.nvim icon mason-lspconfig.nvim

Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim. Strongly recommended for Windows users.

notjl icon notjl

Config files for my GitHub profile.

pynumethods icon pynumethods

Using various methods to find for the approximate root of function

pyrp icon pyrp

An easily configurable Discord Rich Presence that utilizes pypresence module.

tuldok icon tuldok

dotfiles - constantly changing depends on user experience.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.