|
|
|
|
|
by 15457345234
994 days ago
|
|
What does it do that Jupyter - which is used by millions of people, not tens of thousands - doesn't and why does it need a foundation? Why do you need a language to learn to code when you can just... learn to code in one of the more simple languages then switch later to something more complex such as Java? Python's pretty simple to get started with. |
|
Processing is Java + sophisticated graphics and animation capabilties: you create a canvas and you can then draw to it. It has a bunch of functions and libraries for use by artists and graphics people. It’s solid and performant. And there is a Python mode these days if you like significant whitespace.
p5.js is Processing ported to JavaScript.