Skip to content

Commit

Permalink
Karel (#101)
Browse files Browse the repository at this point in the history
* CloseSupport, ModMessage: reduce log levels
* Canned Message: reword beginner and add Code in Place
* Update conf.py

Co-authored-by: BethanyG <[email protected]>
  • Loading branch information
IsaacG and BethanyG authored Sep 8, 2024
1 parent edffbbe commit a79c096
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,16 @@
"👋🏼 Hello! We are happy to have you here. "
"Exercism is best suited for people who have some experience in programming. "
"If you are completely new to the topic, exercism might be very challenging. "
"There are many great resources online, that can kickstart your journey in "
"computer science. For a wide understanding, you can try the free CS50x course "
"at Harvard: http://cs50.harvard.edu/x/2024/. If you want to focus on web development "
"you can also try The Odin Projects (free and open source: http://theodinproject.com). "
"It is a long-term commitment, that will guide you to master some projects and will prepare you to "
"show off a nice portfolio in the end. Another interesting "
"resource for web development are the MDN web docs: http://developer.mozilla.org/en-US/docs/Learn"
"There are many great free resources online, that can kickstart your journey in "
"computer science.\n"
"* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great "
"for a wide understanding.\n"
"* [Code in Place](https://codeinplace.stanford.edu/) is a great intro to coding course "
"which will teach you Python using their browser-based environment.\n"
"* For a focus on web development, try [The Odin Projects](http://theodinproject.com). "
"It is a long-term commitment that will guide you to through some projects and "
"will leave you with a nice portfolio by the end.\n"
"* For web development, [The MDN web docs](http://developer.mozilla.org/en-US/docs/Learn) are a valuable resource."
),
"howto-ask": (
"Asking questions well increases your chance of getting help. "
Expand Down

0 comments on commit a79c096

Please sign in to comment.