(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Programming music in the Python language

What is it about?

The book introduces both music making and coding in an integrated way that assumes minimal knowledge in either.

Why is it important?

This book is a media-rich introduction to programming in the popular Python language and an introduction to algorithmic music making processes.

Read more on Kudos…
The following have contributed to this page:
Andrew Brown
' ,"url"));