<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://cw.fel.cvut.cz/b242/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://cw.fel.cvut.cz/b242/feed.php">
        <title>CourseWare Wiki courses:be5b33kui:tutorials</title>
        <description></description>
        <link>https://cw.fel.cvut.cz/b242/</link>
        <image rdf:resource="https://cw.fel.cvut.cz/b242/lib/tpl/bulma-cw/images/favicon.ico" />
       <dc:date>2026-04-19T13:02:49+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/class_example?rev=1613555424&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/homeworks?rev=1613554842&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/osbasics?rev=1613554908&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/paths?rev=1613555187&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/python?rev=1682344596&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/start?rev=1682344190&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/tests?rev=1682344120&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://cw.fel.cvut.cz/b242/lib/tpl/bulma-cw/images/favicon.ico">
        <title>CourseWare Wiki</title>
        <link>https://cw.fel.cvut.cz/b242/</link>
        <url>https://cw.fel.cvut.cz/b242/lib/tpl/bulma-cw/images/favicon.ico</url>
    </image>
    <item rdf:about="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/class_example?rev=1613555424&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-17T10:50:24+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:be5b33kui:tutorials:class_example</title>
        <link>https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/class_example?rev=1613555424&amp;do=diff</link>
        <description>Creating a class

In , there are several chapters dealing with classes and object-oriented programming:
15. Classes and Objects — the Basics16. Classes and Objects — Digging a little deeper21. Even more OOP22. Collections of objects
If you have not done so yet, please, read these chapter and try to work out the exercises at the end of the chapters!

In the following we show a solution to exercise 15.6.</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/homeworks?rev=1613554842&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-17T10:40:42+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:be5b33kui:tutorials:homeworks</title>
        <link>https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/homeworks?rev=1613554842&amp;do=diff</link>
        <description>Solutions to homeworks, tests, etc.

Formal requirements

The homeworks, tests, or other programming tasks in this course contain a few required parts which must be fulfilled, otherwise the solution will be automatically evaluated as incorrect. The task is usually specified as:</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/osbasics?rev=1613554908&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-17T10:41:48+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:be5b33kui:tutorials:osbasics</title>
        <link>https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/osbasics?rev=1613554908&amp;do=diff</link>
        <description>OS Basics

Filesystem

A definition of filesystem from Wikipedia article about filesystems:

Filesystem is used to control how data is stored and retrieved. Without a file system, information placed in a storage medium would be one large body of data with no way to tell where one piece of information stops and the next begins. By</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/paths?rev=1613555187&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-17T10:46:27+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:be5b33kui:tutorials:paths</title>
        <link>https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/paths?rev=1613555187&amp;do=diff</link>
        <description>Paths to files and directories in Windows and Linux

It is advised to take a look at the following lecture from the 'be5b33prg: Programming Essentials' course by Petr Pošík concerning the file system:


Paths are sequences of directory names (possible ended with a file name) which unambiguasly resolve to a directory or a file in the filesystem.</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/python?rev=1682344596&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-24T15:56:36+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:be5b33kui:tutorials:python</title>
        <link>https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/python?rev=1682344596&amp;do=diff</link>
        <description>Python

This page provides basic walkthroughs and tutorials for the programing language Python.

We do not cover all aspects of programming in Python. We provide some starting points and expect you find more. We recommend   as your main teaching material. The more advanced book</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/start?rev=1682344190&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-24T15:49:50+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:be5b33kui:tutorials:start</title>
        <link>https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/start?rev=1682344190&amp;do=diff</link>
        <description>Tutorials
python...homeworks...osbasics...pathsclass_exampletests
Credits to the 'be5b33prg: Programming Essentials' course and Petr Pošík for these tutorial page.</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/tests?rev=1682344120&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-24T15:48:40+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:be5b33kui:tutorials:tests</title>
        <link>https://cw.fel.cvut.cz/b242/courses/be5b33kui/tutorials/tests?rev=1682344120&amp;do=diff</link>
        <description>Tests

In MDP and RL tasks, the functions find_policy_...() and learn_policy() should return the so-called policy. The specification states that the output should be represented by a dictionary. However, sometimes students submit solutions where the function returns something else, or the contents of the dictionary are not formally correct, indicating that they did not understand the specifications well. As solution authors, you should be able to test yourself whether the function's return value…</description>
    </item>
</rdf:RDF>
