<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>テキストプログラミング &#8211; リビングの魔王</title>
	<atom:link href="https://living-maou.com/tag/%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0/feed/" rel="self" type="application/rss+xml" />
	<link>https://living-maou.com</link>
	<description></description>
	<lastBuildDate>Tue, 09 Apr 2024 01:02:07 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://living-maou.com/wp-content/uploads/2020/02/cropped-favicon-32x32.png</url>
	<title>テキストプログラミング &#8211; リビングの魔王</title>
	<link>https://living-maou.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【micro:bit（マイクロビット）】Pythonエディターを使ってテキストプログラミングに挑戦！</title>
		<link>https://living-maou.com/microbit-pythoneditor/</link>
					<comments>https://living-maou.com/microbit-pythoneditor/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Mon, 08 Mar 2021 05:16:11 +0000</pubDate>
				<category><![CDATA[テキストプログラミング]]></category>
		<category><![CDATA[micro:bit]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=1734</guid>

					<description><![CDATA[マイクロビットの開発環境かんきょうのひとつであるMakeCodeエディターは、Scratchのようにブロックをつなぎ合わせてプログラミングします。 一方、Pythonエディターは、Python（パイソン）というテキストベ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python.jpg"><img fetchpriority="high" decoding="async" class="aligncenter size-large wp-image-1735" src="https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python-800x450.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python.jpg 800w, https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python-1536x864.jpg 1536w, https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/03/eyecatch_microbit_python-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>マイクロビットの開発<ruby>環境<rt>かんきょう</rt></ruby>のひとつである<a rel="noopener" target="_self" href="https://living-maou.com/microbit-makecode/">MakeCodeエディター<span class="fa fa-external-link internal-icon anchor-icon"></span></a>は、Scratchのようにブロックをつなぎ合わせてプログラミングします。</p>
<p>一方、<span style="color: #ff0000;"><b>Pythonエディター</b></span>は、<b>Python（パイソン）</b>というテキストベースのプログラミング言語で、マイクロビットのプログラミングをすることができる開発<ruby>環境<rt>かんきょう</rt></ruby>です。</p>
<p>この記事では、Pythonエディターの<a href="#howto">基本的な使い方</a>を<ruby>紹介<rt>しょうかい</rt></ruby>します。</p>
<p>&nbsp;</p>
<h2><span id="toc1">Python（パイソン）とは</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit_python01.jpg"><img decoding="async" class="aligncenter size-full wp-image-1736" src="https://living-maou.com/wp-content/uploads/2021/03/microbit_python01.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit_python01.jpg 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit_python01-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit_python01-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit_python01-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit_python01-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit_python01-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit_python01-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><span style="color: #ff0000;"><b>Python（パイソン）</b></span>は、わかりやすく実用的な言語としてとても人気の高いプログラミング言語です。</p>
<p>Webアプリケーション開発や機械学習、統計処理など広く使われ、GoogleやFacebookなどのIT<ruby>企業<rt>きぎょう</rt></ruby>でも開発言語として採用されています。</p>
<p>厳密にいうと、マイクロビットでは<b>MicroPython（マイクロ・パイソン）</b>と呼ばれる言語を使います。</p>
<p>MicroPythonは、Pythonをベースにマイクロビットのような小さなコンピュータで動くようにデザインされた言語。</p>
<p>Pythonと同じ文法を使ってプログラミングできます。</p>
<p>&nbsp;</p>
<h2 id="howto"><span id="toc2">Pythonエディターの使い方</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01.png"><img decoding="async" class="aligncenter size-full wp-image-6600" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01.png" alt="PythonV3" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-01-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<div class="blank-box bb-blue">
<ol>
<li>ブラウザを起動する。</li>
<li><a rel="noopener" target="_blank" href="https://python.microbit.org/v/3">Pythonエディターのサイト<span class="fa fa-external-link external-icon anchor-icon"></span></a>にアクセスし、エディター画面を表示する。</li>
</ol>
</div>
<p>&nbsp;</p>
<h3><span id="toc3">言語を日本語にする</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6601" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02.png" alt="言語を日本語に変更" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-02-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>最初に、言語を日本語に<ruby>変更<rt>へんこう</rt></ruby>しましょう。</p>
<ol>
<li>歯車アイコンをクリックし、「Language」を<ruby>選択<rt>せんたく</rt></ruby></li>
<li>「日本語」を<ruby>選択<rt>せんたく</rt></ruby>し、「close」をクリック</li>
</ol>
<p>&nbsp;</p>
<h3><span id="toc4">Pythonエディター画面の見かた</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6602" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03.png" alt="Pythonエディター画面" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-03-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>サイドバーメニュー、編集ウィンドウ、シミュレーター、3つのエリアに分かれています。</p>
<p>&nbsp;</p>
<h4>サイドバーメニュー</h4>
<p>最初は「リファレンス」が表示されています。</p>
<p>左側のボタンで、「リファレンス」「アイデア」「API」「プロジェクト」「設定」「ヘルプ」を<ruby>切<rt>き</rt></ruby>り<ruby>替<rt>か</rt></ruby>えます。</p>
<p>&nbsp;</p>
<h4>編集ウィンドウ</h4>
<p>Pythonのコードを書く場所です。</p>
<p>&nbsp;</p>
<h4>シミュレーター</h4>
<p>シミュレーターでプログラムを動かすことができます。</p>
<p>マイクロビットへ転送する前に、思った通りに動くかテストしましょう。</p>
<p>&nbsp;</p>
<h3><span id="toc5">コードを編集する</span></h3>
<p><b>スニペット</b>をドラッグアンドドロップして使えたり、入力候補を表示してくれる<b>オートコンプリート機能</b>があったり、初心者さんでもかんたんにコーディングできるようになっています。</p>
<p>&nbsp;</p>
<h4>リファレンス</h4>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6603" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04.png" alt="スニペットを使う" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-04-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>リファレンス</b>では、MakeCodeやScratchでブロックを探すように、Pythonとmicro:bitで何ができるのか、かんたんに調べられます。</p>
<p>さらに、よく使うコードのかたまり（<b>スニペット</b>）をドラッグアンドドロップして使うことが可能です。</p>
<p>動作<ruby>確認<rt>かくにん</rt></ruby>済みのサンプルをすぐに<ruby>試<rt>ため</rt></ruby>せるので、タイピングが苦手だったり、複雑な構文を覚えるのが苦手でも、気軽にプログラミングを始められます。</p>
<p>&nbsp;</p>
<h4>オートコンプリート機能でサクサク入力</h4>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6604" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05.png" alt="オートコンプリート" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-05-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>オートコンプリート</b>とは、入力中に候補を表示してくれる機能です。</p>
<p>候補を<ruby>選択<rt>せんたく</rt></ruby>するだけで いちいち<ruby>全<rt>すべ</rt></ruby>て入力する必要がないので、入力時間を短縮し、入力ミスを<ruby>削減<rt>さくげん</rt></ruby>できます。</p>
<p>たとえば、デフォルトのプログラムの7行目にあるdisplay.show(Image.HEART)のHEARTを消して「D」と入力してみてください。</p>
<p>DIAMOND、DIAMOND_SMALL、DUCK、とDからはじまるイメージの候補が表示されます。</p>
<p>&nbsp;</p>
<h4>エラー</h4>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6605" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06.png" alt="構文エラー" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-06-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>構文エラー</b>（プログラムの文法的な<ruby>間違<rt>まちが</rt></ruby>い）があると、行番号の横に赤い丸またはグレーの四角がつきます。</p>
<p>エラーのある場所（赤い波線の下線）にカーソルを合わせるとエラーの内容を<ruby>確認<rt>かくにん</rt></ruby>できるので、修正しましょう。</p>
<p>&nbsp;</p>
<h3><span id="toc6">シミュレーターでテストする</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6606" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07.png" alt="シミュレーター" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-07-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>右側のサイドバーにあるマイクロビットは<b>シミュレーター</b>です。再生ボタンをクリックすると、プログラムを実行します。</p>
<p>下の<b>コントロール</b>で、明るさ、温度、磁力、音の大きさなどを<ruby>変更<rt>へんこう</rt></ruby>できます。テストに必要な条件に合わせて調整しましょう。</p>
<p>&nbsp;</p>
<h3><span id="toc7">プログラムをマイクロビットに転送する</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6607" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08.png" alt="マイクロビットに転送" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-08-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>シミュレーターでのテストが終わったら、プログラムをマイクロビットに転送しましょう。</p>
<ol>
<li>編集ウィンドウの下にある「micro:bitに送る」をクリック</li>
<li>マイクロビットとパソコンをUSBケーブルでつなぎ「次へ」をクリック</li>
<li>「次へ」をクリック</li>
<li>マイクロビットを<ruby>選択<rt>せんたく</rt></ruby>し「接続」をクリック</li>
</ol>
<p>&nbsp;</p>
<h3><span id="toc8">ファイルに保存する／開く</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6608" src="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09.png" alt="ファイルに保存する／開く" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09.png 800w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/03/microbit-pythonV3-09-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>編集ウィンドウの下にある「保存」をクリックすると、プログラム（.hexファイルまたは.pyスクリプト）をパソコン上に保存できます。</p>
<ol>
<li>編集ウィンドウの下にある「保存」をクリック</li>
<li>プロジェクト名をつける</li>
<li>「<ruby>確認<rt>かくにん</rt></ruby>して保存」をクリック</li>
</ol>
<p>保存したファイルは「開く」から開けます。</p>
<ol>
<li>編集ウィンドウの下にある「開く」をクリック</li>
<li>開きたいファイル（.hexファイルまたは.pyスクリプト）を選んで「開く」をクリック</li>
</ol>
<p>&nbsp;</p>
<div class="blank-box bb-tab bb-memo bb-red">
<ul>
<li><span style="color: #ff0000;"><b>.hexファイル</b></span><br />
コンパイルされたファイル（コンピュータが理解できる言語）</li>
<li><span style="color: #ff0000;"><b>.pyファイル</b></span><br />
Pythonで書かれたソースファイル（人間が理解できる言語）</li>
</ul>
</div>
<p><span style="color: #ff0000;"><b>コンパイル</b></span>とは、プログラム言語をコンピュータが理解できる言語に<ruby>変換<rt>へんかん</rt></ruby>することです。</p>
<p>.pyファイルは、Pythonエディターに<ruby>読<rt>よ</rt></ruby>み<ruby>込<rt>こ</rt></ruby>んで編集することができますが、マイクロビットに<ruby>書<rt>か</rt></ruby>き<ruby>込<rt>こ</rt></ruby>むことはできません。</p>
<p>マイクロビットに<ruby>書<rt>か</rt></ruby>き<ruby>込<rt>こ</rt></ruby>むには、.hexファイルに<ruby>変換<rt>へんかん</rt></ruby>する必要があります。</p>
<p>.hexファイルをマイクロビットに転送するくわしい方法は、「<a rel="noopener" target="_self" href="https://living-maou.com/microbit-usb-connection/">【マイクロビット】パソコンとのつなぎ方・外し方、プログラムの転送方法<span class="fa fa-external-link internal-icon anchor-icon"></span></a>」で<ruby>紹介<rt>しょうかい</rt></ruby>しています。</p>
<p>&nbsp;</p>
<h2><span id="toc9">まとめ</span></h2>
<p>Pythonエディターの基本的な使い方について<ruby>紹介<rt>しょうかい</rt></ruby>しました。</p>
<p>くわしいPythonエディターやmicrobitモジュールの使い方は、下のリンク先で調べることができます。</p>
<div class="blank-box bb-blue">
<ul>
<li><a rel="noopener" target="_blank" href="https://microbit.org/get-started/user-guide/python-editor/">micro:bit　Pythonユーザーガイド<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://microbit-micropython.readthedocs.io/en/v2-docs/">BBC micro:bit MicroPython ドキュメント<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
</ul>
</div>
<p>&nbsp;</p>
<div class="blogcard-type bct-related">

<a rel="noopener" target="_self" href="https://living-maou.com/microbit-matome/" title="micro:bit（マイクロビット）で出来ることと使い方まとめ" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">micro:bit（マイクロビット）で出来ることと使い方まとめ</div><div class="blogcard-snippet internal-blogcard-snippet">micro:bit（マイクロビット）で出来ることと使い方を紹介。この記事ではマイクロビットのセンサーなどの機能とその使い方を解説した記事をまとめました。【リビングの魔王】でこれまで紹介した作品も紹介します。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/microbit-pythoneditor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Progate（プロゲート）が初心者の子どもに向いていない3つの理由</title>
		<link>https://living-maou.com/progate/</link>
					<comments>https://living-maou.com/progate/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Sun, 28 Feb 2021 05:45:27 +0000</pubDate>
				<category><![CDATA[テキストプログラミング]]></category>
		<category><![CDATA[Progate]]></category>
		<category><![CDATA[プログラミング教材]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=1691</guid>

					<description><![CDATA[Progate（プロゲート）は、初心者向けのオンラインプログラミング学習サービス。 子どもから大人まで幅広い年代に利用されている人気のサービスです。 子どものプログラミング学習の教材として、Progateを検討されている [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate.jpg"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1692" src="https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate-800x450.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate-1536x864.jpg 1536w, https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/eyechatch_progate-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>Progate（プロゲート）</b>は、初心者向けのオンラインプログラミング学習サービス。</p>
<p>子どもから大人まで幅広い年代に利用されている人気のサービスです。</p>
<p>子どものプログラミング学習の教材として、Progateを検討されている方もいるのではないでしょうか。</p>
<p>しかし、Progateは<span class="marker-under-red">子どもがプログラミング学ぶ<b>一番最初の教材</b>にはあまり向いていません</span>。</p>
<p>理由は3つあります。</p>
<div class="blank-box bb-blue">
<ul>
<li><a href="#riyu1">基本的なパソコン操作ができることが前提</a></li>
<li><a href="#riyu2">スライドの解説が大人向き</a></li>
<li><a href="#riyu3">覚えることがメインになってしまう</a></li>
</ul>
</div>
<p>Scratch（スクラッチ）などの<span class="marker-under-red">ビジュアルプログラミングの経験があって、</span><span class="marker-under-red">テキストプログラミングにもチャレンジしてみたい</span>という子向きの教材です。</p>
<p>はじめのうちは、操作が簡単で構文など覚えることが少ない<b>ビジュアルプログラミング</b>で、プログラミングを楽しんでください。</p>
<p>&nbsp;</p>
<p>下の記事で、初心者の子ども向け教材を紹介しています。よかったら参考にしてみてください。</p>
<div class="blogcard-type bct-detail">

<a rel="noopener" target="_self" href="https://living-maou.com/teaching-material/" title="学び好きな子に育つ！考えて作る楽しさを味わえるプログラミング玩具7選" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2020/02/eyecatch-teaching-material02-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2020/02/eyecatch-teaching-material02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch-teaching-material02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch-teaching-material02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch-teaching-material02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch-teaching-material02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch-teaching-material02-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch-teaching-material02.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">学び好きな子に育つ！考えて作る楽しさを味わえるプログラミング玩具7選</div><div class="blogcard-snippet internal-blogcard-snippet">子ども向けのプログラミング教材やおもちゃは種類や難易度がさまざま。どれを選べばいいのか迷ってしまいませんか？【リビングの魔王】では年齢や興味関心に合わせて選ぶポイントや、おすすめの教材・おもちゃを紹介。プログラミング学習の参考にしてみてください。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<h2><span id="toc1">Progate（プロゲート）とは</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/Progate01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1693" src="https://living-maou.com/wp-content/uploads/2021/02/Progate01.jpg" alt="Progateとは" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/Progate01.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/Progate01-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/Progate01-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/Progate01-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/Progate01-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/Progate01-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/Progate01-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><span style="color: #ff0000;">Progate（プロゲート）</span>は、<span class="marker-under-red">初心者向けのオンラインプログラミング学習サービス</span>。</p>
<p>子どもから大人まで、幅広い年齢層から利用されています。</p>
<p>無料では、基礎レベルの18レッスンを学習できます。</p>
<p>有料会員になれば、公開中の全82レッスンすべて学習できるようになります。</p>
<h3><span id="toc2">Web版とアプリ版がある</span></h3>
<p>ProgateにはWeb版とアプリ版があります。</p>
<p>アプリまたはWebのどちらでプラスプラン （有料会員）登録しても、アプリ・Web両方の有料レッスンを受講することができます。</p>
<h4>Web版</h4>
<p>ブラウザ（Google Chrome）から利用できるので、パソコンの設定は不要。</p>
<p>Progateのサイトにアクセスして、会員登録をすれば利用可能になります。</p>
<div class="blogcard-type bct-official">

<a rel="noopener" target="_blank" href="https://prog-8.com/" title="Progate(プロゲート) | Learn to code, learn to be creative." class="blogcard-wrap external-blogcard-wrap a-wrap cf"><div class="blogcard external-blogcard eb-left cf"><div class="blogcard-label external-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail external-blogcard-thumbnail"><img loading="lazy" decoding="async" src="https://living-maou.com/wp-content/uploads/cocoon-resources/blog-card-cache/ff2249368745b22e1df1812a6db8b2db.png" alt="" class="blogcard-thumb-image external-blogcard-thumb-image" width="160" height="90" /></figure><div class="blogcard-content external-blogcard-content"><div class="blogcard-title external-blogcard-title">Progate(プロゲート) | Learn to code, learn to be creative.</div><div class="blogcard-snippet external-blogcard-snippet">Progateは未経験でも独学でも安心して学べるオンラインプログラミング学習サービスです。入門から実務レベルまで、ビジネス職やエンジニア職にも役立つAI時代に必要なスキルを身につけることができます。</div></div><div class="blogcard-footer external-blogcard-footer cf"><div class="blogcard-site external-blogcard-site"><div class="blogcard-favicon external-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://prog-8.com/" alt="" class="blogcard-favicon-image external-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain external-blogcard-domain">prog-8.com</div></div></div></div></a>
</div>
<p>推奨環境は<a rel="noopener" target="_blank" href="https://prog-8.com/faqs/articles/55?faq_locale=ja">こちら<span class="fa fa-external-link external-icon anchor-icon"></span></a>からご確認ください。</p>
<h4>アプリ版</h4>
<p>スライドがスマホやタブレットの画面に最適化されていて見やすいです。</p>
<p>Web版と併用して、スキマ時間に予習・復習するのに便利。</p>
<div id="appreach-box" style="text-align: left;">
<p><img decoding="async" id="appreach-image" style="float: left; margin: 10px; width: 25%; max-width: 120px; border-radius: 10%;" src="https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/bf/c7/b4/bfc7b490-e1ec-bdf1-e185-4454707320c6/source/512x512bb.jpg" alt="Progate -楽しく学べるプログラミング学習アプリ" /></p>
<div class="appreach-info" style="margin: 10px;">
<div id="appreach-appname">Progate -楽しく学べるプログラミング学習アプリ</div>
<div id="appreach-developer" style="font-size: 80%; display: inline-block;">開発元:<span id="appreach-developerurl">Progate</span></div>
<div id="appreach-price" style="font-size: 80%; display: inline-block;">無料</div>
<div class="appreach-powered" style="font-size: 80%; display: inline-block;">posted with<a rel="nofollow noopener" target="_blank" title="アプリーチ" href="https://mama-hack.com/app-reach/">アプリーチ<span class="fa fa-external-link external-icon anchor-icon"></span></a></div>
<div class="appreach-links" style="float: left;">
<div id="appreach-itunes-link" style="display: inline-block;"><a rel="nofollow noopener" target="_blank" id="appreach-itunes" href="https://apps.apple.com/jp/app/progate-%25E6%25A5%25BD%25E3%2581%2597%25E3%2581%258F%25E5%25AD%25A6%25E3%2581%25B9%25E3%2582%258B%25E3%2583%2597%25E3%2583%25AD%25E3%2582%25B0%25E3%2583%25A9%25E3%2583%259F%25E3%2583%25B3%25E3%2582%25B0%25E5%25AD%25A6%25E7%25BF%2592%25E3%2582%25A2%25E3%2583%2597%25E3%2583%25AA/id1335868128?uo=4"><img decoding="async" style="height: 40px; width: 135px;" src="https://nabettu.github.io/appreach/img/itune_ja.svg" /></a></div>
<div id="appreach-gplay-link" style="display: inline-block;"><a rel="nofollow noopener" target="_blank" id="appreach-gplay" href="https://play.google.com/store/apps/details?id=com.progate"><img decoding="async" style="height: 40px; width: 134.5px;" src="https://nabettu.github.io/appreach/img/gplay_ja.png" /></a></div>
</div>
</div>
<div class="appreach-footer" style="margin-bottom: 10px; clear: left;"></div>
</div>
<p>&nbsp;</p>
<h2><span id="toc3">「一番最初の」教材としてはオススメしません</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/Progate03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1695" src="https://living-maou.com/wp-content/uploads/2021/02/Progate03.jpg" alt="Progate アプリ版演習画面" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/Progate03.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/Progate03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/Progate03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/Progate03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/Progate03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/Progate03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/Progate03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>Progateは、プログラミング初心者の大人が学ぶにはとてもいい教材です。</p>
<p>しかし、<span class="marker-under-red">子どもがプログラミングを学ぶ一番最初の教材としてはオススメしません。</span></p>
<p>理由は3つあります。</p>
<div class="blank-box bb-blue">
<ul>
<li>基本的なパソコン操作ができることが前提</li>
<li>スライドの解説が大人向き</li>
<li>覚えることがメインになってしまう</li>
</ul>
</div>
<h3 id="riyu1"><span id="toc4">基本的なパソコン操作ができることが前提</span></h3>
<p>演習問題では実際にプログラムを打ち込むことになります。</p>
<p><span class="marker-under-red">タイピング（ゆっくりでOK）とテキストのコピー＆ペーストができる程度</span>は、パソコンの操作ができないと苦しいと思います。</p>
<div class="blogcard-type bct-related">

<a rel="noopener" target="_self" href="https://living-maou.com/typing/" title="小学生にぴったり！タイピング練習のコツとおすすめの無料教材" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2020/03/eyecatch-keyboard02-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2020/03/eyecatch-keyboard02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2020/03/eyecatch-keyboard02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2020/03/eyecatch-keyboard02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2020/03/eyecatch-keyboard02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2020/03/eyecatch-keyboard02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2020/03/eyecatch-keyboard02-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2020/03/eyecatch-keyboard02.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">小学生にぴったり！タイピング練習のコツとおすすめの無料教材</div><div class="blogcard-snippet internal-blogcard-snippet">タッチタイピングは、習得まで時間がかかります。小学校で十分な練習時間を確保するのは難しいと考えられるので、お家でコツコツ練習しましょう。【リビングの魔王】ではタイピングの練習方法とおすすめのタイピング教材を紹介します。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<p>&nbsp;</p>
<h3 id="riyu2"><span id="toc5">スライドの解説が大人向き</span></h3>
<p>スライドの説明はとてもていねいですが、<span class="marker-under-red">あくまで大人の初心者向きの解説</span>です。</p>
<p>小学校で習わない漢字や、少しむずかしい言い回しも出てきます。</p>
<p>&nbsp;</p>
<h3 id="riyu3"><span id="toc6">覚えることがメインになってしまう</span></h3>
<p>Progateはスライドで覚えたことを演習問題の手順通りにプログラムを書くという流れです。</p>
<p>なので<span class="marker-under-red">自分で考える部分は少なく、</span><span class="marker-under-red">構文を覚えることがメイン</span>になってしまいます。</p>
<p>演習問題で書いたプログラムを動かした結果も、コンソールへの出力が主なのでちょっと地味です。</p>
<p>子どもにとっては退屈に感じてしまうかもしれません。</p>
<p>&nbsp;</p>
<h2><span id="toc7">Progateでの学習に向いている子は？</span></h2>
<p>Scratchなどのビジュアルプログラミングの経験があって、さらに深く学んでみたいという子に向いています。</p>
<div class="blank-box bb-blue">
<ul>
<li>Progateで習える言語でやりたいことがある</li>
<li>テキストベースのプログラミングにチャレンジしてみたい</li>
</ul>
</div>
<p>といった、目標や目的があるとよいと思います。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc8">学習の進め方</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/Progate02.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1694" src="https://living-maou.com/wp-content/uploads/2021/02/Progate02.png" alt="Progateレッスンの流れ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/Progate02.png 800w, https://living-maou.com/wp-content/uploads/2021/02/Progate02-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/02/Progate02-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/02/Progate02-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/02/Progate02-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/02/Progate02-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/02/Progate02-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>レッスンの流れ</p>
<div class="blank-box bb-blue">
<ol>
<li>スライドで知識を学ぶ</li>
<li>実際にプログラムを書く</li>
</ol>
</div>
<p>1レッスン5枚前後のスライドを見て知識を学びます。</p>
<p>イラスト中心で初心者でも理解しやすい内容です。</p>
<p>スライドで学んだら、実際にプログラムを書く演習問題に進みます。</p>
<p>書いたプログラムの結果はすぐに確認することができますよ。</p>
<p><span class="marker-under-red">１レッスンが短いので自分のペースで学習しやすい</span>です。</p>
<h3><span id="toc9">Progateで学べる主なプログラミング言語</span></h3>
<ul>
<li>HTML＆CSS（エイチティーエムエル、シーエスエス）</li>
<li>Javascript（ジャバスクリプト）</li>
<li>Ruby（ルビー）</li>
<li>Python（パイソン）</li>
<li>Java（ジャバ）</li>
</ul>
<h3><span id="toc10">オススメの言語は？</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/Progate04.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1696" src="https://living-maou.com/wp-content/uploads/2021/02/Progate04.png" alt="Javascriptはマイクロビットで使える" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/Progate04.png 800w, https://living-maou.com/wp-content/uploads/2021/02/Progate04-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/02/Progate04-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/02/Progate04-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/02/Progate04-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/02/Progate04-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/02/Progate04-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>お目当ての言語がない場合、<span style="color: #ff0000;"><b>Javascript</b></span>か<span style="color: #ff0000;"><b>Python</b></span>がオススメ。</p>
<p><span class="marker-under-red">「Javascript」と「Python」は、</span><span class="marker-under-red"><b>マイクロビット</b>のプログラミングに使うことができます。</span></p>
<p><a rel="noopener" target="_blank" href="https://microbit.org/code/">マイクロビット（micro:bit）<span class="fa fa-external-link external-icon anchor-icon"></span></a>とは、情報教育のためにBBCで開発された小さなコンピュータです。</p>
<p>日本でもプログラミング教育の教材として、小学校での導入が進んでいます。</p>
<p>また、他のロボット教材と比べて安くに手に入るので、家庭での学習にも気軽に取り入れられます。</p>
<p>最初はブロックを使ったプログラミングでマイクロビットを動かし、その後JavascriptやPythonといったテキスト言語に書き換えてみるといった学習ができますよ。</p>
<div class="blogcard-type bct-related">

<a rel="noopener" target="_self" href="https://living-maou.com/microbit-matome/" title="micro:bit（マイクロビット）で出来ることと使い方まとめ" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2020/09/eyecatch_microbit_matome2206.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">micro:bit（マイクロビット）で出来ることと使い方まとめ</div><div class="blogcard-snippet internal-blogcard-snippet">micro:bit（マイクロビット）で出来ることと使い方を紹介。この記事ではマイクロビットのセンサーなどの機能とその使い方を解説した記事をまとめました。【リビングの魔王】でこれまで紹介した作品も紹介します。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<p>&nbsp;</p>
<h2><span id="toc11">無料でどのレベルまで学べる？</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/Progate05.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1697" src="https://living-maou.com/wp-content/uploads/2021/02/Progate05.png" alt="Progate 無料レッスン受けてみた" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/Progate05.png 800w, https://living-maou.com/wp-content/uploads/2021/02/Progate05-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/02/Progate05-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/02/Progate05-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/02/Progate05-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/02/Progate05-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/02/Progate05-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>「Javascript」「Python」の無料レッスンを受けました。</p>
<p><span class="marker-under-red">内容は「変数」と「条件分岐」、「リスト（配列）」の使い方まで。</span></p>
<p>テキストプログラミングを学ぶレベルのお子さんでしたら、「ループ」や「関数」なども学びたいところです。</p>
<p>無料のコースで問題なく学習を進められるようなら、全てのレッスンが学習可能になる有料プラン（月額980円）への加入をおすすめします。</p>
<p>&nbsp;</p>
<h2><span id="toc12">まとめ</span></h2>
<p>Progateは、Scratchなどのビジュアルプログラミングの経験があって、テキストベースのプログラミングにもチャレンジしてみたいという子にオススメの教材です。</p>
<p>Progateでプログラミング言語の構文や概念を学んだあとは、ぜひ何か作品を作ってみてください。</p>
<p>&nbsp;</p>
<div class="blogcard-type bct-official">

<a rel="noopener" target="_blank" href="https://prog-8.com/" title="Progate(プロゲート) | Learn to code, learn to be creative." class="blogcard-wrap external-blogcard-wrap a-wrap cf"><div class="blogcard external-blogcard eb-left cf"><div class="blogcard-label external-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail external-blogcard-thumbnail"><img loading="lazy" decoding="async" src="https://living-maou.com/wp-content/uploads/cocoon-resources/blog-card-cache/ff2249368745b22e1df1812a6db8b2db.png" alt="" class="blogcard-thumb-image external-blogcard-thumb-image" width="160" height="90" /></figure><div class="blogcard-content external-blogcard-content"><div class="blogcard-title external-blogcard-title">Progate(プロゲート) | Learn to code, learn to be creative.</div><div class="blogcard-snippet external-blogcard-snippet">Progateは未経験でも独学でも安心して学べるオンラインプログラミング学習サービスです。入門から実務レベルまで、ビジネス職やエンジニア職にも役立つAI時代に必要なスキルを身につけることができます。</div></div><div class="blogcard-footer external-blogcard-footer cf"><div class="blogcard-site external-blogcard-site"><div class="blogcard-favicon external-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://prog-8.com/" alt="" class="blogcard-favicon-image external-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain external-blogcard-domain">prog-8.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/progate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【コードモンキー無料体験】小学生～中学生向けプログラミング教材「コードの冒険」</title>
		<link>https://living-maou.com/codemonkey/</link>
					<comments>https://living-maou.com/codemonkey/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Wed, 17 Feb 2021 04:26:49 +0000</pubDate>
				<category><![CDATA[プログラミング教室]]></category>
		<category><![CDATA[CodeMonkey]]></category>
		<category><![CDATA[テキストプログラミング]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=1649</guid>

					<description><![CDATA[コードモンキー（CodeMonkey）は、イスラエル生まれのプログラミング学習教材。 子どもが自習形式で学ぶことができるので、親にプログラミングの知識がなくても基礎的な考え方を身につけることができます。 この記事では、コ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4683" src="https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA.jpg 800w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2020/02/eyecatch_codemonkeyCA-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><a rel="noopener" target="_blank" href="https://codemonkey.jp/">コードモンキー（CodeMonkey）<span class="fa fa-external-link external-icon anchor-icon"></span></a>は、イスラエル生まれのプログラミング学習教材。</p>
<p>子どもが自習形式で学ぶことができるので、親にプログラミングの知識がなくても基礎的な考え方を身につけることができます。</p>
<p>この記事では、コードモンキーのコースのひとつ「<b>コードの冒険</b>」を紹介します。</p>
<div class="blank-box bb-blue">
<ul>
<li>プログラミングの勉強をしたいけれど、何から手を付けたらよいか分からない。</li>
<li>テキストベースのプログラミングを学びたい。</li>
<li>プログラミングの基礎的な考え方を順を追って学習したい。</li>
</ul>
</div>
<p>という方向き。親子で一緒に学ぶのもオススメの教材です。</p>
<p>コードの冒険を<a href="#trial">無料体験する方法</a>や<a href="#howto">基本的な使い方</a>を分かりやすく紹介します。</p>
<h2><span id="toc1">コードモンキーはイスラエル生まれのプログラミング学習教材</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4684" src="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06.jpg 800w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><a rel="noopener" target="_blank" href="https://codemonkey.jp/">コードモンキー（CodeMonkey）<span class="fa fa-external-link external-icon anchor-icon"></span></a>は、イスラエル生まれのプログラミング学習教材。</p>
<p>小学校入学前の子どもから70歳の方まで、世界中で様々な年齢の方に利用されており、全世界45か国以上2,500万人が受講しています。</p>
<p>タイピングの必要がない<b>ビジュアルプログラミング</b>から、プロのエンジニアも使っている<b>テキストプログラミング</b>まで、段階的に学習することができます。</p>
<p>ブラウザから利用できるので、面倒なセットアップ作業はありません。<span class="marker-under-red">インターネットとつながるパソコンまたはタブレットがあれば受講できます</span>。</p>
<p><a rel="noopener" target="_blank" href="https://www.toshin.com/codemonkey/#start_qa">推奨環境はこちら<span class="fa fa-external-link external-icon anchor-icon"></span></a>からご確認ください。</p>
<p>民間の教育機関では、東進CODE MONKEYで受講することができます。</p>
<h3><span id="toc2">全6コース・約1,000チャレンジで段階的にステップアップ</span></h3>
<p>コースは全部で6つ。未就学児から学べる入門コースから、中学生以上向けの上級コースまで、約1,000のチャレンジがあります。</p>
<div class="scrollable-table"><table>
<tbody>
<tr>
<th>コース</th>
<th>対象学年</th>
<th>対応端末</th>
<th>言語</th>
</tr>
<tr>
<td>コードモンキーJr.</td>
<td>未就学児～</td>
<td>タブレット<br />
パソコン</td>
<td>ビジュアルプログラミング</td>
</tr>
<tr>
<td>ビーバー・アチーバー</td>
<td>未就学児～</td>
<td>タブレット<br />
パソコン</td>
<td>ビジュアルプログラミング</td>
</tr>
<tr>
<td>コードの冒険</td>
<td>小学生～</td>
<td>タブレット<br />
パソコン</td>
<td>テキストプログラミング(CoffeeScript)</td>
</tr>
<tr>
<td>ゲームビルダー</td>
<td>小学校3・4年～</td>
<td>パソコン</td>
<td>テキストプログラミング(CoffeeScript)</td>
</tr>
<tr>
<td>バナナ・テイルズ</td>
<td>小学校3・4年～</td>
<td>パソコン</td>
<td>テキストプログラミング(Python)</td>
</tr>
<tr>
<td>コード・チャットボット</td>
<td>小学校5・6年～</td>
<td>パソコン</td>
<td>テキストプログラミング(Python)</td>
</tr>
</tbody>
</table></div>
<p>※<b>ゲームビルダー</b>と<b>コードとチャットボット</b>は順次開講予定です。</p>
<p>以下の3コースは、一部を<span style="color: #ff0000;">無料体験</span>することができます。</p>
<div class="blank-box bb-blue">
<ul>
<li><a rel="noopener" target="_self" href="https://living-maou.com/codemonkey-jr/">コードモンキーJr.<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li>ビーバー・アチーバー</li>
<li>コードの冒険</li>
</ul>
</div>
<p>&nbsp;</p>
<h2><span id="toc3">「コードの冒険」ではテキストベースのコーディングを学習</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1651" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01.png" alt="コードモンキー" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01.png 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey01-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>「<b>コードの冒険</b>」は、<span class="marker-under-red">テキストベースのコーディングを学習できる</span>コースです。</p>
<p>ゴリラにうばわれたバナナをおサルのコーディが集めるのを手伝うというストーリー。</p>
<p>コードを書いてコーディを動かしバナナを集める課題をクリアすることで、プログラミングの基本的な概念を学びます。</p>
<p>プログラミング言語は<span style="color: #ff0000;"><b>CoffeeScript</b></span>という簡易言語を使用。</p>
<div class="blank-box bb-tab bb-memo bb-yellow"><span style="color: #ff0000;">CoffeeScript</span>は、<span style="color: #ff0000;">JavaScript</span>に変換できるプログラミング言語です。他の言語に比べて、<span class="marker-under-red">構文が直感的で分かりやすい</span>ことが特徴。Webアプリなどに利用されています。</div>
<p>タイピングが難しいお子さんでも、ボタン操作でコードが書けるようになっています。</p>
<p>&nbsp;</p>
<h2 id="trial"><span id="toc4">「コードの冒険」最初の30ステージは無料体験できる</span></h2>
<p>「コードの冒険」は、<span class="marker-under-red">最初の30ステージを無料でお試し</span>できます。</p>
<h3><span id="toc5">無料体験のはじめかた</span></h3>
<p><b>個人利用のページ</b>では登録をしないと無料体験できませんが、<span class="marker-under-red"><b>国公立学校用のページ</b>では「コードモンキーJr.」と「コードの冒険」は登録なしで試すことができます</span>。</p>
<p>なお「ビーバー・アチーバー」を体験したい場合は、個人利用のページから無料体験を申し込む必要があります。</p>
<h4>登録しないで無料体験する方法（国公立学校用のページ）</h4>
<div class="blank-box bb-blue">
<ol>
<li><a rel="noopener" target="_blank" href="https://codemonkey.jp/">コードモンキー<span class="fa fa-external-link external-icon anchor-icon"></span></a>のサイトにアクセス</li>
<li>国公立学校の「こちらをクリック」をクリック</li>
<li>トップページにある「「コードの冒険」無料体験」をクリック</li>
</ol>
</div>
<p>&nbsp;</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4677" src="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01.png" alt="国公立学校用のページにアクセス" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01.png 800w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01-500x281.png 500w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01-300x169.png 300w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01-768x432.png 768w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01-120x68.png 120w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01-160x90.png 160w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-01-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>1.コードモンキーのサイトにアクセスする。</p>
<p>2.国公立学校の「こちらをクリック」をクリックする。</p>
<p>&nbsp;</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1652" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02.jpg" alt="コードの冒険無料体験をクリック" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>3.トップページにある「「コードの冒険」無料体験」をクリックする。</p>
<p>&nbsp;</p>
<h4>登録して無料体験する方法（個人利用のページ）</h4>
<p>登録して無料体験する方法では、ビーバー・アチーバーも無料でお試しできます。</p>
<div class="blank-box bb-blue">
<ol>
<li><a rel="noopener" target="_blank" href="https://codemonkey.jp/">コードモンキー<span class="fa fa-external-link external-icon anchor-icon"></span></a>のサイトにアクセス</li>
<li>個人利用の「こちらをクリック」をクリック</li>
<li>上部メニューの「無料体験」をクリック</li>
<li>「無料体験 お申込み」をクリック</li>
</ol>
</div>
<p>&nbsp;</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4678" src="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02.png" alt="個人利用のページにアクセス" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02.png 800w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02-500x281.png 500w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02-300x169.png 300w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02-768x432.png 768w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02-120x68.png 120w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02-160x90.png 160w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-02-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>1.<a rel="noopener" target="_blank" href="https://codemonkey.jp/">コードモンキー<span class="fa fa-external-link external-icon anchor-icon"></span></a>のサイトにアクセスする。</p>
<p>2.個人利用の「こちらをクリック」をクリックする。</p>
<p>&nbsp;</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4679" src="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03.jpg" alt="上部メニューの「無料体験」をクリック" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03.jpg 800w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>3.上部メニューの「無料体験」をクリックする。</p>
<p>&nbsp;</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4680" src="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04.png" alt="「無料体験 お申込み」をクリック" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04.png 800w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04-500x281.png 500w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04-300x169.png 300w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04-768x432.png 768w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04-120x68.png 120w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04-160x90.png 160w, https://living-maou.com/wp-content/uploads/2020/02/CodeMonkey202211-04-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>4.「無料体験 お申込み」をクリックする。</p>
<p>申し込みフォームから申し込むと、無料体験方法の案内メールが届きます。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2 id="howto"><span id="toc6">「コードの冒険」の使い方</span></h2>
<p>コードの冒険の使い方を紹介します。</p>
<h3><span id="toc7">基本的な学習の進め方</span></h3>
<p>最初に「ビデオの再生」ボタンをクリックして、ストーリのムービーをみましょう。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1653" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03.jpg" alt="ビデオの再生をクリック" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>スペースキーをおすとスキップできます。</p>
<p>&nbsp;</p>
<p>男の子から課題の内容やヒントが出ます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1654" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04.jpg" alt="ヒントを読んでＯＫをクリック" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>読んだら「OK」をクリックしましょう。</p>
<p>&nbsp;</p>
<p>ヒントをもとにコーディをバナナのある位置まで移動させるプログラムを作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1655" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05.jpg" alt="課題を解く" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完成したら「実行」ボタンをおして、モンタを動かしてみましょう。</p>
<div class="blank-box bb-blue">
<ul>
<li>実行中、「実行」ボタンは「停止」ボタンになります。<br />
「停止」ボタンをおすとプログラムを止めて実行前の状態にもどります。</li>
<li>「矢じるし」ボタンをおすと、コースを最初からやりなおします。</li>
<li>「歯車」ボタンは設定。<br />
音量調整、BGMのオンオフ、ゲームスピードを設定できます。</li>
<li>男の子をクリックするともう一度ヒントがきけます。</li>
</ul>
</div>
<p>&nbsp;</p>
<p>バナナを回収できたらステージクリアです。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1656" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06.jpg" alt="コースクリア" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>「次のチャレンジ」をクリックすると、次のコースへ進みます。</p>
<p>「やり直し」をクリックすると、コースをもう一度やりなおします。</p>
<p>&nbsp;</p>
<h3><span id="toc8">定規の使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1657" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09.jpg" alt="定規の使い方" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>コードモンキーには<b>定規</b>というものがあって、定規を使うと<span class="marker-under-red">モノとモノの距離を調べる</span>ことができます。</p>
<div class="blank-box bb-blue">
<ol>
<li>クリックして定規をとる</li>
<li>定規を開始位置に合わせてクリック</li>
<li>測りたいものにカーソルを合わせると距離がでるのでその値を使う</li>
<li>もう一度クリックで定規をはなす</li>
</ol>
</div>
<p>もとにあった位置をクリックする、またはカーソルを外（プログラムを書くエリア）にもっていくと、定規をもとの位置にもどせます。</p>
<p>&nbsp;</p>
<h3><span id="toc9">コード入力の注意点</span></h3>
<h4>タイピングができなくても大丈夫</h4>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1658" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07.jpg" alt="ボタンをおしてコード入力できる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>下にある命令のボタンやキャラクターをおすと、対応するコードやモノの名前（オブジェクト名）が自動的に入力されます。</p>
<p>なので<span class="marker-under-red">マウスを使えて数字が打てれば、</span><span class="marker-under-red">問題なく学習を進めることができます</span>。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/typing/">タイピングの練習<span class="fa fa-external-link internal-icon anchor-icon"></span></a>もかねて自分で入力するのもオススメ。英単語も覚えられますよ！</p>
<h4>スペルミスと全角に注意！</h4>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1659" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08.png" alt="スペルがちがうとプログラムは動かない" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08.png 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey08-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><span class="marker-under-red">命令のスペルが1文字でもちがう</span>とプログラムは動きません。また、<span class="marker-under-red">コードに全角の文字やスペース</span>が入っても、プログラムは動きません。</p>
<p>まちがえている行には「×」がつきます。</p>
<p>スペルミスや全角の文字がないか、チェックしてみましょう。</p>
<p>&nbsp;</p>
<h3><span id="toc10">三ツ星を目指そう！</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1660" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10.jpg" alt="三ツ星を目指そう" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>もっと少ない行数でできるなど、もっと効率のいい方法があると画像のように星が2つになったりします。</p>
<p>このまま次のコースに進むこともできますが、星3つになるようにぜひチャレンジしてみてください。</p>
<p>&nbsp;</p>
<h3><span id="toc11">まちがえるとヒントが貰えます</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1661" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11.png" alt="まちがえるとヒントがでる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11.png 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11-500x281.png 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11-300x169.png 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11-768x432.png 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11-120x68.png 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11-160x90.png 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey11-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>コーディからヒントがもらえます。</p>
<p>さらにまちがえ続けると、もっと詳しいヒントが貰えます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1662" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12.jpg" alt="まちがい続けるとさらにヒントがもらえる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey12-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>男の子に電球マークがつきます。クリックするともっと詳しいヒントをもらうことができます。</p>
<p>&nbsp;</p>
<h3><span id="toc12">デバッグ（まちがいを直す）のコツ</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1663" src="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13.jpg" alt="実行中の行は黄色くなる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13.jpg 800w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/02/CodeMonkey13-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>実行中は、今実行しているプログラムの行が黄色くなります。</p>
<p>モンタの動きとプログラムを見くらべて、どの行でうまくいっていないのか確認しましょう。</p>
<p>「歯車」ボタンをクリックして、ゲームスピードを遅くすると、見やすくなりますよ。</p>
<p>&nbsp;</p>
<h2><span id="toc13">まとめ</span></h2>
<p><b>コードモンキー</b>について紹介しました。</p>
<p>タイピングができなくても問題なく受講できます。しかしある程度マウスとキーボード操作になれてからの方が、学習をスムーズに進められるかなと感じました。</p>
<p>無料体験は、<b>オブジェクト</b>と<b>ループ</b>について学べます。</p>
<p><b>変数</b>、<b>関数</b>、<b>条件分岐</b>など、さらに踏み込んだプログラミングを学びたい場合は、東進CODEMONKEYで受講することができます。</p>
<p>&nbsp;</p>
<div class="blogcard-type bct-official">

<a rel="noopener" target="_blank" href="https://codemonkey.jp/" title="&#20206;&#24819;&#36890;&#36008;&#23550;&#24540;&#12458;&#12531;&#12521;&#12452;&#12531;&#12459;&#12472;&#12494;&#12362;&#12377;&#12377;&#12417;&#12521;&#12531;&#12461;&#12531;&#12464;&#12304;&#26368;&#26032;&#12305;&#12513;&#12522;&#12483;&#12488;&#12539;&#12487;&#12513;&#12522;&#12483;&#12488;&#12418;&#35299;&#35500;" class="blogcard-wrap external-blogcard-wrap a-wrap cf"><div class="blogcard external-blogcard eb-left cf"><div class="blogcard-label external-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail external-blogcard-thumbnail"><img loading="lazy" decoding="async" src="https://s.wordpress.com/mshots/v1/https%3A%2F%2Fcodemonkey.jp%2F?w=160&#038;h=90" alt="" class="blogcard-thumb-image external-blogcard-thumb-image" width="160" height="90" /></figure><div class="blogcard-content external-blogcard-content"><div class="blogcard-title external-blogcard-title">&#20206;&#24819;&#36890;&#36008;&#23550;&#24540;&#12458;&#12531;&#12521;&#12452;&#12531;&#12459;&#12472;&#12494;&#12362;&#12377;&#12377;&#12417;&#12521;&#12531;&#12461;&#12531;&#12464;&#12304;&#26368;&#26032;&#12305;&#12513;&#12522;&#12483;&#12488;&#12539;&#12487;&#12513;&#12522;&#12483;&#12488;&#12418;&#35299;&#35500;</div><div class="blogcard-snippet external-blogcard-snippet">仮想通貨が使えるオンラインカジノをランキング形式で徹底比較。ビットコイン・イーサリアム・USDT対応の人気カジノを厳選紹介。仮想通貨カジノのメリット・デメリット、入出金方法、ボーナス情報まで完全網羅。初心者にもわかりやすく解説します。</div></div><div class="blogcard-footer external-blogcard-footer cf"><div class="blogcard-site external-blogcard-site"><div class="blogcard-favicon external-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://codemonkey.jp/" alt="" class="blogcard-favicon-image external-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain external-blogcard-domain">codemonkey.jp</div></div></div></div></a>
</div>
<p>&nbsp;</p>
<div class="blogcard-type bct-related">

<a rel="noopener" target="_self" href="https://living-maou.com/codemonkey-jr/" title="【コードモンキー無料体験】4～6歳の子ども向けプログラミング教材「コードモンキーJr.」" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr.jpg 800w, https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr-1536x864.jpg 1536w, https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2021/04/eyecatch_codemonkeyjr-320x180.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【コードモンキー無料体験】4～6歳の子ども向けプログラミング教材「コードモンキーJr.」</div><div class="blogcard-snippet internal-blogcard-snippet">コードモンキーはイスラエル生まれのプログラミング教材。世界中で様々な年齢の方に利用されています。「コードモンキーJr.」は小学校就学前から学べるコース。【リビングの魔王】ではコードモンキーJr.を無料体験する方法や基本的な使い方を紹介します。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/codemonkey/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
