metrics subheader
#!/usr/bin/env python
# hello.py

def main() -> None:
    with open("generic_github_hello_message.txt", "rt") as msg:
        print(f"👋 {msg.read()}")

if __name__ == "__main__":
    main()
> ./hello.py

👋 Hello, other programmers!

Hi, I'm Cian. Data scientist at a science and engineering research centre. This account will be full of random projects that interest me. Things that interest me include:

  • Machine learning
  • Symbolic AI
  • Data visualisation
  • Doing stuff with massive datasets
  • Trying to convince python to do things it wasn't designed to do (i.e.: 90% of what data scientists do)

If you're also interested in these things you might be interested in my projects, so feel free to explore my repos!

S
Description
My profile repo
Readme 113 MiB
Languages
Python 65.4%
Jinja 34.6%