Skip to content

Commit a79c096

Browse files
IsaacGBethanyG
andauthored
Karel (#101)
* CloseSupport, ModMessage: reduce log levels * Canned Message: reword beginner and add Code in Place * Update conf.py Co-authored-by: BethanyG <[email protected]>
1 parent edffbbe commit a79c096

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

conf.py

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,16 @@
5656
"👋🏼 Hello! We are happy to have you here. "
5757
"Exercism is best suited for people who have some experience in programming. "
5858
"If you are completely new to the topic, exercism might be very challenging. "
59-
"There are many great resources online, that can kickstart your journey in "
60-
"computer science. For a wide understanding, you can try the free CS50x course "
61-
"at Harvard: http://cs50.harvard.edu/x/2024/. If you want to focus on web development "
62-
"you can also try The Odin Projects (free and open source: http://theodinproject.com). "
63-
"It is a long-term commitment, that will guide you to master some projects and will prepare you to "
64-
"show off a nice portfolio in the end. Another interesting "
65-
"resource for web development are the MDN web docs: http://developer.mozilla.org/en-US/docs/Learn"
59+
"There are many great free resources online, that can kickstart your journey in "
60+
"computer science.\n"
61+
"* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great "
62+
"for a wide understanding.\n"
63+
"* [Code in Place](https://codeinplace.stanford.edu/) is a great intro to coding course "
64+
"which will teach you Python using their browser-based environment.\n"
65+
"* For a focus on web development, try [The Odin Projects](http://theodinproject.com). "
66+
"It is a long-term commitment that will guide you to through some projects and "
67+
"will leave you with a nice portfolio by the end.\n"
68+
"* For web development, [The MDN web docs](http://developer.mozilla.org/en-US/docs/Learn) are a valuable resource."
6669
),
6770
"howto-ask": (
6871
"Asking questions well increases your chance of getting help. "

0 commit comments

Comments
 (0)