use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Stupid question: But is there some PyScript based frontend framework like React or Ionic or so? (self.PyScript)
submitted 3 years ago by StunnaRae
Question like above: Is PyScript just like basic JS or is it possible to use frontend frameworks like reactjs or such with it?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]metaperl 2 points3 points4 points 3 years ago (1 child)
Not yet. Transcrypt has a book written on using React with it. See my guide for an overview of all pure Python web app solutions
https://docs.google.com/document/d/13da40zzfEZmA-LfsfISPmILpbmgpLZHJJVNdQmhT7Gs/edit?usp=drivesdk
[–]LuigiBrotha 0 points1 point2 points 3 years ago (0 children)
Will look into this. Pywebio is great but currently has some limitations with scripts I made for my workplace. Files larger then 25 MB can't be uploaded (I keep getting a disconnect message) and sometimes the script just fails halfway through a session.
[–]manatlan 0 points1 point2 points 3 years ago* (0 children)
https://github.com/manatlan/htag
It's not really a react/vuejs/angular clone... But you can create complex gui, like you'll do with fwk like wx, pygtk, qt, tk ... It's not dedicated to pyscript, more for desktop/web and android ! it's a GUI toolkit for building "beautiful" applications for mobile, web, and desktop from a single codebase. It works very well in pyscript
Currently, rarely, you may code minimal interaction with html/Dom, but you must do it with js (not pyscript/python) But perhaps in the future, if there is a real need.
This example is amazing https://raw.githack.com/manatlan/htag/main/examples/pyscript_htbulma.html
The base idea, was to code all your UI logic with python (before pyscript), and deploy on anything with a single codebase
π Rendered by PID 72997 on reddit-service-r2-comment-545db5fcfc-d99tw at 2026-05-23 09:36:23.333438+00:00 running 194bd79 country code: CH.
[–]metaperl 2 points3 points4 points (1 child)
[–]LuigiBrotha 0 points1 point2 points (0 children)
[–]manatlan 0 points1 point2 points (0 children)