Thumbnail of post image 017

Google Cloud Platform

今回はGCP(Google Cloud Platform)を利用してpythonのwebス ...

Thumbnail of post image 012

python

今回はpythonコーディングルールのとっかかりとして、デファクトスタンダードともいえるP ...

Thumbnail of post image 105

ドラッグ領域の翻訳

今回はいよいよ最終回としてツールを完成させたいと思います。 翻訳処理についてはpython ...

Thumbnail of post image 077

python

今回はいよいよpythonとOCRを使って文章の読み出しを行っていきます。 なお、OCRで ...

Thumbnail of post image 040

python

今回はpythonのtkinterを利用して、画面上の特定領域をキャプチャ、またキャプチャ ...

Thumbnail of post image 151

python

今回はOCRを使用し、マウスでドラッグした領域を即時翻訳してくれるようなツールをpytho ...

Thumbnail of post image 010

python

今回は購入済みのすべてのkindle本について、pythonを使用し情報抽出、抽出結果をエ ...

Thumbnail of post image 176

GUI

今回はこれまで取り上げたpythonによるAESの暗号演算処理(ECB、CBC、CTR、C ...

Thumbnail of post image 193

python

今回はパディングの中でもAESで主に使用されているパディング(PKCS#5、PKCS#7) ...

Thumbnail of post image 083

python

今回はAES-CTR編です。pythonのpycryptodomeを使用し、AES-CTR ...

Thumbnail of post image 183

python

今回はAES-CMAC編でも少し触れたAES-CBCについて、pythonのライブラリpy ...

Thumbnail of post image 112

python

AES-CMAC編に引き続き、今回はAES-ECBの暗復号をpythonで実施してみようと ...

Thumbnail of post image 068

python

今回はAES-CMACの勉強と、pythonのライブラリpycryptodomeを使用して ...

Thumbnail of post image 135

python

今回はpythonのMeCabとmarkovifyで形態素解析を行い、以前スクレイピングし ...

Thumbnail of post image 041

python

先日のwebスクレイピングで収集したamazonの購入履歴情報をもとに、期間ごとの購入金額 ...

Thumbnail of post image 098

python

pythonによるwebスクレイピングの勉強がてら、実用性のありそうなamazonの購入履 ...

Thumbnail of post image 076

python

今回はpython使用時、用途に応じてsrcごとに異なるバージョンのライブラリを使えるよう ...

Thumbnail of post image 171

DHCPサーバ作成

いよいよDHCPサーバのプロトコル部分の実装を行ってみました。 なお、GUIやUDPソケッ ...

Thumbnail of post image 141

DNSサーバ作成

今回はpythonのthreadingライブラリを使用して、DNSサーバのsocket処理 ...

Thumbnail of post image 188

DNSサーバ作成

いよいよ本章ではDNSの応答処理を実装して、実際にPCにIPアドレスの割り振りを実施できる ...