Build a PyScript guestbook webapp | PyScript Tutorial #4

preview_player
Показать описание

This is part 4 of our end to end PyScript guide / walkthrough / series, and we're going to build an interactive guestbook that supports CRUD (create, read, update, delete) with some intermediate - advanced level PyScript. As with the guide / walkthrough in Part 2 and Part 3, we'll deploy our PyScript app using GitHub Pages and GitHub Action. If you haven't watch the earlier videos yet, you should! Here are the links:

Timestamps:
00:00 Let's build a contact book with pyscript
03:39 py-register-widget
11:20 py-inputbox from pyscript
14:32 using on_keypress
17:13 Implementing 'delete' functionality
27:41 Supporting non-techbros with pyscript's py-button
32:13 PyItemTemplate inheritance and overriding
39:48 Live demo of our guestbook app

Check out my other videos in the channel! I'm super new into this youtube thing, so please consider subscribing for the bragging rights when I make it big one day - and let me know in comments what you'd like to see me cover next!
Рекомендации по теме
Комментарии
Автор




Part 4 (this video!) we'll build a CRUD (create read update delete) system in the form of a guest book using PyScript. This is something you'd do with Vue or React in the past, but now it's only a few lines of Python code.

Subscribe to the channel and leave other future ideas here!

SamuelChan
Автор

I see examples showing complicated stuff like using numpy and matplotlib. But, how do you get the value from a simple html input?

brucewernick
Автор

Hey,
Can anyone tell me how to render another html page using pyscript?

editssinfinity
Автор

Is there a way to read HTML Form posted values with py-script?

PtolemySoter
welcome to shbcf.ru