A repository to collect coding mateial for the Polimi's course "Creative Programming and Computing" held by prof. Massimiliano Zanoni in A.Y. 2024/2025
To clone the repository, i.e., have a synced copy in your local computer, use the URL https://github.com/mae-creative-pc/cpac_course_2024-25.git from your Git client. If you feel bold, you can use the git command line
git clone https://github.com/mae-creative-pc/cpac_course_2024-25.git
The repository is set as public (everybody can clone it), but only professor and assistants can modify it. If you want to create a new repository starting from this, you can fork the repository on your own Github, by clicking the fork button in the top right corner of the github page.
The course is organized with a Slack Workspace used to share links and have a more prompt communication with students.
Join the workspace by following invitation links in the WeBeep portal or asking professor Zanoni.
Required packages are indicated in the "requirements.txt" file. To install it via the pip package installer, use
pip install -r requirements.txt
We suggest you to create a virtual environment to do it. Google "how to create a virtual enviroment with Python" if you need some help.