-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using existing learning material for topics? #302
Comments
I don't think we're totally averse to using other materials - if a student is using some other resource to learn from and wants help, we won't turn them away! I see many students using codewars, for example. Recommending materials probably should require vetting as you suggest, but I don't see an issue with us making these in further reading sections. |
Hi Luke, I think one issue is that the Codebar tutorials are of a very special kind, for example we want the students to build something using the tutorial, see here for the rules: https://github.com/codebar/tutorials#general-tutorial-rule. Also, they are thought as material to be covered in the presence and with the help of a coach, (although they can certainly follow them on their own). Some tutorials out there follow these rules, some don't. But as @kodikos mentions, we certainly mention and point our students to material that exists out of Codebar. |
Thanks for the prompt reply! I think you all agree that external resources are great and worth using, but that the tutorials are also useful and you aren't stopping anyone following either path! So, I think my issue is then that there are simply none listed on the tutorials page to guide the learner. So I will submit some PRs like @kodikos recommended. It's a great initiative you have here. I coached last night and it was great fun. Will close this for now and link any related PRs accordingly. |
Hi there, awesome codebar humans!
I wanted to open up a discussion about using existing learning material for tutorials at codebar. The existing tutorials are great, so a big 👍 to any one who put that work in. This issue is not meant to belittle work that any one has done or yet to do!
So, some tutorials are incomplete (see #149) and as I can see from #284 and #262, the tutorials also need maintenance and improvement. A lot of work!!!
Why is codebar not using existing materials to cut down the work load? Given the world is full of really smart people, it is almost guaranteed to find some decent material on a range of topics. If it isn't great, then it could be incorporated into a more user friendly format, but at least used as a base.
The material would need to be vetted first, I suppose. Acceptance criteria could include:
The benefits I can see are:
For example, for Python, there are many resources. One I've used to teach before is http://pymbook.readthedocs.io/en/latest/.
What do you think? I'd love to help if people want to move forward with that.
The text was updated successfully, but these errors were encountered: