2021-12-04
aws-ecs-python

Read More

2021-11-02
parquet-python

最近進行 ETL 的 job,預計用 parquet 格式來儲存資料

my example folder

  • python-parquet-examples

parquet tools

  • Mac install brew install parquet-tools

Reference

Read More

2021-09-07
python-flask

Tutorial

Reference

Read More

2021-09-06
python-as-tool

最近,剛好需要用到將 pdf 轉為 image,並且將 image 分割的事情
原本是用手動截圖的方式,後來想說應該是可以用程式來做,方便一些
就試著用 python 來做這件事,記錄一下,用到了哪些 package,同時也放一份 code 到 github 上

python package list

  • pdf2image
  • opencv
  • pydub
Read More

2021-07-28
python-design-pattern

Read More

2021-04-13
python-and-json

在現在的程式中,常常會需要操作到 json object,記錄一下目前有用到的 json tool

Reference

Read More

2021-03-31
python-crawler-scrapy

Read More

2021-03-05
get-ctext

在找古文的資料時,很常會搜尋到中國哲學書電子化計劃
而這網站原來早就有 python 的 package 可以將全文的資料抓下來,滿好玩的

Reference

Read More

2021-01-25
python-flow-base

一個滿有趣的 python 工具

Read More

2020-10-28
robot_framework

最近需要 support SQA 的工作。在我的想象中,要將 SQA 做得好,需要有 automation testing & daily buid 的互相配合
在 automation testing 中,來試試用 robot-framework 來撰寫 test case,以進行整合
robot-framework 中,可以用 python 來寫 custom test libraries 滿有趣的

vim plugin

  • robotframework-vim Vim plugin for development with Robot Framework.
  • 安裝上述的 plugin,檔案中加上這行 # -*- coding: robot -*- 或是用 :setf robot

REST API testing

write test case

有關 test case 的 structure

  • Test case structure 分為 Workflow tests & Data-driven tests
    • 目前的寫法為 Workflow tests

簡介

Reference

TestRail

IDE

rst 相關資料

Read More