Git Product home page Git Product logo
​
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())
​

Ueslei's Projects

coawst_training icon coawst_training

COAWST training repository for the National Institute for Space Research class.

cousteau icon cousteau

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

cv icon cv

My CV repository

ekman icon ekman

ekman is a toolbox to postprocess model outputs.

grads icon grads

My GrADS scripts that I used a long time ago in a galaxy far far away.

model2roms icon model2roms

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

munk icon munk

My NCL Scripts that I use to analyse WRF and ROMS outputs and several other reanalysis data.

piccard icon piccard

LaTeX files to compile the COAWST guide.

shell icon shell

My Shell scripts to post-process ROMS and WRF outputs.

stommel icon stommel

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

sverdrup icon sverdrup

Platformio Weather Station project w/ Arduino IDE using Arduino Uno

wrf icon wrf

The official repository for the Weather Research and Forecasting (WRF) model

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.