Skip to content
Avatar
🎲
🎲

Highlights

  • Arctic Code Vault Contributor
rednafi/README.md

import json
from dataclasses import asdict, dataclass


@dataclass
class Stack:
    languages   : tuple = ("Python", "Bash")
    databases   : tuple = ("PostgreSQL", "Mongo", "Redis")
    misc        : tuple = ("Docker", "Celery")
    ongoing     : tuple = ("Django", "GraphQL", "JavaScript")

    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())
​

Pinned

  1. 🐍 Simple FastAPI template with factory pattern architecture

    Python 85 7

  2. 🐍 The strangely familiar config parser

    Python 44

  3. Opinionated coding guidelines and best practices in Python

    202 13

  4. Urban sound source tagging from an aggregation of four second noisy audio clips via 1D and 2D CNN (Xception)

    Jupyter Notebook 34 11

  5. 🌿 Contextualizing Python's Asyncio

    Shell 77 5

  6. 🎲 Dotfiles for Debian Linux

    Shell

2,346 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created a pull request in dwmkerr/hacker-laws that received 1 comment

Updated the link concerning software entropy

The previous link concerning software entropy shows a page not found message - Replaced the underlying link with a valid one.

+1 −1 1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.