Skip to content
View anzhi0708's full-sized avatar
πŸ’­
Listenning to some Metalcore
πŸ’­
Listenning to some Metalcore

Block or report anzhi0708

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
anzhi0708/README.md

Codewars

Linux Debian Python Pandas C API uv Rust Svelte Termux

Hi there μ•ˆλ…•ν•˜μ„Έμš” δ½ ε₯½ πŸ‘‹

~> whoami
Name:   Anji
Editor: Helix, Neovim, VS Code
Shell:  Fish, Zsh, Bash
~> cat ~/about_me.py
#!/usr/bin/env python3
class Anji:

  def __init__(self):
    self.name   = "anji"
    self.gender = "male"
    self.languages_spoken = [
      "en_US",
      "ko_KR",
      "zh_CN",
    ]

About Me πŸ‘‹

  • πŸŽ“ Master's degree in Political Science
  • 🌐 Work proficiently in Korean, Chinese, and English
  • 🐍 Experienced with the Python ecosystem
  • 🧩 Curious about the Python C API
  • πŸ¦€πŸ§  Currently self-learning Rust and C++23
  • πŸ“¦βœˆοΈπŸ—ΊοΈ Work experience in logistics and travel industries
  • 🎸 Big fan of modern metal music
  • ✈️ 10 years of overseas study experience

Pinned Loading

  1. calamine_to_polars Public

    Read Excel files to Polars DataFrame

    Rust 2 2

  2. regex_generate_py Public

    Use regular expressions to generate text. This is the PyO3 Python binding of the Rust crate 'regex_generate'.

    Rust 1

  3. CongressWatchKR Public

    Data analysis tool for Korean National Assembly PDF records πŸ‡°πŸ‡·

    Python

  4. removing_pdf_clipboard_newlines Public

    Use regular expressions to remove specific patterned text (mainly new lines), and interact with the standard library, user-installed binary files, and the system clipboard to ensure that the text c…

    C++ 1

  5. example-rust-c-ffi Public

    Minimal example for calling C function from Rust code

    Shell