<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Blocks &amp;mdash; Paul Sutton</title>
    <link>https://personaljournal.ca/paulsutton/tag:Blocks</link>
    <description>Personal Blog</description>
    <pubDate>Tue, 05 May 2026 16:30:49 +0000</pubDate>
    <item>
      <title>Snap Blocks</title>
      <link>https://personaljournal.ca/paulsutton/snap-blocks</link>
      <description>&lt;![CDATA[Snap Blocks&#xA;&#xA;I was looking for something relating to the snap package on Debian, but happened up on another programming tool using blocks.   So am sharing.&#xA;&#xA;Snap is produced by the University of Berkley in California,  and allows you to create code using blocks, but at the same time displaying corresponding Python 3 code.   As with Scratch everything is stored in the cloud. &#xA;&#xA;Something to take a look at during code club at some point.&#xA;&#xA;More information can be found in the links below.&#xA;&#xA;Visually create, save, and share projects, in the cloud, with Snap!, a blocks-based programming language. Brought to you by&#xA;UCBerkeley,&#xA;&#xA;Snap&#xA;  Mastodon&#xA;  Fedi Id - @SnapCloud@fosstodon.org&#xA;&#xA;Tags&#xA;&#xA;#Snap,#Coding,#Blocks,#Python,#Education,#CodeClub,&#xA;PaigntonLibrarySTEMGroup&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Snap Blocks</p>

<p>I was looking for something relating to the snap package on Debian, but happened up on another programming tool using blocks.   So am sharing.</p>

<p>Snap is produced by the University of Berkley in California,  and allows you to create code using blocks, but at the same time displaying corresponding Python 3 code.   As with Scratch everything is stored in the cloud.</p>

<p>Something to take a look at during code club at some point.</p>

<p>More information can be found in the links below.</p>

<pre><code>Visually create, save, and share projects, in the cloud, with Snap!, a blocks-based programming language. Brought to you by
UCBerkeley,
</code></pre>
<ul><li><a href="https://snap.berkeley.edu/" rel="nofollow">Snap</a>
<ul><li><a href="https://fosstodon.org/@SnapCloud" rel="nofollow">Mastodon</a></li>
<li>Fedi Id – <strong><a href="https://personaljournal.ca/@/SnapCloud@fosstodon.org" class="u-url mention" rel="nofollow">@<span>SnapCloud@fosstodon.org</span></a></strong></li></ul></li></ul>

<p><strong>Tags</strong></p>

<p><a href="/paulsutton/tag:Snap" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Snap</span></a>,<a href="/paulsutton/tag:Coding" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Coding</span></a>,<a href="/paulsutton/tag:Blocks" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Blocks</span></a>,<a href="/paulsutton/tag:Python" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Python</span></a>,<a href="/paulsutton/tag:Education" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Education</span></a>,<a href="/paulsutton/tag:CodeClub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">CodeClub</span></a>,
<a href="/paulsutton/tag:PaigntonLibrarySTEMGroup" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">PaigntonLibrarySTEMGroup</span></a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/snap-blocks</guid>
      <pubDate>Thu, 05 Jan 2023 07:30:00 +0000</pubDate>
    </item>
    <item>
      <title>More Trinket Coding</title>
      <link>https://personaljournal.ca/paulsutton/more-trinket-coding</link>
      <description>&lt;![CDATA[More Trinket Coding&#xA;&#xA;Trinket is a web based development platform.  One of it&#39;s features is the programming language blocks, which is in fact a block based front end and creates Python programs.&#xA;&#xA;I am sharing these on my blog today, even though I also shared earlier in the week on LinkedIn and also on Twitteras part of the Paignton Library Virtual Code Club.  &#xA;&#xA;Drawing a circle&#xA;&#xA;circle1&#xA;&#xA;And the associated output &#xA;&#xA;circle1&#xA;&#xA;Drawing a star&#xA;&#xA;star1&#xA;&#xA;And the associated output&#xA;&#xA;star2&#xA;&#xA;I am working on a book to update my previous Nested loops guide I wrote a few years ago.  This needed updating anyway so it would cover Scratch 3.0.  This book / guide is work in progress, and will be typeset in $\LaTeX$ using Overleaf&#xA;&#xA;#programming, #trinket, #Blocks, #python, #WebIDE, #LaTeX, #Overleaf, #nestedloops, #loops, #codeclub&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>More Trinket Coding</p>

<p><a href="https://www.trinket.io" rel="nofollow">Trinket</a> is a web based development platform.  One of it&#39;s features is the programming language blocks, which is in fact a block based front end and creates Python programs.</p>

<p>I am sharing these on my blog today, even though I also shared earlier in the week on LinkedIn and also on Twitteras part of the Paignton Library Virtual Code Club.</p>

<p><strong>Drawing a circle</strong></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/trinket/circle1.png" alt="circle1"></p>

<p>And the associated output</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/trinket/circle1out.png" alt="circle1"></p>

<p><strong>Drawing a star</strong></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/trinket/star1.png" alt="star1"></p>

<p>And the associated output</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/trinket/star2out.png" alt="star2"></p>

<p>I am working on a book to update my previous Nested loops guide I wrote a few years ago.  This needed updating anyway so it would cover Scratch 3.0.  This book / guide is work in progress, and will be typeset in $\LaTeX$ using <a href="https://www.overleaf.com" rel="nofollow">Overleaf</a></p>

<p><a href="/paulsutton/tag:programming" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">programming</span></a>, <a href="/paulsutton/tag:trinket" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">trinket</span></a>, <a href="/paulsutton/tag:Blocks" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Blocks</span></a>, <a href="/paulsutton/tag:python" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">python</span></a>, <a href="/paulsutton/tag:WebIDE" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">WebIDE</span></a>, <a href="/paulsutton/tag:LaTeX" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LaTeX</span></a>, <a href="/paulsutton/tag:Overleaf" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Overleaf</span></a>, <a href="/paulsutton/tag:nestedloops" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nestedloops</span></a>, <a href="/paulsutton/tag:loops" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">loops</span></a>, <a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/more-trinket-coding</guid>
      <pubDate>Sat, 09 May 2020 07:36:03 +0000</pubDate>
    </item>
  </channel>
</rss>