「実践的プログラミング専門課程」 というタイトルで30回の連載をしてきました。この連載を始める前、 章立てについて私が考えたのは 「工業高校の生徒たちに、 プログラミングの実践的な力をつけさせたい」 ということでした。 工業高校で教員として ...
今回から4回程度を用いて構造化プログラミングを学習します。コードの構造を整理し、 共通部分をまとめるといったことを取り上げます。構造化プログラミングはコードをシンプルにし、 読みやすくするために編み出された技術です。今後学習する様々な ...
Scratch, often used as an introduction to programming, is an excellent tool that can be handled intuitively. Because it works by simply combining blocks, even beginners can easily create programs.
Build real-world systems tools in Go, including CLIs, servers, and interpreters. Master Go systems programming concepts, such as concurrency, networking, and OS integration. Apply Go to data-intensive ...