Is there a way to share Python code on the forum?
-
At some point I thought the idea of the forum was also to share bits of DrawBot code… would that be possible and how?
-
You can use Markdown formatting, just like on github.
This:
```python for i in this.is_python.code(): print("lalala") ```
Becomes:
for i in this.is_python.code(): print("lalala")
-
there could be a category for this...
-