Skip to content

Commit 6dbb5f9

Browse files
committed
doc: updated 'README.md' and adjusted html's for README gif.
1 parent db1505c commit 6dbb5f9

4 files changed

Lines changed: 63 additions & 8 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# # Keys.
99
# *-input_secrets.yaml
1010

11-
# # Specific files: original screen recording, to reduce possibilities of doxing.
12-
# vid-readme_frontpage_gif-01_original_footage.mp4
11+
# Specific files: original screen recording, to reduce possibilities of doxing.
12+
vid-readme_frontpage_gif-01_original_footage.mp4

README.md

Lines changed: 58 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
🚧 WIP: section under construction. 🚧
1414
-->
1515

16-
<!-- Badge: Done
16+
<!-- Badge: Done
1717
<p align="left">
1818
<a href="#" onclick="return false;"><img src="https://img.shields.io/badge/STATUS-DONE-green?style=flat"/></a>
1919
</p> -->
@@ -25,6 +25,61 @@
2525
- 'https://github.com/facebook/docusaurus'.
2626
-->
2727

28-
# lessons-pyscript-tutorial_import_files-pyscript_documentation-d250924
28+
# PyScript Exercises Portfolio.
2929

30-
🚧 WIP: section under construction. 🚧
30+
<p align="center">
31+
🌐 '<a href="https://a1t0ghb.github.io/lessons-pyscript-tutorial_import_files-pyscript_documentation-d250924/">https://a1t0ghb.github.io/lessons-pyscript-tutorial_import_files-pyscript_documentation-d250924/</a>'
32+
</p>
33+
34+
<!--
35+
Enable autoplay of animated images:
36+
- 'https://stackoverflow.com/questions/72508378/enable-gif-autoplay-on-github-readme/72509078#72509078'.
37+
- 'https://github.com/orgs/community/discussions/47709'.
38+
- 'https://github.com/settings/accessibility'.
39+
Image width for GitHub READMEs:
40+
- 'https://github.com/orgs/community/discussions/42424'.
41+
- 'https://gist.github.com/uupaa/f77d2bcf4dc7a294d109'.
42+
-->
43+
<!-- <p align="center">
44+
<img src="./rsrcs/media/img-readme_frontpage_media.png" width="1200" />
45+
</p> -->
46+
<p align="center">
47+
<span>🚧 WIP: section under construction. 🚧</span>
48+
<br>
49+
<img src="./rsrcs/media/img-readme_frontpage_gif.gif" width="600" />
50+
</p>
51+
52+
Portfolio to showcase different `PyScript` exercises to learn how to run `Python` in a web-browser. [PyScript](https://pyscript.net/) is an open source platform for running `Python` 'natively' in the browser.
53+
54+
# ℹ About.
55+
56+
- This project started as a next exercise to study (after having done the introduction tutorial '[Polyglot: English to Pirate Speak](https://github.com/a1t0ghb/lessons-pyscript-python_in_web_browsers_beginner_tutorial-pyscript_documentation-d250922/)'), in order to learn [how to import files](https://pyscript.com/@examples/antigravity/latest), but evolved into a more full-feature web-page development.
57+
- Examples listed and used for studying, are all available at `PyScript` official documentation site: '<https://docs.pyscript.net/2024.5.2/examples/>'.
58+
- Refer to the very 1st tutorial, '[Polyglot: English to Pirate Speak](https://github.com/a1t0ghb/lessons-pyscript-python_in_web_browsers_beginner_tutorial-pyscript_documentation-d250922/)', for additional details.
59+
60+
**RESOURCES.**
61+
62+
- List of examples from `PyScript` official documentation: '<https://docs.pyscript.net/2024.5.2/examples/>'.
63+
- 1st implemented tutorial: '<https://github.com/a1t0ghb/lessons-pyscript-python_in_web_browsers_beginner_tutorial-pyscript_documentation-d250922/>'.
64+
- PyScript vs. JavaScript; project itself, performance, readability, and ecosystem:'<https://towardsdatascience.com/pyscript-vs-javascript-a-battle-of-web-titans/>'.
65+
- PyScript vs. Pyodide: '<https://python.plainenglish.io/pyscript-or-pyodide-f0f1dc10291f>'.
66+
67+
<!-- Embed dynamic content (image) of contributors:
68+
- 'https://dev.to/lacolaco/introducing-contributors-img-keep-contributors-in-readme-md-gci'.
69+
- 'https://contrib.rocks/'.
70+
-->
71+
# 🤝 Contributors.
72+
73+
<a href="https://github.com/a1t0ghb/lessons-pyscript-tutorial_import_files-pyscript_documentation-d250924/graphs/contributors">
74+
<img src="https://contrib.rocks/image?repo=a1t0ghb/lessons-pyscript-tutorial_import_files-pyscript_documentation-d250924" />
75+
</a>
76+
77+
Made with [contrib.rocks](https://contrib.rocks).
78+
79+
<!-- Authors table structure
80+
- From repo: 'https://github.com/camilafernanda/GlicoCare/blob/main/README.md?plain=1'.
81+
-->
82+
# 📜 Authors.
83+
84+
| [<img src="https://avatars.githubusercontent.com/u/32377614?v=4" width=70><br><sub>a1t0ghb</sub>](https://github.com/a1t0ghb) |
85+
| :---: |

rsrcs/io_inputs/app/config/web_pages/antigravity.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h1>'Antigravity' Example.</h1>
8888
<!-- <svg id="pyscript_output"></svg> -->
8989
</section>
9090
</main>
91-
<footer class="footer">
91+
<!-- <footer class="footer">
9292
<p>Desarrollado por: a1t0ghb | <a href="https://github.com/a1t0ghb" target="_blank">https://github.com/a1t0ghb</a> | <a href="mailto:js101@a1t0.aleeas.com" target="_blank">js101@a1t0.aleeas.com</a></p>
93-
</footer>
93+
</footer> -->
9494
</body>
9595
</html>

rsrcs/io_inputs/app/config/web_pages/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
-->
3232
<!-- <script type="module" src="./home-loading_splashscreen_(app).js"></script> -->
3333
<!-- Fallback call to PyScript script to trigger 'py:ready' event, in case there are no PyScript scripts in the page. -->
34-
<script type="py" defer></script>
34+
<!-- <script type="py" defer></script> -->
3535
</head>
3636
<body>
3737
<!-- Main dialog (as 'modal', defined in js module '_app-loading_splashscreen.js'), what appears 1st as soon as web page is loaded. -->

0 commit comments

Comments
 (0)