<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://home.roboticlab.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://home.roboticlab.eu/feed.php">
        <title>Robotic &amp; Microcontroller Educational Knowledgepage - Network of Excellence - en:iot-open:scriptingprogramming</title>
        <description></description>
        <link>https://home.roboticlab.eu/</link>
        <image rdf:resource="https://home.roboticlab.eu/_media/wiki/logo.png" />
       <dc:date>2026-04-04T13:22:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/iot-open/scriptingprogramming/micropythonfundamentals?rev=1716544475&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/iot-open/scriptingprogramming/pythonfundamentals?rev=1700735110&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/iot-open/scriptingprogramming/remotedevelopment?rev=1700735155&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://home.roboticlab.eu/_media/wiki/logo.png">
        <title>Robotic & Microcontroller Educational Knowledgepage - Network of Excellence</title>
        <link>https://home.roboticlab.eu/</link>
        <url>https://home.roboticlab.eu/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://home.roboticlab.eu/en/iot-open/scriptingprogramming/micropythonfundamentals?rev=1716544475&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-24T09:54:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Micropython</title>
        <link>https://home.roboticlab.eu/en/iot-open/scriptingprogramming/micropythonfundamentals?rev=1716544475&amp;do=diff</link>
        <description>Micropython

[ General audience classification icon ][ General audience classification icon ][ General audience classification icon ]

MicroPython implements the Python programming language optimized for microcontrollers and embedded systems that are resource-constrained devices. It is simple and enables rapid prototyping.

Here are some key features and characteristics of MicroPython:</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/iot-open/scriptingprogramming/pythonfundamentals?rev=1700735110&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-23T10:25:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Python Fundamentals for IoT</title>
        <link>https://home.roboticlab.eu/en/iot-open/scriptingprogramming/pythonfundamentals?rev=1700735110&amp;do=diff</link>
        <description>Python Fundamentals for IoT

[ General audience classification icon ][ General audience classification icon ]

A program in Python is stored in text files on the device&#039;s file system, as Python&#039;s source code is interpreted, not compiled, opposite to C++. A typical file extension for programs in Python is .py.
In the context of IoT programming, both Python and Micropython share the same syntax and mostly the same libraries, so source code, in many cases, is portable. General hardware-related libr…</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/iot-open/scriptingprogramming/remotedevelopment?rev=1700735155&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-23T10:25:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Remote development in Python</title>
        <link>https://home.roboticlab.eu/en/iot-open/scriptingprogramming/remotedevelopment?rev=1700735155&amp;do=diff</link>
        <description>Remote development in Python

[ General audience classification icon ][ General audience classification icon ][ General audience classification icon ]

As developers use PCs to author software, but it is executed in the microcontroller, using a terminal over a serial connection or secure shell (SSH) may not be convenient for larger projects. For this reason, many IDEs can perform remote development with code authored in the IDE on the PC but executed on the MCU. It requires a stable connection b…</description>
    </item>
</rdf:RDF>
