Ask HN: Would you want to do projects and get personalised feedback?
Hi everyone,
So Udacity is a really awesome place to learn coding, and has projects you can complete and get personalised feedback if you’re on the subscription plan ($200 a month). But it is on the little more expensive side.
If there was a platform where you could solely complete projects whilst using the resources that are already available to learn coding (like Codecademy, Udemy, Udacity’s free courses)- and get personalised feedback for the projects, free and some complex paid ones ($5-$30 for each review/feedback), would that be something anyone would be interested in?
Edit :
1. Are there any other fields apart from programming ( design, language learning, maybe product development, management, etc ) for which you would want to do similar projects?
2. Would you be interested in more advanced programming projects, introductory ones or both?
12 comments
[ 3.0 ms ] story [ 38.1 ms ] thread1. How would you describe your programming level..beginner, intermediate, advanced or any other way you would want to describe it..
2. Would you interested in doing projects in some other field of interest like maybe UX design, language learning, etc. ?
The personalized feedback could be really good for learning math. You could develop an "async" model for learning, where the student works on a proof (on their own) and tutor checks in once in a while to give tips and add corrections.
Note for basic arithmetic and algebra, the computer could check the answers automatically, but for proofs and more advanced/subtle arguments, the tutor will serve as the "math compiler" checking the student's work. Here's the discussion where the notion of a "math compiler" came up https://news.ycombinator.com/item?id=11267877
You can study, watch videos, read, do exercises but doing a project/proofs from the ground up can teach one a lot of skills that they directly implement in a work environment. Thanks again.
I have been working on a step-by-step elementary algebra equation solver for a few years now, and here is an example of what I have working so far:
http://p1.ssucet.org/tkosan/misc/mathfuture/steps/solve_equa...
If you are interested in discussing the possibility of teaching programmers fundamental mathematics using technology like this, feel free to contact me (my email address is in my profile).