Skip to content
Avatar
🐻
Stay Hungry. Stay Foolish.
🐻
Stay Hungry. Stay Foolish.

Organizations

@coderwall-python @ruby66 @datascienceth @dataength @thai-data-journalism @devcbkk @pyladiesbkk @pydatabkk
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.

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. Introduction to Machine Learning

    Jupyter Notebook 25 11

  2. tictactoe Public

    Tic Tac Toe using Minimax and Reinforcement Learning

    Python 27 9

  3. Building a microservice system with Docker (Swarm & Kubernetes)

    Python 19 8

  4. Dynamic Time Warping code in C/C++

    C++ 20 10

  5. GSoC2012 Public

    Short example using SimpleCV to submit to GSoC 2012

    Python 6 4

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

    JavaScript 48 17

2,226 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

August 2022

Created 2 repositories
Reviewed 3 pull requests in 1 repository
29 contributions in private repositories Aug 1 – Aug 11

Seeing something unexpected? Take a look at the GitHub profile guide.