Search
 
SCRIPT & CODE EXAMPLE
 

HTML

pyscript python

<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>PyScript</title>

      <!-- styles and script dependencies -->
      <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
      <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
   </head>
   <body>
      <!-- title -->
      <h3>Testing python code in HTML</h3>

      <!-- python code -->
      <py-script> print('Now you can!') </py-script>
     
   </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: what is WFH? 
Html :: bootstrap 4 tooltip 
Html :: data list in input tag 
Html :: mat-tab-group change 
Html :: align buttons next to each other bootstrap 
Html :: html phone call 
Html :: swiper js arrows 
Html :: como cambiar la fuente de letra en html 
Html :: html checkbox 
Html :: link to the same page html 
Html :: display object with indentaion in html 
Html :: remove space table html 
Html :: ASP.NET MVC Two file upload, different destinations 
Html :: copyright html 
Html :: jquery specific child by index 
Html :: bootsrap 4 6 cdn 
Html :: sign up form html 
Html :: mysql date time to display html input datetime-local value 
Html :: how to eliminate scroll bar in html 
Html :: html multiplication 
Html :: inspect google remote device disable screencast 
Html :: how to add css to html 
Html :: autocomplete off input 
Html :: html make a table with two top headers 
Html :: full screen button in video tag html5 
Html :: how to add an image to my web page from my computer 
Html :: execute python script onclick html 
Html :: how to turn html5 picturee into link 
Html :: html scale svgö 
Html :: Prettier not formatting HTML files in VS Code 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =