
$7.00
Florian Scherf
Web Developer
@fscherf
Aug, 2021
Lona - A web framework for responsive web apps in full python
ShowcaseLona is a new web framework that combines the power of Python, Javascript, HTML and CSS in an simple and pythonic API.
Demos:
```python
from lona.html import HTML, Button, Div, H1
from lona import LonaApp, LonaView
app = LonaApp(__file__)
@app.route('/')
class MyView(LonaView):
def handle_request(self, request):
message = Div('Button not clicked')
button = Button('Click me')
html = HTML(
H1('Click the button'),
PythonJavaScriptHTMLMakefileCSS
Aug, 2021
Saying hello! 👋
Hi! I am fscherf on GitHub. I am web developer and do most of my work in Python. I am the creator of Lona and rlpython

$7.00
Florian Scherf
Web Developer
@fscherf
Aug, 2021
Lona - A web framework for responsive web apps in full python
ShowcaseLona is a new web framework that combines the power of Python, Javascript, HTML and CSS in an simple and pythonic API.
Demos:
```python
from lona.html import HTML, Button, Div, H1
from lona import LonaApp, LonaView
app = LonaApp(__file__)
@app.route('/')
class MyView(LonaView):
def handle_request(self, request):
message = Div('Button not clicked')
button = Button('Click me')
html = HTML(
H1('Click the button'),
PythonJavaScriptHTMLMakefileCSS
Aug, 2021
Saying hello! 👋
Hi! I am fscherf on GitHub. I am web developer and do most of my work in Python. I am the creator of Lona and rlpython