RR.incodebrickroad.com·Mar 25, 2021 · 8 min readLet's make a HTML form with PythonIt's about time to practice our Yattag skills and start generating HTML. What will we make? This form(here's the HTML code). Looks complex enough so we can get some good practice building it. We already have our Yattag library installed so we can ...01D
RR.incodebrickroad.com·Mar 24, 2021 · 21 min readGenerate HTML with YattagYattag is a Python library for generating HTML or XML in a pythonic way. With Yattag, you don't have to worry about closing HTML tags your HTML templates are Python code. Not a weird template language. Just Python. you can easily render HTML forms, ...00