mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
improve readability of index
This commit is contained in:
@@ -1,24 +1,37 @@
|
|||||||
# PyScript
|
# PyScript
|
||||||
|
|
||||||
Welcome to the PyScript documentation!
|

|
||||||
|
|
||||||
PyScript is a programming platform that allows you to create web applications that run in the browser, using Python.
|
<h3 style="text-align: center; font-style: italic;">The programming Platform for the 99%</h3>
|
||||||
That creates some really interesting benefits:
|
|
||||||
|
|
||||||
* Using Python directly in the browser allows to create applications with an easier and more user friendly language
|
---------------------------------------------------------------------------------------------
|
||||||
* Scalability: since applications run directly in the browser and not on a server somewhere, servers don't need to
|
|
||||||
|
<p style="text-align: center; font-style: italic;">Welcome to the PyScript documentation!</p>
|
||||||
|
|
||||||
|
PyScript is a programming platform that allows you to create web applications that run in
|
||||||
|
the browser, using Python. That gives anyone the ability to program without infrastructure
|
||||||
|
barriers and creates some really interesting benefits:
|
||||||
|
|
||||||
|
* **Easy start**: create and share applications in the browser, not installation required
|
||||||
|
* **Simplicity**: Code your apps with a friendly and intuitive language like Python
|
||||||
|
* **Scalability**: since applications run directly in the browser and not on a server somewhere, servers don't need to
|
||||||
scale as much if the number of users of an application grows exponentially
|
scale as much if the number of users of an application grows exponentially
|
||||||
* Shareability: applications can be shared as easily as sharing an URL. Can't get easier than that ;)
|
* **Shareability**: applications can be shared as easily as sharing an URL. Can't get easier than that ;)
|
||||||
* Multi-Platform support: since the browser is the underlying system where PyScript applications run, applications
|
* **Multi-Platform**: since the browser is the underlying system where PyScript applications run, applications
|
||||||
can run anywhere a modern browser is installed, on windows, linux, mac, mobile, or even a Tesla! :)
|
can run anywhere a modern browser is installed, on windows, linux, mac, mobile, or even a Tesla! :)
|
||||||
* Security: since PyScript runs core in the Browser (via Web Assembly) in a sandbox fashion and the browsers offers
|
* **Security**: since PyScript runs core in the Browser (via Web Assembly) in a sandbox fashion and the browsers offers
|
||||||
a very strict level of security, code never have access files or part of the underlying system without user permission,
|
a very strict level of security, code never have access files or part of the underlying system without user permission,
|
||||||
making it a great option in terms of security.
|
making it a great option in terms of security.
|
||||||
* User Friendly APIs: web APIs are very vast and, sometimes, complicated. PyScript offers smaller and more user friendly
|
* **User Friendly APIs**: web APIs are very vast and, sometimes, complicated. PyScript offers smaller and more user friendly
|
||||||
APIs for the most common use cases while also providing an option to access the full Web APIs as well.
|
APIs for the most common use cases while also providing an option to access the full Web APIs as well.
|
||||||
|
|
||||||
We hope you'll enjoy the project and create so many incredible things with it! To learn more, consult our documentation.
|
We hope you'll enjoy the project and create so many incredible things with it! To learn more, consult our documentation.
|
||||||
|
|
||||||
|
## What next?
|
||||||
|
|
||||||
|
Check out our [getting started](getting-started.md) section to learn where to start from or go to our
|
||||||
|
[user guide](user-guide.md) section for a more in-depth coverage of PyScript features.
|
||||||
|
|
||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
- :fontawesome-brands-html5: __HTML__ for content and structure
|
- :fontawesome-brands-html5: __HTML__ for content and structure
|
||||||
|
|||||||
Reference in New Issue
Block a user