<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>scratch &#8211; Greg Laden&#039;s Blog</title>
	<atom:link href="https://gregladen.com/blog/tag/scratch/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 21 Dec 2018 19:54:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>

<image>
	<url>https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2017/10/Greg_Ladens_Blog_Favicon_black_GLb.png?fit=32%2C32&#038;ssl=1</url>
	<title>scratch &#8211; Greg Laden&#039;s Blog</title>
	<link>https://gregladen.com/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">77525483</site>	<item>
		<title>Scratch 3.0 is coming</title>
		<link>https://gregladen.com/blog/2018/12/21/scratch-3-0-is-coming/</link>
					<comments>https://gregladen.com/blog/2018/12/21/scratch-3-0-is-coming/#respond</comments>
		
		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Fri, 21 Dec 2018 19:53:35 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[STEM]]></category>
		<guid isPermaLink="false">https://gregladen.com/blog/?p=31257</guid>

					<description><![CDATA[Scratch is a seminal object oriented programming language that has had a great deal of influence on other languages. It is an entry level system designed for kids and adults new to programming. If you have a kid doing any kind of robotics or STEM programming in elementary school, they are using a programming langauge &#8230; <a href="https://gregladen.com/blog/2018/12/21/scratch-3-0-is-coming/" class="more-link">Continue reading <span class="screen-reader-text">Scratch 3.0 is coming</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Scratch is a seminal object oriented programming language that has had a great deal of  influence on other languages. It is an entry level system designed for <a href="https://gregladen.com/blog/2016/10/28/learn-scratch-programming-for-kids-and-adults/">kids and adults new to programming</a>.  If you have a kid doing any kind of robotics or STEM programming in elementary school, they are using a programming langauge that derives from Scratch.</p>
<p>It comes out of MIT, and is usually used on their server, using a web interface.</p>
<p>That web interface is closing at 7 AM on January 2nd.  Later that afternoon, it will be back up, but with Scratch 3.0!</p>
<p>Here&#8217;s a video.<span id="more-31257"></span></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/6ofHiea__hU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>I&#8217;m especially excited about the physical interface tools. Some of that was already in place in a separate parallel project that was more experimental.  It is nice to see Scratch itself advancing.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gregladen.com/blog/2018/12/21/scratch-3-0-is-coming/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">31257</post-id>	</item>
		<item>
		<title>Kids coding and technology advance</title>
		<link>https://gregladen.com/blog/2017/12/05/kids-coding-technology-advance/</link>
					<comments>https://gregladen.com/blog/2017/12/05/kids-coding-technology-advance/#comments</comments>
		
		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 15:54:57 +0000</pubDate>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Internet of things]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://gregladen.com/blog/?p=28166</guid>

					<description><![CDATA[Over recent months, there has been an important advance in opportunities for kids to learn to code and mess around with technology. The Scratch programming language is a project set at MIT. Scratch programming involves moving images, called blocks, from a pallet into a work area, hooking them together and maybe changing some values attached &#8230; <a href="https://gregladen.com/blog/2017/12/05/kids-coding-technology-advance/" class="more-link">Continue reading <span class="screen-reader-text">Kids coding and technology advance</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Over recent months, there has been an important advance in opportunities for kids to learn to code and mess around with technology.</p>
<p>The Scratch programming language is a project set at MIT. Scratch programming involves moving images, called blocks, from a pallet into a work area, hooking them together and maybe changing some values attached to them, in order to develop programs that mainly, but not exclusively, manipulate sprites.  (See example of code blokcks above.) The project is located <a href="https://scratch.mit.edu/">HERE</a>. This is a full object oriented programming language with quite a few features that make it very powerful, for a kid&#8217;s toy.    <span id="more-28166"></span></p>
<p>When you use Scratch, normally, you are interacting with the server at MIT via a web page. This allows you to use Scratch on any device regardless of operating system or power, as long as you have an internet connection.  It also means the development environment is always up to date. And, on this site, you can interact with all the other scratch coders in the world, and borrow each other&#8217;s code, etc.</p>
<p>There is also a version of Scratch that can be run in stand-alone mode on a computer.</p>
<p>And now, there is a version of this stand alone program that is designed to run on a Raspberry Pi.</p>
<p>This version of Scratch has coding elements that control the General Purpose Input Output (GPIO) pins on the Pi.  This means you can use the Scratch programming language to interface not merely with sprites on a screen, but with anything physical in the real world, and in so doing, TAKE OVER THE WORLD!!! BWA HAHAHAHA!!</p>
<p>You probably think I&#8217;m kidding but I&#8217;m not. It is well known that ten thousand chimpanzees randomly banging on keyboards will recreate all the works of Shakespeare. But it will take so long that the Universe will have ended by then. But if you give a few million kids the ability to write programs that interact with the real world it won&#8217;t take nearly that much time for them to change the world itself, considerably.  Who can even imagine how? But I digress.</p>
<p>Anyway, we have a very easily learned and potentially very powerful software development environment married to a machine that has essentially unlimited abilities to interact with the physical world via GPIO pins, which ultimately can control any kind of switch, motor, sensor, other computer, or anything, that is electronic or that knows something that is electronic.</p>
<p>None of this is sudden. Scratch has been around a long time, and comes from a heritage of software development that goes back to the very beginning of modern languages. The ability to control GPIO like pins is exactly what controllers of all sorts have been doing for  years. There has been a stand along version of scratch from early on in the MIT project, presumably with some version predating the on line version. The ability to interact with Raspberry Pi GPIO pins has always been there because you can write special code for Scratch and the actual ability (instead of the merely pedantically potential ability) has been around for maybe a year or so.  But over recent months the stand along scratch that you would install on a Raspberry Pi and that has a fairly rich feature set has come to life. Bwa hahahaha!</p>
<p>One way to access this significant power is to buy into the Kano system.  You can get a <a target="_blank" href="https://www.amazon.com/gp/product/B073VTCS66/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B073VTCS66&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=4aa6be9e5486b71d6b54e0970ffb5abe">Kano Computer Kit </a><img decoding="async" src="//ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=am2&#038;o=1&#038;a=B073VTCS66" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> for just under $150. It allows you to build a sort of laptop, including a keyboard and some other stuff (but you supply the screen). The box that holds the Pi, on which Kano is built, has some fancy LED lights that can be manipulated with Scratch.  It also comes with a<a href="https://gregladen.com/blog/2017/12/01/official-2017-maker-tech-gift-guide/"> Makey-Makey</a> like sensor that allows some additional interacton. But I&#8217;m afraid that&#8217;s about it.</p>
<p>I can&#8217;t recommend the Kano computer for most users. The markup on the LED lights and the ground fault serial interface device feels like 1000%, though I&#8217;m sure it is very nicely packaged and all that. If you go farther, and get the more elaborate <a target="_blank" href="https://www.amazon.com/gp/product/B071W6MWJ4/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B071W6MWJ4&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=a030d331e7e6b51b3ede3dbdc56f3378">Kano Computer Kit Complete </a><img decoding="async" src="//ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=am2&#038;o=1&#038;a=B071W6MWJ4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />, for just under $250, you get some additional LED lights and some sort of microphone. Kano also has a <a target="_blank" href="https://www.amazon.com/gp/product/B072JGWCM8/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B072JGWCM8&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=fbf5f106c550374a946a617b5577ded3">Motion Sensor </a><img loading="lazy" decoding="async" src="//ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=am2&#038;o=1&#038;a=B072JGWCM8" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> kit for $23 bucks sold separately, which I think comes with the afore mentioned kits, and there are other things you can get.</p>
<p>In short, Kano looks great, seems nice, may be a really cook kid friendly set of technology, but I&#8217;m afraid there will be a close correlation between families that benefit from Kano and families that benefit from the Republican-Trump tax bill.</p>
<p>A <a target="_blank" href="https://www.amazon.com/gp/product/B01CD5VC92/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B01CD5VC92&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=c3188d0cd1c71bd61415894c884898c7">Raspberry Pi 3 Model B Motherboard</a><img loading="lazy" decoding="async" src="//ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=am2&#038;o=1&#038;a=B01CD5VC92" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> costs about $35. Put that together with stuff you have laying around, like your TV or an extra monitor, a keyboard and mouse, etc.  Maybe get some sort of breakout kit such as the <a target="_blank" href="https://www.amazon.com/gp/product/B01GVYSUH8/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B01GVYSUH8&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=974beca6934b1546efd98c83620f724a">Smraza T Type GPIO Breakout board for Raspberry Pi 3 2 Mode B/B+ with 830 tie-points Breadboard and 40 Pin Rainbow Cable</a><img loading="lazy" decoding="async" src="//ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=am2&#038;o=1&#038;a=B01GVYSUH8" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  This allows you to more easily attach things to the Pi.  The Pi-3 already has internet and Bluetooth capabilities.</p>
<p>The most current version of the Rapsperry Pi operating system, a form of Linux called Raspbian (for Rasperry and Debian, a classic form of Linux) has the offline Scratch language built in. Go to this site to learn more about <a href="https://www.raspberrypi.org/blog/scratch-2-raspberry-pi/">that</a>. Then you can have code blocks like this:</p>
<p><a href="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2017/12/RasperryPiScratchControlled.png"><img loading="lazy" decoding="async" data-attachment-id="28168" data-permalink="https://gregladen.com/blog/2017/12/05/kids-coding-technology-advance/rasperrypiscratchcontrolled/" data-orig-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2017/12/RasperryPiScratchControlled.png?fit=267%2C219&amp;ssl=1" data-orig-size="267,219" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="RasperryPiScratchControlled" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2017/12/RasperryPiScratchControlled.png?fit=267%2C219&amp;ssl=1" data-large-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2017/12/RasperryPiScratchControlled.png?fit=267%2C219&amp;ssl=1" src="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2017/12/RasperryPiScratchControlled.png?resize=267%2C219" alt="" width="267" height="219" class="aligncenter size-full wp-image-28168" data-recalc-dims="1" /></a></p>
<p>Depending on that GIPO pin number 2 is hooked to, you can now TAKE OVER THE WORLD &#8230; BWA HAHAHAHAHA!!!</p>
<p>But seriously, this is very cool, and very powerful.</p>
<p>I predict that in the not too distant future, the Internet of Things will be operated with, essentially, the Scratch programming language. It is accessible to regular people, allowing them to modify their home automation, and allows companies that install this sort of thing to have much more powerful technicians with less effort on training. Think of Scratch on controller software to be a bit like the old Microsoft Windows macros &#8212; remember that? &#8212; back when that technology was usable, and in fact used, by people who knew virtually nothing about the computers they were using.</p>
<p>What could possibly go wrong?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gregladen.com/blog/2017/12/05/kids-coding-technology-advance/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">28166</post-id>	</item>
		<item>
		<title>Super Cool Tech and Kids Programming Books</title>
		<link>https://gregladen.com/blog/2016/11/11/kids-programming-technology-books/</link>
					<comments>https://gregladen.com/blog/2016/11/11/kids-programming-technology-books/#comments</comments>
		
		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Sat, 12 Nov 2016 02:17:24 +0000</pubDate>
				<category><![CDATA[Book review]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Kids programming]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[stem]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/?p=23300</guid>

					<description><![CDATA[I just received two books that I will be reviewing in more detail later, but wanted to let you know about now. Coding Projects in Scratch: A step by step guide by DK Publishers is a new scratch coding book. I got a copy a couple of days ago and have been going through it, &#8230; <a href="https://gregladen.com/blog/2016/11/11/kids-programming-technology-books/" class="more-link">Continue reading <span class="screen-reader-text">Super Cool Tech and Kids Programming Books</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I just received two books that I will be reviewing in more detail later, but wanted to let you know about now.</p>
<p><a href="https://www.amazon.com/gp/product/1465451420/ref=as_li_tl?ie=UTF8&#038;tag=grlasbl0a-20&#038;camp=1789&#038;creative=9325&#038;linkCode=as2&#038;creativeASIN=1465451420&#038;linkId=f2939687dfaff3eac1a6865e70934962">Coding Projects in Scratch: A step by step guide</a> by DK Publishers is a new scratch coding book. I got a copy a couple of days ago and have been going through it, and found it to be excellent. I&#8217;ll be including it in my Science Oriented Holiday Shopping Guide for Kids Stuff, which I&#8217;ll have out soon, but I wanted to give you a heads up first. From the publishers:</p>
<p><a href="https://i0.wp.com/scienceblogs.com/gregladen/files/2016/11/Screen-Shot-2016-11-11-at-8.10.11-PM.png"><img loading="lazy" decoding="async" src="https://i0.wp.com/scienceblogs.com/gregladen/files/2016/11/Screen-Shot-2016-11-11-at-8.10.11-PM-300x359.png?resize=300%2C359" alt="screen-shot-2016-11-11-at-8-10-11-pm" width="300" height="359" class="alignright size-medium wp-image-23301" data-recalc-dims="1" /></a></p>
<blockquote><p>Using fun graphics and easy-to-follow instructions, Coding Projects in Scratch is a straightforward, visual guide that shows young learners how to build their own computer projects using Scratch, a popular free programming language.</p>
<p>Kids can animate their favorite characters, build games to play with friends, create silly sound effects, and more with Coding Projects in Scratch. All they need is a desktop or laptop with Adobe 10.2 or later, and an internet connection to download Scratch 2.0. Coding can be done without download on https://scratch.mit.edu.</p>
<p>Step-by-step instructions teach essential coding basics and outline 18 fun and exciting projects, including a personalized birthday card; a &#8220;tunnel of doom&#8221; multiplayer game; a dinosaur dance party animation with flashing lights, music, and dance moves—and much more.</p>
<p>The simple, logical steps in Coding Projects in Scratch are fully illustrated with fun pixel art and build on the basics of coding, so that kids can have the skills to make whatever kind of project they can dream up.</p>
</blockquote>
<p>Also to be featured in the Holiday Shopping guide, this very interesting technology book mainly for young folk. At first I wasn&#8217;t sure how much I&#8217;d like it, but then, once I started going through it, I couldn&#8217;t put it down.</p>
<p><a href="https://i0.wp.com/scienceblogs.com/gregladen/files/2016/11/Screen-Shot-2016-11-11-at-8.15.22-PM.png"><img loading="lazy" decoding="async" src="https://i0.wp.com/scienceblogs.com/gregladen/files/2016/11/Screen-Shot-2016-11-11-at-8.15.22-PM-300x240.png?resize=300%2C240" alt="screen-shot-2016-11-11-at-8-15-22-pm" width="300" height="240" class="alignright size-medium wp-image-23303" data-recalc-dims="1" /></a><a target="_blank" href="https://www.amazon.com/gp/product/1465452052/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1465452052&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=60938b16cd6b03ca49dd27aa60260607">Super Cool Tech</a><img loading="lazy" decoding="async" src="//ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=am2&#038;o=1&#038;a=1465452052" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> is like a coffee table book for nerds. It is designed to look like a laptop (see the picture at the top of the post) and that is how you open it and use it.</p>
<blockquote><p>See today&#8217;s best innovations and imagine tomorrow&#8217;s big ideas in Super Cool Tech. This cutting-edge guide explores how incredible new technologies are shaping the modern world and its future, from familiar smartwatches to intelligent, driverless cars.</p>
<p>Packed with more than 250 full-color images, X-rays, thermal imaging, digital artworks, cross-sections, and cutaways, Super Cool Tech reveals the secrets behind the latest gadgets and gizmos, state-of-the-art buildings, and life-changing technologies.</p>
<p>Lift the unique laptop-inspired book cover to see incredible architectural concepts around the world, such as the Hydropolis Underwater Hotel and Resort in Dubai, and the River Gym, a human-powered floating gym in New York City. Discover how a wheelchair adapts to its surroundings and learn how a cutting board can give the nutritional information of the food being prepared on it.</p>
<p>From 3-D-printed cars to robot vacuum cleaners, Super Cool Tech reveals today&#8217;s amazing inventions and looks ahead to the future of technology, including hologram traffic lights and the Galactic Suite Hotel in space. Perfect for STEAM education initiatives, Super Cool Tech makes technology easy to understand, following the history of each invention and how they impact our everyday lives, and &#8220;How It Works&#8221; panels explain the design and function of each item using clear explanations and images.</p>
<p>Designed in DK&#8217;s signature style, Super Cool Tech is the ultimate guide to exploring and understanding the latest gadgets and inventions while looking ahead to the future of technology.</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://gregladen.com/blog/2016/11/11/kids-programming-technology-books/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">23300</post-id>	</item>
		<item>
		<title>Science and Coding Books For Kids</title>
		<link>https://gregladen.com/blog/2015/11/25/science-and-coding-books-for-kids/</link>
					<comments>https://gregladen.com/blog/2015/11/25/science-and-coding-books-for-kids/#comments</comments>
		
		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Wed, 25 Nov 2015 19:29:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[kids programming books]]></category>
		<category><![CDATA[kids science books]]></category>
		<category><![CDATA[physiology]]></category>
		<category><![CDATA[scratch]]></category>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/?p=21882</guid>

					<description><![CDATA[I mention a couple of kids books in my overviews on Fossil and Evolution Books and Books about Climate Change. Here are a few excellent science and computer programming (aka coding) books for kids. Geology book for kids The Incredible Plate Tectonics Comic: The Adventures of Geo, Vol. 1 is a good stab at making &#8230; <a href="https://gregladen.com/blog/2015/11/25/science-and-coding-books-for-kids/" class="more-link">Continue reading <span class="screen-reader-text">Science and Coding Books For Kids</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I mention a couple of kids books in my overviews on <a href="http://scienceblogs.com/gregladen/2015/11/25/books-on-fossils-and-evolution/">Fossil and Evolution Books</a> and <a href="http://scienceblogs.com/gregladen/2015/11/25/books-on-climate-change/">Books about Climate Change</a>.  Here are a few excellent science and computer programming (aka coding) books for kids.<br />
<H2>Geology book for kids</H2></p>
<p><a href="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.16.16-PM.png"><img loading="lazy" decoding="async" src="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.16.16-PM.png?resize=214%2C220" alt="Screen Shot 2015-11-25 at 1.16.16 PM" width="214" height="220" class="alignright size-full wp-image-21886" data-recalc-dims="1" /></a><a rel="nofollow" href="http://www.amazon.com/gp/product/1593275498/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593275498&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=Q5U4YVLRHHUUIQYD">The Incredible Plate Tectonics Comic: The Adventures of Geo, Vol. 1</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593275498" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> is a good stab at making a comic that teaches some science.</p>
<p>We follow the adventures of Geo and his robotic dog, Rocky as the visit the ancient supercontinent of Pangea. This journey is pursuant to Geo&#8217;s upcoming test in his geology class.</p>
<p>What is the center of the Earth made out of? How do volcanoes work? Why do earthquakes happen? How did scientists figure out plate tectonics?</p>
<p>The book is geared for kids starting whenever they can read, or a bit older.  Great drawings, great science, great story.</p>
<p><a href="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.20.15-PM.png"><img loading="lazy" decoding="async" src="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.20.15-PM-300x333.png?resize=300%2C333" alt="Screen Shot 2015-11-25 at 1.20.15 PM" width="300" height="333" class="alignright size-medium wp-image-21887" data-recalc-dims="1" /></a><H2>Physiology and the Human Body for Kids</H2></p>
<p>The <a rel="nofollow" href="http://www.amazon.com/gp/product/1593274408/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593274408&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=4OHENPDSPBBWXDCI">The Manga Guide to Physiology</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593274408" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> is one of several Manga Guides that use a cartoon approach to, in this case, physiology. It isn&#8217;t all magna, but includes sections of regular text that give the reader a breather from the whacky world of anime where all the characters breath through their eyes.  I like that aspect of the book because it serves a wider range of readers.</p>
<p>Once again, a central theme of the story is a kid cramming for a test.  Seems to be a popular theme.</p>
<p><a href="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.25.38-PM.png"><img loading="lazy" decoding="async" src="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.25.38-PM.png?resize=244%2C309" alt="Screen Shot 2015-11-25 at 1.25.38 PM" width="244" height="309" class="alignright size-full wp-image-21888" data-recalc-dims="1" /></a><a rel="nofollow" href="http://www.amazon.com/gp/product/1593274718/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593274718&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=YNCUWIUCDTQF2QBG">Survive! Inside the Human Body, Vol. 1: The Digestive System</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593274718" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> is the first in a series of anime like, but not exactly, volumes that combine a comic theme and inserts in normal rhetorical form. The Survive books are pretty detailed, and targeted for kids 8 and above.</p>
<blockquote><p>Survive! Inside the Human Body, Volume 1 begins an epic journey through the human body with a look at the digestive system. This lively, full-color science comic explores Phoebe&#8217;s insides after she accidentally swallows a microscopic ship. The only problem? Dr. Brain (the ship&#8217;s eccentric inventor) and Phoebe&#8217;s friend Geo are on board!</p></blockquote>
<p>Volume 2 is on <a rel="nofollow" href="http://www.amazon.com/gp/product/1593274726/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593274726&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=EJIHHLUK5CF6QSCM">The Circulatory System</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593274726" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />, and Volume 3 is on <a rel="nofollow" href="http://www.amazon.com/gp/product/1593274734/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593274734&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=YRXS3VPKJM7AAKW3">The Nervous System</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593274734" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</p>
<p>Kid of like The Incredible Journey meets the Magic School Bus meets Pokemon.</p>
<p><H2>Programming Books for Kids</H2><br />
<a href="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.01.18-PM.png"><img loading="lazy" decoding="async" src="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.01.18-PM.png?resize=238%2C324" alt="Screen Shot 2015-11-25 at 1.01.18 PM" width="238" height="324" class="alignright size-full wp-image-21883" data-recalc-dims="1" /></a><a rel="nofollow" href="http://www.amazon.com/gp/product/1593274084/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593274084&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=ZBQZQLKYUZDSGOJU">JavaScript for Kids: A Playful Introduction to Programming</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593274084" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> may be considered a form of child abuse, but that all depends on one&#8217;s view of javascript.  In order to teach this Internet based programming language, the author, Nick Morgan, takes the reader through a number of examples of game building. This book is best for kids about 10 years old and up, but this will depend on how much the nearest javascript savvy adult is.</p>
<blockquote><p>JavaScript for Kids is a lighthearted introduction that teaches programming essentials through patient, step-by-step examples paired with funny illustrations. You&#8217;ll begin with the basics, like working with strings, arrays, and loops, and then move on to more advanced topics, like building interactivity with jQuery and drawing graphics with Canvas.</p>
<p>Along the way, you&#8217;ll write games such as Find the Buried Treasure, Hangman, and Snake.</p></blockquote>
<p><a href="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.06.41-PM.png"><img loading="lazy" decoding="async" src="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.06.41-PM.png?resize=224%2C323" alt="Screen Shot 2015-11-25 at 1.06.41 PM" width="224" height="323" class="alignright size-full wp-image-21884" data-recalc-dims="1" /></a>The <a rel="nofollow" href="http://www.amazon.com/gp/product/1593275315/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593275315&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=LUH75ARATREAKKRG">Super Scratch Programming Adventure! (Covers Version 2): Learn to Program by Making Cool Games</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593275315" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> is now out in a second edition, covering Scratch version 2. Scratch is part of a family of very kid friendly programming languages.  The book suggests it is for ages 8 and above, but in various incarnations, Scratch can work for much younger kids. This is a good start on programming for robots.  The book guides the reader through development of various games, and provides guidance in getting the Scratch environment running on your computer.  This is a very visual, object oriented programming language, and the book is too.</p>
<p>A good companion book, focusing on Scratch Junior (a version of Scratch) is <a rel="nofollow" href="http://www.amazon.com/gp/product/1593276710/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593276710&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=RXDH4DU5KV4N3FDD">The Official ScratchJr Book: Help Your Kids Learn to Code</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593276710" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</p>
<p><a href="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.11.16-PM.png"><img loading="lazy" decoding="async" src="https://i0.wp.com/scienceblogs.com/gregladen/files/2015/11/Screen-Shot-2015-11-25-at-1.11.16-PM.png?resize=223%2C283" alt="Screen Shot 2015-11-25 at 1.11.16 PM" width="223" height="283" class="alignright size-full wp-image-21885" data-recalc-dims="1" /></a></p>
<blockquote><p>The Official ScratchJr Book is the perfect companion to this free app and makes coding easy and fun for all. Kids learn to program by connecting blocks of code to make characters move, jump, dance, and sing.</p>
<p>Each chapter includes several activities that build on one another, culminating in a fun final project. These hands-on activities help kids develop computational-thinking, problem-solving, and design skills.</p></blockquote>
<p><a rel="nofollow" href="http://www.amazon.com/gp/product/1593276710/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593276710&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=RXDH4DU5KV4N3FDD">The Official ScratchJr Book</a><img loading="lazy" decoding="async" src="https://ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=as2&#038;o=1&#038;a=1593276710" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> is actually geared towards somewhat younger kids.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gregladen.com/blog/2015/11/25/science-and-coding-books-for-kids/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">21882</post-id>	</item>
	</channel>
</rss>
