roboworld


Nameroboworld JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/BZoennchen/robo-world
SummaryEducational roboter world to learn basic programming concepts.
upload_time2023-01-11 14:10:54
maintainerBZoennchen
docs_urlNone
authorBenedikt Zoennchen
requires_python>=3.7.0,<4.0.0
license
keywords education gamification cellular automaton roboter learning beginners computational thinking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
``roboworld`` is an educational ``Python`` package designed for students to learn basic programming concepts, such as,

+ variables,
+ function calls,
+ conditionals,
+ loops and
+ recursion.

Students must navigate ``Robo`` (a robot) through different two-dimensional discrete ``Worlds``.
``Robo`` represents a very simplistic machine that can only deal with elementary instructions, i.e., method calls.
Therefore, students have to extend the missing functionality step by step.
Through this process they learn

1. to divide a problem into smaller pieces,
2. to abstract,
3. to recognize patterns, and
4. to design and implement algorithms.


The documentation can be found here: https://robo-world-doc.readthedocs.io/en/latest/index.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BZoennchen/robo-world",
    "name": "roboworld",
    "maintainer": "BZoennchen",
    "docs_url": null,
    "requires_python": ">=3.7.0,<4.0.0",
    "maintainer_email": "benedikt.zoennchen@web.de",
    "keywords": "education,gamification,cellular automaton,roboter,learning,beginners,computational thinking",
    "author": "Benedikt Zoennchen",
    "author_email": "benedikt.zoennchen@web.de",
    "download_url": "",
    "platform": null,
    "description": "\n``roboworld`` is an educational ``Python`` package designed for students to learn basic programming concepts, such as,\n\n+ variables,\n+ function calls,\n+ conditionals,\n+ loops and\n+ recursion.\n\nStudents must navigate ``Robo`` (a robot) through different two-dimensional discrete ``Worlds``.\n``Robo`` represents a very simplistic machine that can only deal with elementary instructions, i.e., method calls.\nTherefore, students have to extend the missing functionality step by step.\nThrough this process they learn\n\n1. to divide a problem into smaller pieces,\n2. to abstract,\n3. to recognize patterns, and\n4. to design and implement algorithms.\n\n\nThe documentation can be found here: https://robo-world-doc.readthedocs.io/en/latest/index.html\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Educational roboter world to learn basic programming concepts.",
    "version": "0.1.7",
    "split_keywords": [
        "education",
        "gamification",
        "cellular automaton",
        "roboter",
        "learning",
        "beginners",
        "computational thinking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c7187499f1bf3adc6ee0d33dadf16ea8222c08362620cd41f2db4b21e6d6396",
                "md5": "08411acbbac5369109a403f77b336fd1",
                "sha256": "492cfcaa906727e565d1588b5928e7329b813ae38eedeee73920d63f5e3a9441"
            },
            "downloads": -1,
            "filename": "roboworld-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08411acbbac5369109a403f77b336fd1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.0,<4.0.0",
            "size": 29086,
            "upload_time": "2023-01-11T14:10:54",
            "upload_time_iso_8601": "2023-01-11T14:10:54.570796Z",
            "url": "https://files.pythonhosted.org/packages/8c/71/87499f1bf3adc6ee0d33dadf16ea8222c08362620cd41f2db4b21e6d6396/roboworld-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-11 14:10:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "BZoennchen",
    "github_project": "robo-world",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "roboworld"
}
        
Elapsed time: 0.03464s