MLWorks

Learn Python, ML, and Software Engineering

Follow publication

Member-only story

Getting Started With PyScript

Mayur Jain
MLWorks
Published in
3 min readMay 15, 2022

--

PyScript To Web Browser

What is PyScript?

PyScript

Installation

<link rel=”stylesheet” href=”https://pyscript.net/alpha/pyscript.css" />
<script defer src=”https://pyscript.net/alpha/pyscript.js"></script>

🤩 Sample Code

<html>
<head>
<link rel=”stylesheet” href=”https://pyscript.net/alpha/pyscript.css" />
<script defer src=”https://pyscript.net/alpha/pyscript.js"></script>
</head>
<body>
<py-script>
print(“Let’s…

--

--

MLWorks
MLWorks

Published in MLWorks

Learn Python, ML, and Software Engineering

No responses yet

Write a response