4. Topic Area GuidesΒΆ
- 4.1. Basic Circuits
- 4.2. Physical Computation with the Arduino
- 4.3. Mechanical Behavior
- 4.4. Computation and Behavior
- 4.5. Python by Example
- 4.5.1. Reference Links
- 4.5.2. Preparation
- 4.5.3. Using Python as a Calculator
- 4.5.4. First Steps Towards Programming
- 4.5.5. Interlude: Running Code from Files
- 4.5.6. if Statements
- 4.5.7. for Statements
- 4.5.8. The
range()
Function - 4.5.9. break and continue Statements, and else Clauses on Loops
- 4.5.10. pass Statements
- 4.5.11. Defining Functions
- 4.5.12. More on Defining Functions
- 4.5.13. More on Lists
- 4.5.14. The del statement
- 4.5.15. Tuples and Sequences
- 4.5.16. NumPy: Efficient Numerical Computation
- 4.5.17. Acknowledgement
- 4.6. Physical Computation with Pure Data