Thumbnail of post image 145

python

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

Thumbnail of post image 160

ドラッグ領域の翻訳

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

Thumbnail of post image 102

python

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

Thumbnail of post image 120

python

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

Thumbnail of post image 003

python

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

Thumbnail of post image 081

python

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

Thumbnail of post image 143

GUI

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

Thumbnail of post image 199

python

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

Thumbnail of post image 061

python

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

Thumbnail of post image 060

python

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

Thumbnail of post image 063

python

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

Thumbnail of post image 189

python

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

Thumbnail of post image 093

python

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

Thumbnail of post image 082

python

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

Thumbnail of post image 162

python

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

Thumbnail of post image 138

python

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

Thumbnail of post image 184

DHCPサーバ作成

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

Thumbnail of post image 104

DNSサーバ作成

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

Thumbnail of post image 065

DNSサーバ作成

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

Thumbnail of post image 077

DNSサーバ作成

今回は前回作成したdnsサーバ(受信のみ)が、nslookupコマンドにて受信したデータの ...