- ๐ญ Iโm currently working on graduating from university
- ๐ฑ Iโm currently learning Python and Rust
- ๐ฏ Iโm looking to collaborate on anything that isn't a web front-end
- ๐ค Iโm looking for help with Rust learning
- ๐ฌ Ask me about Python help
- ๐ซ How to reach me: Here or on Twitter (@Diapolo101)
- ๐ Pronouns: he/him/they (though it honestly doesn't matter)
- โก Fun fact: Audentem Forsque Venusque iuvat.
๐
Working from home
A Finnish computer geek who is trying to learn all kinds of things from video editing to game development and programming.
Pinned Loading
-
python-poetry-template
python-poetry-template Public templateA template Poetry project structure.
-
python-rust-template
python-rust-template Public templateA template mixed language Python/Rust project structure.
Makefile 5
-
Order N Fibonacci sequence generator
Order N Fibonacci sequence generator 1from collections import deque
2from typing import Generator
3import warnings
45def n_fibonacci(n: int = 2) -> Generator[int, None, None]:
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.