# Processing.py examples

**URL:** https://discourse.processing.org/t/processing-py-examples/22989
**Category:** Processing.py
**Created:** [August 2, 2020, 1:18pm UTC](https://discourse.processing.org/t/processing-py-examples/22989 "2020-08-02T13:18:52Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![tabreturn](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/tabreturn/32/3697_2.png) [@tabreturn](https://discourse.processing.org/u/tabreturn)
#### Post date: [August 2, 2020, 1:18pm UTC](https://discourse.processing.org/t/processing-py-examples/22989/1 "2020-08-02T13:18:52Z")

</div>

The Processing Java and p5 websites showcase online examples (see [here](https://processing.org/examples/) and [here](https://p5js.org/examples/)), the same examples included with the Processing IDE.

Python Mode’s [example page](https://py.processing.org/examples/) is bare 😢

I’ve been messing around with [pyp5js](https://berinhard.github.io/pyp5js/) for transcribing Processing.py files to p5.js. I’ve created a proof-of-concept static site generator that builds the web-pages for Processing.py examples:

[http://pyde.tabreturn.com](http://pyde.tabreturn.com) | [source code](https://github.com/tabreturn/tabreturn.pyde)

It has its limitations, and it needs more work. But this seems like a neat way to populate the missing _examples_ page. Is there anybody familiar with the Processing.py website who might quickly assess if this is a solution?

(I’m also planning to design a Python mode cheetsheet, which could be a useful addition to the Processing.py website)

---

_[View the full topic](https://discourse.processing.org/t/processing-py-examples/22989)._
