The Wayback Machine - https://web.archive.org/web/20211107224351/https://github.com/topics/education
Skip to content
#

education

Here are 5,773 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 Nov 7, 2021

Currently, the range function uses several while loops to find the appropriate values for the range between the given start and finish. They do so by either adding or subtracting step_size from the current value (cur) being considered in the range.
However, this function does not currently account for a step_size of 0.
If such a value is given, the internal while loop that is selec

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