This site requires JavaScript, please enable it in your browser!
Greenfoot back
bilibull
bilibull wrote ...

2016/2/23

Stories on how you managed to learn programming.

bilibull bilibull

2016/2/23

#
So here is my one big question for the people that know how to write code by heart (such as danpost, Super_Hippo etc). How did you start learning programming and what ways did you used that you found the most effective to learn? I been trying to learn programming for quite a while now but learning the basics such as what are variables, what are and how to use boolean's etc. But even after learning all those basics of programming I still cant manage to write a single line of code on my own. (even the simplest code!). I might be able to understand how a complex code works when am given the entirety of it, but I cant seem to mutter a single damn line of code. So I will ask once again that question: How did you guys manage to learn coding? is it really all just trail and error while listening to hour and hours of theory? Did you just try to create random games/programs by savaging code from different people? or is there simple no straightforward way of learning programming? Please do feel free to post your stories on how you learned programming, all I want is to see peoples experiences and see if any of those experiences can help me on my way to becoming a programmer.
smcgee smcgee

2016/2/23

#
I and my students use the Greenfoot website and also the Greenfoot channel: https://www.youtube.com/user/18km, these are both wonderful resources. I also use Codecademy, as it provides interactive lessons. But the best resources are the ones I previously mentioned.
bilibull bilibull

2016/2/24

#
Is that how you have learned greenfoot?
smcgee smcgee

2016/2/24

#
Yes: here are some recommendations. Finding Help from the Greenfoot site: open Google or whatever search engine you prefer and then write out your question and include site:http://www.greenfoot.org. Finding Help in YouTube: Greenfoot Channel: https://www.youtube.com/user/18km Greenfoot: https://www.youtube.com/channel/UCvUHtaDXxKjtYGLZArX_zbQ Jim Stewart: https://www.youtube.com/channel/UCHLduiuV8Sz5KlLtnjmaBCA JHMathDept: https://www.youtube.com/user/JHMathDept
danpost danpost

2016/2/24

#
For programming in java in general, refer to the java tutorials.
bilibull bilibull

2016/3/6

#
Thank you all that have answered for your recommendations
You need to login to post a reply.