199 - Python 自用腳本 【Python】python debug 自用方法整理筆記 Basic debug in code – print 大法 pri…Howard Weng2023 年 11 月 21 日
199 - Python 自用腳本 【Python 自用腳本 #6】實用模組 – python Timer decorator 計時用裝飾器模組,簡易增加 python 程式碼計時功能 (Timer module) 前言 裝飾器 (decorator),可以幫助我們快…Howard Weng2023 年 11 月 20 日
199 - Python 自用腳本 【Python 自用腳本 #5】python attach – 使用 debugpy 在 VScode 中實現 debug container 內程式的效果 前言 python attach 是 VScode 官方也有說…Howard Weng2023 年 11 月 20 日
199 - Python 自用腳本 【Python 自用腳本 #4】debug 用 dump 資料 function 前言 debug 用 模版 def dump_debug_str(data, f…Howard Weng2023 年 11 月 20 日
199 - Python 自用腳本 【Python 自用腳本 #3】python argparse with debug mode 模版 模版 import argparse def get_args(): parse…Howard Weng2023 年 11 月 19 日