from typing import Tuple, List, Dict
class rimaout:
pass
class Attributes(rimaout):
@property
def contact(self) -> Tuple[str, str]:
matrix = "@rimaout:matrix.org"
email = "[email protected]"
return matrix, email
@property
def life(self) -> Tuple[List[str], List[str], int]:
uni = ['Sapienza Rome', 'Computer Science']
langs = ['English', 'Italian']
age = 21
return uni, langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
skills = {
'expert' : [None],
'intermediate': ['Python', 'java'],
'learning' : ['Rust']
}
tools = ['nvim', 'Obsidian']
return skills, tools
@property
def public_work(self) -> Dict[str, str]:
work_links = {
'uni_notes' : 'https://notesinpublic.xyz',
'latest_project' : 'https://github.com/rimaout/flac2mp3'
}
return work_links
Highlights
- Pro
Pinned Loading
-
RSSPod-dl
RSSPod-dl PublicPython CLI tool for downloading and managing podcast from RSS feeds.
Python
-
Password-Generator
Password-Generator PublicThis is a simple app that let’s you generate random passwords
Python
-
-
Obsidian-Configuration
Obsidian-Configuration PublicThis is how I set up and use Obsidian for University and Programming note taking
HTML
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.