Skip to content
View zkan's full-sized avatar
🐻
Stay Hungry. Stay Foolish.
🐻
Stay Hungry. Stay Foolish.
Block or Report

Block or report zkan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zkan/README.md

Hi there 👋

from dataclasses import dataclass, field
from typing import List


@dataclass
class DataCraftsman:
    name: str = "Kan Ouivirach"
    pronouns: str = "he/him/his"
    current_role: str = "Senior Data Architect"
    passions: List[str] = field(
        default_factory=lambda: [
            "software-engineering",
            "data-engineering",
            "data-science",
        ]
    )

    def say_hi(self):
        return "Hi! Thanks for dropping by. :-)"


me = DataCraftsman()
print(me.say_hi())

💬 Ask me anything about software engineering, data engineering, data science, and Python! 🐍

📝 Blogs

✍🏻 My Latest Posts on Hashnode

🙇🏻‍♂️ Support

"Buy Me A Coffee"


This README file is generated every day!
Last refresh: Friday, 5 August, 08:26 GMT+7
This profile is inspired by Thomas Guibert

Pinned

  1. intro-to-machine-learning intro-to-machine-learning Public

    Introduction to Machine Learning

    Jupyter Notebook 26 10

  2. tictactoe tictactoe Public

    Tic Tac Toe using Minimax and Reinforcement Learning

    Python 29 8

  3. microservices-with-docker microservices-with-docker Public

    Building a microservice system with Docker (Swarm & Kubernetes)

    Python 19 12

  4. dynamic-time-warping dynamic-time-warping Public

    Dynamic Time Warping code in C/C++

    C++ 21 10

  5. GSoC2012 GSoC2012 Public

    Short example using SimpleCV to submit to GSoC 2012

    Python 6 4

  6. thedataengineeringbook/thedataengineeringbook thedataengineeringbook/thedataengineeringbook Public

    The Data Engineering Book - หนังสือวิศวกรรมข้อมูล ของคนไทย เพื่อคนไทย

    JavaScript 104 43