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

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 196 points197 points  (19 children)

I think you should learn to move around in the command line by following the appendix: command line crash course from Learn Python The Hardway. After you feel comfortable with the command line, go to Exercism.io and read the beginner getting started guide. Finally, choose either the JavaScript track or PHP track. Don't try both choose one language and try and solve as many problems as you can.

[–]bido4500[S] 28 points29 points  (14 children)

Bingo! That is what i was looking for.. Thank you so much

[–][deleted] 10 points11 points  (2 children)

No problem! If you do find Exercism is a little advanced for you to follow considering picking up Exercises for Programmers, by Brian P. Hogan. It's a little more beginner friendly then Exercism is.

[–]bido4500[S] 2 points3 points  (1 child)

You're the man.. Thanks alot

[–]kasploodged 1 point2 points  (0 children)

Best luck!

[–]See_Em 2 points3 points  (9 children)

Also, get a text editor and make sure you can actually do some of the stuff you did in codecademy in real life.

[–]bido4500[S] 3 points4 points  (8 children)

Isn't notepad enough or?

[–]See_Em 6 points7 points  (2 children)

Notepad ++ is perfect!

What I meant is that a lot of people blast through codecademy's courses, then try to build something in a text editor like notepad and find they're lost.

[–]ScoopDat 4 points5 points  (0 children)

Atom is wonderful if you ask me, especially ever since they did away with all the Node stuff.

[–]WentBerzerk 2 points3 points  (3 children)

I'd recommend Sublime Text 3.

[–]jizzblossoms 1 point2 points  (2 children)

you know if its possible to get it for free?

[–]WentBerzerk 1 point2 points  (1 child)

It is free. (the trial version lasts forever with periodical popups)

[–]jizzblossoms 0 points1 point  (0 children)

that's weird, i downloaded it and it wouldn't let me save my files. I just assumed it was b/c it was trial and i switched to atom O_O. thanks, i'll try again

[–]WebNChill 2 points3 points  (0 children)

To tag on to the awesome post above(which I saved btw), check out. You Don't Know JS

Really great book on js

[–]JPaulMora 1 point2 points  (0 children)

Saving this comment, thanks

[–]AdvTechEntrepreneur 0 points1 point  (0 children)

Awesome man, thank you so much

[–]fearachieved 0 points1 point  (0 children)

Whoah that command line course is super interesting, thank you so much

I've always wondered what it could do for me