All Questions
4 questions
1
vote
1
answer
125
views
Transfer data from Javascript to Pyscript
Im trying to build a website where you have a canvas, 28x28 sized and you draw a number. This is all handled through classic HTML, css and Javascript. Hovewever, once the image is drawn, I want to ...
1
vote
1
answer
4k
views
my try to use python in html and got this error
<html>
<head>
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js&...
6
votes
1
answer
3k
views
How do I use pyscript in my HTML code and return output
I am trying to call my python function created. But not getting any output and no resource how to achieve.
Code :
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" ...
0
votes
1
answer
377
views
i need help whit inputs in pysript
but does anyone know how to make an input work as such, for example I am making a chatbot with this pyscript method and I have this simple problem, I cannot make the entered text be saved in the ...