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