Metadata-Version: 2.4
Name: h2o_wave_university
Version: 1.8.4
Summary: Interactive tutorials for learning H2O Wave framework.
Project-URL: Homepage, https://wave.h2o.ai/
Project-URL: Documentation, https://wave.h2o.ai/
Project-URL: Repository, https://github.com/h2oai/wave
Project-URL: Changelog, https://github.com/h2oai/wave/releases
Author-email: Martin Turoci <martin.turoci@h2o.ai>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: Data Science,Low code,Machine Learning,Tutorial,UI
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.8
Requires-Dist: h2o-wave==1.8.4
Description-Content-Type: text/markdown

<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!
