📘 hkob-astro-notion-blog

これまではてなブログにて情報発信をしていましたが、令和5年3月22日より、こちらでの情報発信を始めました。2019年以前の古い記事は過去の Middleman 時代のものなので、情報が古いです。記録のためだけに残しています。

5/9

コンストラクタラッパーの作成 - Rubyist の Python 学習記録(6)

This blog post describes the process of creating a constructor wrapper and generator constructor for MonoImage in Python, as well as adding a comparison helper method. The author also discusses the importance of understanding the repr method for object comparison. (by Notion AI)

コンストラクタと読み込みプロパティのテスト - Rubyist の Python 学習記録(5)

PythonのクラスMonoImageについて、コンストラクタと読み込みプロパティをテストするために、テストを実行しています。コンストラクタは、ndarray、ビット数、符号の有無を受け取るように実装され、プロパティはビット数を返すようになっています。この記事は古いものですが、astro-notion-blogに移行しています。(by Notion AI)

hkob_pyimage パッケージの作成と読み込み - Rubyist の Python 学習記録(4)

This blog post discusses the creation and loading of the hkob_pyimage package for Python and provides specific instructions for setting up and running tests. The post also includes a warning that it was written some time ago and may not be entirely up-to-date. (by Notion AI)

Python 環境の作成 - Rubyist の Python 学習記録(3)

post-featured-image

このブログページは、Python環境の作成について書かれた記事です。Python 3のインストール方法から、Jupyter Labの導入方法まで詳しく解説されています。記事は古いものですが、記録のために移行されたものです。(by Notion AI)

Python 下調べ - Rubyist の Python 学習記録(2)

This blog post is a record of a Rubyist's journey of learning Python. It covers various topics related to Python, including Numpy, data structures, image loading, operator overloading, object orientation, iterators, testing with nose2 and Jupyter Lab. It also includes links to relevant articles and resources. Please note that this post was written in the past and may not be up to date. (by Notion AI)

Python 学習を始めるにあたり - Rubyist の Python 学習記録(1)

この記事は、RubyistがPythonの学習を始めるためにまとめた学習記録の第1回目です。今回は、これまで作成してきた画像処理ライブラリの特徴や、Pythonの学習に至るまでの経緯について語られています。各言語のメリット・デメリットを踏まえ、Python学習の前に色々と調査した結果を次回以降にまとめる予定です。 (by Notion AI)

全体的な system spec - 不定期刊 Rails App を作る(38:最終回)

post-featured-image

This blog post describes the end-to-end testing process for a Rails app, including modifications to the integration tests and links. It also includes a warning that the post is outdated and not necessarily useful. (by Notion AI)

events コントローラの作成(2) - 不定期刊 Rails App を作る(37)

このブログ記事では、Railsアプリの不定期刊において、eventsコントローラの作成について解説しています。具体的には、event_specの記述(edit と update)、event_controllerの記述(edit と update)、updateのjavascriptの作成について説明しています。記事の最後にはguardの結果も紹介されています。(by Notion AI)

event_gakuseis コントローラの作成(1) - 不定期刊 Rails App を作る(36)

This blog post details the creation of a controller for a Rails app, specifically for the event_gakuseis feature. The post walks through the creation of the controller, the associated spec, and the view. It also touches on the use of AJAX for page transitions and includes code snippets for each step. (by Notion AI)

event モデルの作成 - 不定期刊 Rails App を作る(35)

Ruby on Rails アプリのプロジェクトを進める上で、イベントモデルを作成する手順を紹介したブログ記事です。中でも、新しいモデルを作成するためのgeneratorの使用方法や、モデルの実装に必要な指針、そしてテストについて詳しく解説しています。記事の最後には、Notion AIによる自動生成であることを示す文字列が追加されています。