This chapter covers Python’s built-in turtle module for generating several common fractals with code. To create turtle graphics with JavaScript, you can use Greg Reimer’s jtg library. For simplicity, this chapter presents only the Python fractal drawing programs and not the JavaScript equivalents...