Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaudharypraveen98/portfoliowithbrython
This project tries the implement the basic web assembly toolbar to build portfolio page with python.
https://github.com/chaudharypraveen98/portfoliowithbrython
brython css html python web-assembly webdevelopment
Last synced: about 2 months ago
JSON representation
This project tries the implement the basic web assembly toolbar to build portfolio page with python.
- Host: GitHub
- URL: https://github.com/chaudharypraveen98/portfoliowithbrython
- Owner: chaudharypraveen98
- Created: 2021-03-16T17:27:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T16:13:08.000Z (over 3 years ago)
- Last Synced: 2024-10-24T10:06:33.380Z (3 months ago)
- Topics: brython, css, html, python, web-assembly, webdevelopment
- Language: HTML
- Homepage: https://chaudharypraveen98.github.io/PortfolioWithBrython/
- Size: 943 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Portfolio With Brython ( Web Assembly )
This project tries the implement the basic web assembly toolbar to build portfolio page with python.#### Features : -
1. Great UI
2. Uses variable to maniplate the dom
3. Clean code.#### Web Preview : -
#### Page Source : -
It contains the python in the page source code.## Brython Basic Usage
[Brython.html](brython.html) implement the basic web assembly tool which enables us to write and execute the python code in the web browser. We can make ajax calls, manipulate the dom, use variable and much more.#### Features Implemented : -
1. Alert
2. Variable
3. Template
4. Ajax calls
5. Event binding
6. File Reader