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

education

Here are 6,316 public repositories matching this topic...

davorpa
davorpa commented Mar 17, 2022

Vietnamese translation is incomplete and not fil at all with the original in english since #5826 was introduced.

Take english file as reference and complete and rewording

So task is translate again. Anybody?

good first issue help wanted 🗣 translations 🗣 locale:vi
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 Feb 9, 2022

Recent discussions show that it is still possible for the load_synthdefs function to raise an un-handled error if it is given the path to a SynthDef file instead of a directory of SynthDefs.

We should fix this by raising a more useful error that describes the problem in a clearer way.
I suggest adding something like the following line:

raise "The load_synthdefs function expects an 
oppia
U8NWXD
U8NWXD commented Mar 7, 2022

Introduction

We would like to have a pylint check for indentation in Python code. This will likely require a custom lint check. Here are some of the cases we want to handle:

Indent By 4 Spaces

Good:

def func():
    pass
my_list = [
    'a',
    'b',
]

Bad:

def func():
  pass
my_list = ['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