Based on sloby editor(web).
Use Python to design your own website from backend to frontend!
Alternatively, connect your existing Sloby frontend to your SlobyPy backend!
SlobyPy is a simple Python framework that can be used to develop awesome websites from frontend to backend. To achieve
this, SlobyPy allows you to use your existing HTML and CSS knowledge to develop similar frontend code, while maintaining
Pythonic syntax. Nonetheless, developing the backend is no harder! SlobyPy is able to stream data from Python to the
React frontend inside Sloby
allowing for a seamless, performant, SSR-based experience via JIT compilation.
TBD
You can install SlobyPy via pip
or your favorite PyPi package manager.
python -m pip install slobypy
Generate a new project with the following command:
python -m slobypy generate <project_name>
Start streaming JIT compiled data to Sloby:
python -m slobypy run
🔱 Slobypy Examples 🔱