Git Product home page Git Product logo

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())

bettera's Projects

algorithm-pattern icon algorithm-pattern

算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~

covid-19-data icon covid-19-data

Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data

interview icon interview

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。

memos icon memos

An open source, self-hosted knowledge base that works with a SQLite db file.

mit-6.824 icon mit-6.824

Basic Sources for MIT 6.824 Distributed Systems Class

myblog icon myblog

言川的博客-前端精华博客

nand2tetris icon nand2tetris

计算机系统要素-从零开始构建现代计算机

over-golang icon over-golang

Golang相关:[进度80%]Go语法、Go并发**、Go与web开发、Go微服务设施等

pytorch-book icon pytorch-book

PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)

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.