Skip to content
View uesleisutil's full-sized avatar
πŸ˜€
πŸ˜€
Block or Report

Block or report uesleisutil

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
uesleisutil/README.md
​
import json
from dataclasses import asdict, dataclass

@dataclass
class Stack:
    languages   : tuple = ("Python", "Django", "Flask", "LaTeX", "Fortran", "SQL", "NCL", "HTML", "CSS", "JS")
    misc        : tuple = ("Tensorflow")
    ongoing     : tuple = ("R", "ECL")
    pronouns    : tuple = ("He", "Him")

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

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

Pinned Loading

  1. ekman ekman Public

    ekman is a toolbox to postprocess model outputs.

    Python 3 1

  2. stommel stommel Public

    My Jupyter Notebooks that I use to analyse WRF and ROMS outputs.

    Jupyter Notebook 2 2

  3. cousteau cousteau Public

    My Python Scripts that I use to analyse WRF and ROMS outputs.

    Python 5 2

  4. piccard piccard Public

    LaTeX files to compile the COAWST guide.

    TeX 1 2

  5. sverdrup sverdrup Public

    Platformio Weather Station project w/ Arduino IDE using Arduino Uno

    C++

  6. model2roms model2roms Public

    Forked from trondkr/model2roms

    Model2roms is a Python toolbox for creating forcing files required to run Regional Ocean Modeling System (ROMS)

    Python