The two main code editors that are on the Raspberry Pi are Thonny and Geany
Thonny appears to be written in Python,but also specific for editing python code, the screen shot appears to be from a different version to that on the Code Club Pi's but both are fine for editing code. I may just need to update the pi we were using though.
Geany is more of a general purpose and supports many different languages from Python, C, Ruby, php as well as HTML / CSS.
This is a campaign, by the fsfe. Any code that is developed, with public funds, should be released under a license that makes it available to everyone.
March 16 – 31, 2020
Students can register and submit their applications to mentor organizations. All proposals must be submitted by March 31, 2020 19:00 (British Summer Time).
As we are working through the FreeCodeCamp (FCC) Responsive Web Design course at Code Club. I decided to investigate, if the code developed in FCC could be pasted directly into a project on the Repl,it website.
It appears the answer is yes, as the screen below demonstrates.
This is really useful, especially as the image also displays. This allows learners to develop projects directly from what they are learning with FCC.
One of the final exercises for this HTML component sets up a very basic webpage with the various tags in the right place.
<!DOCTYPE html>
<html>
<head>
<title>The best page ever</title>
</head>
<body>
<h1>The best page ever</h1>
<p>Cat ipsum dolor sit amet, jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until </p>
</body>
</html>
Applications for mentoring organizations for this years Google summer of code are now open.
A timeline for the programme is available with student applications starting in March. This should give time for people to research any projects they want to help, learn additional software for example before starting.