<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Redirection… on Zelbinium</title>
    <link>/en/</link>
    <description>Recent content in Redirection… on Zelbinium</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Atlas toolkit - Inspiration</title>
      <link>/en/inspiration/atk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/inspiration/atk/</guid>
      <description>Inspiration # Here are a few examples of applications created with the Atlas toolkit, some of which allow users to interact with each other. Clicking on Launch/Hide will launch the application in an insert from which it can be shared, explored, modified and relaunched as detailed in the Action! section. Clicking on the Run button will relaunch the application with any modifications.&#xA;Hello, World! (Hello) # Hello, World! program showing the basics of a Zelbinium application.</description>
    </item>
    <item>
      <title>HTML and CSS</title>
      <link>/en/resources/html/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/resources/html/</guid>
      <description>HTML and CSS # HTML is a language used to detail the elements composing a graphical interface, with which CSS is associated to define the appearance of these elements.&#xA;To help you create your applications, you&amp;rsquo;ll find an editor on this site that allows you to view on the fly the rendering of the HTML/CSS code you&amp;rsquo;ve entered, as in the Interface section of the tutorial.&#xA;There is a lot of documentation on HTML and CSS, both on the web (https://developer.</description>
    </item>
    <item>
      <title>Interface</title>
      <link>/en/tutorial/frontend/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/tutorial/frontend/</guid>
      <description>The interface # Introduction # The coding of the interface is based on the HTML language, which is made up of tags. If tag is the name of the tag, the corresponding opening tag is &amp;lt;tag&amp;gt; and the closing tag, &amp;lt;/tag&amp;gt;. Between the two, we place the tag content, which may itself be made up of tags.&#xA;Tags are always nested, i.e. they are closed in the reverse order in which they were opened.</description>
    </item>
    <item>
      <title>Processing</title>
      <link>/en/tutorial/backend/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/tutorial/backend/</guid>
      <description>The processing # Introduction # Now that the interface has been created on the page dedicated to the interface, we can move on to coding the processing part of the application.&#xA;The application can be launched directly from this page at each stage of its development, for a better understanding of the purpose of the code introduced at each stage.&#xA;Interface displaying # Interface description (BODY) # Let&amp;rsquo;s create a constant with the content that has been elaborated on the Interface page.</description>
    </item>
    <item>
      <title>Python - UCUq</title>
      <link>/en/ucuq/python/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/ucuq/python/</guid>
      <description>Online demonstrations of UCUq with Python # Here are a few programs using UCUq to control a simulation of various components connected to an ESP32.&#xA;If you haven&amp;rsquo;t already done so, launch below two applications for the use of the Wokwi simulation (more details here):&#xA;Wokwi simulation; configuration: Click on the inserts below and observe the result in the simulator. Programs are launched automatically.&#xA;You can modify a program directly in the navigator and/or relaunch it with the run button.</description>
    </item>
    <item>
      <title>The Python language</title>
      <link>/en/resources/python/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/resources/python/</guid>
      <description>The Python language # Python is considered one of, if not the most suitable language for beginners. This doesn&amp;rsquo;t mean, however, that it&amp;rsquo;s confined to the educational sector. It&amp;rsquo;s one of the most widely used languages for professional use by people who don&amp;rsquo;t do computers for a living.&#xA;For the documentation : https://docs.python.org/.&#xA;The online demonstrations are based on a slightly modified version of the Python version of the Atlas toolkit.</description>
    </item>
    <item>
      <title>UCUq - Inspiration</title>
      <link>/en/inspiration/ucuq/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/inspiration/ucuq/</guid>
      <description>Inspiration (Atlas toolkit + UCUq) # Here are a few programs that use UCUq to drive an ESP32-based assembly simulation.&#xA;If you haven&amp;rsquo;t already done so, we strongly recommend that you consult the section devoted to the UCUq library, in particular for information on setting up the simulator using the two applications below:&#xA;Wokwi simulation; configuration: RGB LEDs (WS2812) # Hangman game # Simon&amp;rsquo;s game # A game inspired by Simon.</description>
    </item>
    <item>
      <title>Blockly - UCUq</title>
      <link>/en/ucuq/blockly/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/ucuq/blockly/</guid>
      <description>Online demonstrations of UCUq with Blockly # An overview of the use of Blockly to program with UCUq.&#xA;If you haven&amp;rsquo;t already done so, launch below two applications for the use of the Wokwi simulation (more details here):&#xA;Wokwi simulation; configuration: Click on the inserts below, then on the red button to launch the application. Observe the result in the simulator.&#xA;The code in the Python tab can be copied and executed in one of the dedicated inserts (with or without modifications).</description>
    </item>
    <item>
      <title>Brython</title>
      <link>/en/resources/brython/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/resources/brython/</guid>
      <description>Brython # Brython lets you execute Python code directly in the browser, as shown in the insert below. This is what is used on this site.</description>
    </item>
    <item>
      <title>UCUq API</title>
      <link>/en/ucuq/api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/ucuq/api/</guid>
      <description>UCUq API # GPIO class # Manages an output corresponding to a microcontroller pin.&#xA;GPIO(&amp;lt;pin&amp;gt;) (constructor): returns an object managing the pin identified by &amp;lt;pin&amp;gt;; high(): sets the pin to high state; low(): sets the pin to the low state. WS2812 class # Manages LEDs of type WS2812.&#xA;WS2812(&amp;lt;pin&amp;gt;,&amp;lt;count&amp;gt;) (constructor): returns an object managing &amp;lt;count&amp;gt; WS2812 LEDs connected to pin &amp;lt;pin&amp;gt;; setValue(&amp;lt;index&amp;gt;, &amp;lt;value&amp;gt;): sets the LED of index &amp;lt;index&amp;gt; (starting at 0) to color &amp;lt;value&amp;gt; (a list or a tuples of format R,G,B from 0 to 255) in the buffer; fill(&amp;lt;value&amp;gt;): puts all LEDs at color &amp;lt;value&amp;gt; in the buffer; write(): sends buffer content to LEDs.</description>
    </item>
    <item>
      <title>Create</title>
      <link>/en/create/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/create/</guid>
      <description>Create your own application # Here you can create your own application.&#xA;A tutorial on creating an interface is available on the Interface page of the Tutorial section, and another on coding the processing part on the Processing page of the same Tutorial section.&#xA;In the insert below, we&amp;rsquo;ll draw the application interface. Once this has been done, we&amp;rsquo;ll move on to the second insert.&#xA;In the insert below, replace the content of the BODY constant with the content created above.</description>
    </item>
    <item>
      <title>Forges</title>
      <link>/en/resources/forges/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/resources/forges/</guid>
      <description>Software forges # A software forge is a web service that lets you host the source code of your applications and share them easily.&#xA;You can therefore use your personal computer to develop your applications, then use one of these forges to retrieve and run them on your smartphone or tablet, with Termux for Android models and iSH for Apple models.</description>
    </item>
    <item>
      <title>Support</title>
      <link>/en/support/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/support/</guid>
      <description>Your support makes a difference # Zelbinium gives our teenagers the opportunity to acquire skills which, given the increasingly important role of digital technology in our society, will be invaluable, if not indispensable, in both their professional and private lives.&#xA;What&amp;rsquo;s special about Zelbinium is that it enables them to acquire these skills in a fun way, by programming their own applications for and with a device that our children are particularly fond of, namely their smartphone.</description>
    </item>
    <item>
      <title>The Atlas toolkit</title>
      <link>/en/resources/atk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/resources/atk/</guid>
      <description>The Atlas toolkit # The Atlas toolkit (https://atlastk.org/) is world&amp;rsquo;s library that makes it easy to add a graphical interface to an application and bring it online. This library is at the heart of Zelbinium.&#xA;Documentation on its API can be found at https://atlastk.org/api.&#xA;There are a number of modules based on this library.&#xA;The term2web module, by writing a single line (from term2web import *) at the beginning of the source file, displays a Python program based on a user interface in a web browser.</description>
    </item>
    <item>
      <title>Contact</title>
      <link>/en/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/contact/</guid>
      <description>Contact # To support this project: support page.&#xA;To contact the author of this project: https://q37.info/contact.</description>
    </item>
    <item>
      <title>Legal notices</title>
      <link>/en/legals/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/legals/</guid>
      <description>Legal notices # As this web site is hosted in France, I have to put some legal notices.&#xA;Mentions légales # Le site zelbinium.q37.info est un service de communication au public en ligne édité à titre non professionnel au sens de l’article 6, III, 2° de la loi 2004-575 du 21 juin 2004.&#xA;Il est hébergé par :&#xA;OVH - 2 rue Kellermann - 59100 Roubaix - France - RCS Lille Métropole 424 761 419 00045 Conformément à la loi, mes éléments d’identification personnelle leur ont été communiqués.</description>
    </item>
    <item>
      <title></title>
      <link>/en/contribute.old/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/contribute.old/</guid>
      <description>title: Contribute menu: Contribute weight: 9 # Contribute # By contributing to or supporting this project, you will improve the well-being of our children by changing their relationship to smartphones and digital technology in general.&#xA;Spread the word about this project to your own children and to children you know, as well as to people who come into contact with children, whether within the family or through other activities.</description>
    </item>
  </channel>
</rss>
