Hello World
Welcome to deemel.com. This is the first post.
What to expect
Mostly programming and data analytics content. Code, notebooks, the occasional dataset or raw file linked for reference.
Code example
def greet(name: str) -> str:
return f"Hello, {name}!"
print(greet("world"))
More soon.