mirror of
https://github.com/Cian-H/Cian-H.git
synced 2025-12-22 14:11:58 +00:00
d131b2f7c24a9015b1ce86a8ec64ebee628ff41b
#!/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!
Description
Languages
Python
65.4%
Jinja
34.6%