DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.53k stars 1.86k forks source link

Add RunCode Cloud instructions #1781

Closed amakarudze closed 1 year ago

amakarudze commented 1 year ago

This PR introduces cloud development instructions using RunCode.io so attendees don't have to go through the long installation process, but instead can code in the cloud.

Changes in this pull request:

das-g commented 1 year ago

I'll take a closer look at this PR later this week.

Meanwhile, I'd like to suggest to use "semantic linefeeds" a.k.a. "semantic line breaks" for newly added paragraphs. Though most of the Django Girls tutorial isn't written that way, placing source line breaks at semantically meaningful spots it the text (and especially between sentences) facilitates both, commenting on individual statements or thoughts in the text as part of the review process, as well as future editing and diff-ing.