Skip to content
#

education

Here are 5,762 public repositories matching this topic...

lmccart
lmccart commented May 9, 2018

Hi 👋👋👋

We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a friendly hand to those that are less familiar with p5.js. It also helps us find the bugs and issues with the code itself, because we test and try things out as we document.

[There are several ways to con

sonic-pi
ethancrawford
ethancrawford commented Oct 26, 2021

I feel that the comments in the examples for these functions could be improved a little.
Eg - the first example for midi_note_on says:

midi_note_on :e3 # Sends MIDI note on :e3 with the default velocity of 12 to all ports and channels

I think it is slightly clearer for the comment to say:

# Sends MIDI note on for note :e3 with the default velocity of 12 to all ports and channels
``
oppia
sajalasati
sajalasati commented Oct 9, 2021

This issue will track the type annotation process of all the core/domain/*_domain.py (and their test files). To get started, ask to be assigned to any unclaimed task. Tasks are claimed by adding the username of the claimer to the end of the task, e.g. @example.

Note: Main code file and its test file must be type-annotated together.

The general procedure to add type annotations is a

Improve this page

Add a description, image, and links to the education topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the education topic, visit your repo's landing page and select "manage topics."

Learn more