Teach Programming to become a better programmer
zeroequalsfalse.press
Teach Programming to become a better programmer
1–10 of 60 posts
Re: Teach Programming to become a better programmer
#2Whatever it is, teach it to someone else if you want to understand it better yourself.
Re: Teach Programming to become a better programmer
#3As for the actual linked website, https://www.virtualprogrammingtutor.com/, it's highly unclear what the deal is. Are the people requesting tutoring going to pay for this? Do the tutors get paid?
Teaching programming to become a better programmer is one thing, teaching programming for free so that someone else can make money is a another thing.
Re: Teach Programming to become a better programmer
#4Re: Teach Programming to become a better programmer
#5You can always pretend to teach yourself to navigate the concepts though, when learning the first time yourself.
Re: Teach Programming to become a better programmer
#6Re: Teach Programming to become a better programmer
#7Re: Teach Programming to become a better programmer
#8Doing ( creating software ) > teaching/explaining > doing nothing.
Nothing beats solving problems yourself.
Re: Teach Programming to become a better programmer
#9I'd advise people to not teach if they don't understand the source material very well, it can lead to spread of misconceptions which can make the concepts more confusing for the students rather than less. I feel this is often left out of these discussions. You can always pretend to teach yourself to navigate the concepts though, when learning the first time yourself.
Re: Teach Programming to become a better programmer
#10An even better way is to program, program and program some more. Doing ( creating software ) > teaching/explaining > doing nothing. Nothing beats solving problems yourself.