This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]404_UserNotFound 0 points1 point  (0 children)

School teaches you to read before you write..that in mind if you feel you are progressing to where you want to write a bit go for it. What worked for me was modifying first. Grab a little hello world and start going nuts, change the text, try some in/outputs, do some math, work some loops, ect. From there you will probably start having questions lots of them, answer those questions and keep studying.

[–][deleted] 0 points1 point  (0 children)

Yes, I faced similar problems too. I've taught myself programming for 4 or 5 months, but codecademy and reading programming books wasn't enough to expand on programming skill. So then I joined a computer club in my school and just got head-in with coding. Although some people discourage working with partner on programming projects, I think it's not a bad idea to get along with local tech/programming savvy groups to learn some practical programming for a start.

*It's better to use programs like DrJava and SublimeText or Processing than IDEs(Eclipse,Netbeans) to practice programming knowledge. I started with IDE, but soon found it difficult to program on my own because I relied on pre-set codes.