What is JustPy?
masterJustPy is an object-oriented, component-based, high-level Python web framework designed to create interactive websites and GUIs without requiring front-end programming (JavaScript).
Key characteristics:
- No front-end/back-end distinction: All programming is done in Python on the back-end. JustPy intercepts front-end events and sends them to the back-end for processing.
- Component-based: Web elements are instances of Python component classes. You can build custom reusable components using existing ones as building blocks.
- Built-in Support: Includes HTML, SVG, charts, grids, and support for the Quasar (Material Design 2.0) library.
- Data Integration: Integrates with
pandasfor interactive charts and grids, and supportsmatplotlibandHighchartsfor visualization.