-
Updated
Apr 23, 2022 - JavaScript
education
Here are 6,403 public repositories matching this topic...
-
Updated
Apr 10, 2022
We have a lot of is_prime (or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Apr 20, 2022 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Apr 14, 2022 - Jupyter Notebook
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
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Mar 31, 2022 - CSS
-
Updated
Oct 11, 2021 - Jupyter Notebook
-
Updated
Apr 10, 2022 - C
-
Updated
Mar 20, 2022 - SCSS
-
Updated
Feb 16, 2022 - C
-
Updated
Feb 26, 2022 - JavaScript
There are some elements on the documentation page for midi_mode that are not rendered correctly.
The fix would involve editing some of the lines of the following code section:
https://github.com/sonic-pi-net/sonic-pi/blob/81291453cddd52035817dfe2cb
-
Updated
Mar 23, 2022 - Python
-
Updated
Feb 14, 2022 - Python
-
Updated
Apr 9, 2022
-
Updated
Sep 15, 2021
-
Updated
Dec 11, 2021
-
Updated
Jun 12, 2019
-
Updated
Apr 23, 2022 - Kotlin
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():
passmy_list = [
'a',
'b',
]Bad:
def func():
passmy_list = ['a',
'
Community AMA Education is in session
April 28, 2022 • Online
Improve this page
Add a description, image, and links to the education topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the education topic, visit your repo's landing page and select "manage topics."



What does this PR do?
Improve repo
For resources
Description
Added a small definition about programming/coding playgrounds for making it understandable to beginners
Why is this valuable (or not)?
Copy the definition merged in #6822 into the rest of CONTRIBUTING files, opening a 3 weeks window to translate it by our comunity
Checklist: