Reading Response

Reading Response

1) Is Python/PlotDevice intended for web use? If not, what are the benefits of using this over a program that can be hosted on the web?

2) What are the specific differences in syntax between Python/PlotDevice and Processing (or other common programming languages)?

3) Is there a way to manipulate curves/paths with their handles (like in Illustrator)?

4) In the Chapter 10 section "Strings are lists of characters," if char is defined as a constant variable of choice(alphabet) why is it declared under with/for instead of in the initial setup declaration?

alt

5) Is there a glossary where each command/type is defined other than the Manual?