Scamp – Suite for Computer-Assisted Music in Python

Step-by-step demonstration of composing in SCAMP, from a single note to a whole multi-part piece. SCAMP (Suite for Computer-Assisted Music in Python) is a fr… Read more

Similar

How to Reverse a Linked List in Python

It’s important to know about data types and one that comes up fairly regularly is that of Linked Lists. Let’s write the following base code to create a Linked List. Now that we have a base class, let’s insert a couple of nodes and print it out to see what... (more…)

Read more »

Python Classes: The Basics

Below is a conversation about python class basics. To help follow along, you may need to understand Python functions. Anita: Hi DarkAnita. I’ve been trying to improve my Python skills by using Python… (more…)

Read more »