From df68449b82673e40dbe8096707096d9e5624ed9c Mon Sep 17 00:00:00 2001 From: Antonio Cuni Date: Wed, 15 Nov 2023 12:10:52 +0100 Subject: [PATCH] Improve README and and mention the community calls (#1858) Improve the readme in two ways: - remove the mention to , and shows a quick summary of the various ways of running Python code - add a link to the google calendar which contains the community calls --- README.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 912c8b3c..b35be7ed 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ PyScript is a meta project that aims to combine multiple open technologies into ## Try PyScript -To try PyScript, import the appropriate pyscript files into the `` tag of your html page with: +To try PyScript, import the appropriate pyscript files into the `` tag of your html page: ```html @@ -29,14 +29,25 @@ To try PyScript, import the appropriate pyscript files into the `` tag of src="https://pyscript.net/releases/2023.11.1/core.js" > + + + ``` -You can then use PyScript components in your html page. PyScript currently implements the following elements: +You can then use PyScript components in your html page. PyScript currently offers various ways of running Python code: -- ``: can be used to define python code that is executable within the web page. The element itself is not rendered to the page and is only used to add logic -- ``: creates a REPL component that is rendered to the page as a code editor and allows users to write executable code +- `