<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.4.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": "1a1a9c89dff2f4d25c4cd8345965cb426bdcd8afb99f0a8c261d8bd0316e8f3c",
"md5": "952ea02ee3c0cb01c260e636ec320c09",
"sha256": "14f123708f88e3d8c44f161583c9003ae199dc7f9dbf17c26f3b23e7fd0876a9"
},
"downloads": -1,
"filename": "h2o_wave_university-1.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "952ea02ee3c0cb01c260e636ec320c09",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 12938418,
"upload_time": "2024-08-13T09:54:48",
"upload_time_iso_8601": "2024-08-13T09:54:48.107930Z",
"url": "https://files.pythonhosted.org/packages/1a/1a/9c89dff2f4d25c4cd8345965cb426bdcd8afb99f0a8c261d8bd0316e8f3c/h2o_wave_university-1.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-13 09:54:48",
"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"
}