<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ressources on Zelbinium</title>
    <link>/en/resources/</link>
    <description>Recent content in Ressources on Zelbinium</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <atom:link href="/en/resources/index.xml" rel="self" type="application/rss+xml" />
    <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 describe the elements composing a graphical interface, with which CSS is associated, allowing the appearance of these elements to be defined.&#xA;JSBin allows you to view an interface programmed in HTML/CSS on the fly.&#xA;There is a wealth of documentation on HTML and CSS, both on the web and elsewhere (https://developer.mozilla.org/docs/Learn/HTML and https://developer.mozilla.org/docs/Learn/CSS, for example). Note that many of these documentations will mention JavaScript, a language associated with web technologies of which HTML and CSS are a part.</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>JS Bin</title>
      <link>/en/resources/jsbin/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/resources/jsbin/</guid>
      <description>JS Bin # JS Bin is a service that renders HTML and CSS code on the fly. This service does not require an account.&#xA;It facilitates the development of HTML/CSS-coded interfaces, whose HTML and CSS code can then be copied unchanged into the source code of the applications for which they are intended.&#xA;Other similar services exist, such as CodePen, for example.</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>Replit</title>
      <link>/en/resources/replit/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/resources/replit/</guid>
      <description>Replit # NOTA: Replit was formerly called Repl.it and its address was https://repl.it. These old names and addresses can be found in documents that has not been updated.&#xA;Replit is an online development environment, which can be accessed via a web browser, even from a smartphone or tablet. In addition to a number of tools that facilitate the development of applications in a wide range of languages, Replit also makes it possible to run these applications without having anything to install, as can be seen from the many inserts on this site that are based on Replit.</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;So you can use a development environment on your personal computer to develop your applications, then use one of these forges to retrieve them on your smartphone or tablet, with Termux for Android models and iSH for Apple models, to run them there.</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>
  </channel>
</rss>
