Skip to content
View betterA's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report betterA

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

betterA ✈️

from __future__ import annotations

import json
from dataclasses import asdict, dataclass


@dataclass
class BetterA:
    languages: tuple[str, ...] = ("Python", "JS", "Go")
    databases: tuple[str, ...] = ("SQLite", "MySQL", "MongoDB", "Redis")
    misc     : tuple[str, ...] = ("Docker", "Celery", "RabbitMQ", )
    ongoing  : tuple[str, ...] = ("Django", "DRF", "Flask", "grpc")

    def jsonify(self) -> str:
        return json.dumps(asdict(self), indent=4)


bettera = BetterA()
print(bettera.jsonify())

Popular repositories Loading

  1. ahkeeblog ahkeeblog Public

    CSS 3

  2. spider spider Public

    Python 3

  3. learning learning Public

    学习使人快乐

    2

  4. fpymysql fpymysql Public

    Forked from ring04h/fpymysql

    A Friendly pymysql CURD Class

    Python

  5. CS-Notes CS-Notes Public

    Forked from CyC2018/CS-Notes

    📚 技术面试必备基础知识

  6. bettera.github.io bettera.github.io Public

    JavaScript