h2o-wave-university


Nameh2o-wave-university JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryInteractive tutorials for learning H2O Wave framework.
upload_time2024-05-06 12:38:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords data science low code machine learning tutorial ui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src='https://github.com/h2oai/wave/blob/main/assets/brand/wave-university-wide.png?raw=true' alt='wave-university-logo'/>
</p>

# Wave university

Wave University is an interactive tutorial app for [H2O Wave](https://wave.h2o.ai/) framework and is aimed at anyone wanting to start developing web apps with nothing but Python.

This app includes a dozen lessons that explain the base concepts necessary for developing apps with H2O Wave. We highly encourage you to go over the tutorial hand in hand with the [official docs](https://wave.h2o.ai/) to get the most information possible.

Each lesson explains a single topic and shows a short demonstration example. The example code is editable and we highly encourage playing around with it and doing your experiments to see how things work. Moreover, most of the lessons also contain a small optional exercise for you to reinforce the newly acquired knowledge.

## Installation

```sh
# Create a virtual env.
python -m venv venv
# Activate virtual env (.\venv\Scripts\activate for Windows)
venv/bin/activate
# Install h2o-wave-university.
pip install h2o-wave-university
# Run it.
wave-university
```

Once both of the above steps are complete, you can go to <http://localhost:10101> in your favorite browser to start learning!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "h2o-wave-university",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Data Science, Low code, Machine Learning, Tutorial, UI",
    "author": null,
    "author_email": "Martin Turoci <martin.turoci@h2o.ai>",
    "download_url": null,
    "platform": null,
    "description": "<p align=\"center\">\n  <img src='https://github.com/h2oai/wave/blob/main/assets/brand/wave-university-wide.png?raw=true' alt='wave-university-logo'/>\n</p>\n\n# Wave university\n\nWave University is an interactive tutorial app for [H2O Wave](https://wave.h2o.ai/) framework and is aimed at anyone wanting to start developing web apps with nothing but Python.\n\nThis app includes a dozen lessons that explain the base concepts necessary for developing apps with H2O Wave. We highly encourage you to go over the tutorial hand in hand with the [official docs](https://wave.h2o.ai/) to get the most information possible.\n\nEach lesson explains a single topic and shows a short demonstration example. The example code is editable and we highly encourage playing around with it and doing your experiments to see how things work. Moreover, most of the lessons also contain a small optional exercise for you to reinforce the newly acquired knowledge.\n\n## Installation\n\n```sh\n# Create a virtual env.\npython -m venv venv\n# Activate virtual env (.\\venv\\Scripts\\activate for Windows)\nvenv/bin/activate\n# Install h2o-wave-university.\npip install h2o-wave-university\n# Run it.\nwave-university\n```\n\nOnce both of the above steps are complete, you can go to <http://localhost:10101> in your favorite browser to start learning!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Interactive tutorials for learning H2O Wave framework.",
    "version": "1.2.0",
    "project_urls": {
        "Changelog": "https://github.com/h2oai/wave/releases",
        "Documentation": "https://wave.h2o.ai/",
        "Homepage": "https://wave.h2o.ai/",
        "Repository": "https://github.com/h2oai/wave"
    },
    "split_keywords": [
        "data science",
        " low code",
        " machine learning",
        " tutorial",
        " ui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc0046b15405299410e25275be6c91648ee06fc131bbf98f270d3b1e4c9054e2",
                "md5": "f3013e95fe800460d0944eb9b76d676e",
                "sha256": "de4f8426dd78e06b12181da6bf5797e56701445372df83638c84876ea9c7d54b"
            },
            "downloads": -1,
            "filename": "h2o_wave_university-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3013e95fe800460d0944eb9b76d676e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12938367,
            "upload_time": "2024-05-06T12:38:35",
            "upload_time_iso_8601": "2024-05-06T12:38:35.929810Z",
            "url": "https://files.pythonhosted.org/packages/bc/00/46b15405299410e25275be6c91648ee06fc131bbf98f270d3b1e4c9054e2/h2o_wave_university-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 12:38:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "h2oai",
    "github_project": "wave",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "h2o-wave-university"
}
        
Elapsed time: 0.25441s