Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@
"beginner": (
"👋🏼 Hello!\n"
"Exercism is designed for people who have some experience in programming. "
"If you are new to coding, we recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org\n\n"
"There are many other great resources online, that can kickstart your journey in computer science.\n"
"If you are new to coding, we strongly recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org"
),
"learning": (
"Exercism is designed for people who have some experience in programming. "
"Here are a few great online resources that can kickstart your journey in computer science.\n\n"
"* [Exercism's Beginners Bootcamp](https://bootcamp.exercism.org) will give you a solid programming foundation.\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"
Expand All @@ -65,7 +69,7 @@
"* 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. "
"How you ask questions makes a huge difference in the help we can provide. "
"Learn how to write good support requests in this article: http://bit.ly/howto-ask"
),
"criticize_language": (
Expand Down
Loading