Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 788 Bytes

Miscellaneous

  1. Hello world for factorial with Python in HTML using Pyscript.
  2. Hello world for Numpy and Matplotlib in HTML using Pyscript.
  3. Interactive factorial with Python in HTML using Pyscript.
  4. Drawing circles randomly on click using Pyscript.
  5. Animating circles with start and stop buttons using Pyscript.
  6. Drawing fractal-like trees in Canvas with Python in HTML using Pyscript.
  7. Fractal-like trees by varying angle with Python in HTML using Pyscript.
  8. Using THREEJS and Pyscript to draw cubes with Python in HTML.
  9. With THREEJS and Pyscript, we draw 2D fractal trees in 3D space, using Python in HTML.
  10. Fractal trees with fruits in 3D space, using cylinders and spheres of THREEJS, with Pyscript in HTML.
  11. Implementing SkyBox with PyScript and THREEJS.