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
- Host: GitHub
- URL: https://github.com/anshsinghsonkhia/stock-simulator-website-using-python-taipy
- Owner: AnshSinghSonkhia
- Created: 2024-02-03T17:45:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T18:36:51.000Z (over 1 year ago)
- Last Synced: 2024-12-30T21:16:47.597Z (5 months ago)
- Topics: pandas, python, taipy, taipy-gui, website-development
- Language: Python
- Homepage: https://docs.taipy.io/en/latest/manuals/gui/viselements/controls/
- Size: 1.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to make websites with Python and Taipy

- 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)
```