An open API service indexing awesome lists of open source software.

https://github.com/anshsinghsonkhia/stock-simulator-website-using-python-taipy

Website using Python and Taipy. Charts using Pandas
https://github.com/anshsinghsonkhia/stock-simulator-website-using-python-taipy

pandas python taipy taipy-gui website-development

Last synced: 4 months ago
JSON representation

Website using Python and Taipy. Charts using Pandas

Awesome Lists containing this project

README

        

# How to make websites with Python and Taipy

![](/img/full_screenshot.png)

- Install Taipy

```shell
pip install taipy
```

- You can write HTML or Markdown to make websites

- Taipy Official Documentation - https://docs.taipy.io/en/latest/manuals/gui/viselements/controls/

- Skip reloading app again-n-again after making changes.
```py
app.run(use_reloader=True)
```