PDA

View Full Version : Hmmm.... How should I go about starting to learn programming/coding?



learningtoneopet1
03-17-2014, 12:48 AM
I've been kind of interested in learning how to program for a while now, but I think I want to take the initiative now and start learning some basics. Any ideas on where the best place to start is? All I know to date is some very, VERY basic html (and by that I mean like <b>I want to learn to code</b>) and a little bit past that. Not quite sure what I aim to achieve with this yet maybe eventually learn to make some decent websites for my soon to be business (not programming related something else) and eventually be able to make some basic programs for things that would help me be more lazy so I don't have to do them myself later on lol. Just want some people's opinions on what would be the best route for me cause I know it can take quite a while to learn a sufficient amount of information for certain programs but I'm willing to put the work in. Thanks! :D

Josh
03-17-2014, 12:55 AM
Visual basic .net

And then:
[Only registered and activated users can see links]

[Only registered and activated users can see links]

Slytherin
03-17-2014, 12:55 AM
No clue how to help you with programming but for coding I find the best way to learn is playing around with an existing code changing things and seeing what happens :3

learningtoneopet1
03-17-2014, 03:16 PM
Visual basic .net

And then:
[Only registered and activated users can see links]

[Only registered and activated users can see links]
Thanks :D Downloaded VB .net and am going through a pretty extensive tutorial. Doesn't seem too difficult, so I'll keep you guys updated on my progress :P

learningtoneopet1
03-18-2014, 07:41 PM
Just posting as an update: I've completed a few lessons I guess you could call them, and now know the basics of If And statements, how to set up variables, and transfer variables from say a textbox to a label and vice versa. Pretty cool how such basic knowledge can communicate with a computer so easily :o I'm getting into some harder stuff, but this is pretty fun so far XD (Been playing around with vb.net for a couple hours a day).

Foxglove
03-18-2014, 10:43 PM
I've always heard nice things about code academy :o And Python's a great language for starters, it's very versatile, I was able to code a pretty basic video game on Python among other things (and I'm really not good at coding)
BYOB/Scratch is good for like serious beginners, it really eases you into the right ways to think about your codes

Tato
04-04-2014, 06:11 PM
I've heard that Python is a good language to start with. The most important thing (in my opinion), is to make sure that you're understanding the overall logic of coding, rather than getting caught up on the syntax and such.

txtsd
04-04-2014, 06:25 PM
learningtoneopet1
codecademy ([Only registered and activated users can see links]) is great for self paced tutorials. There are 6 languages on there that you can get started with. I'd recommend python for a beginner. But if you're already comfortable with C++, or whatever vb uses, then stick with that. There are tons of tutorials online. You could sign up for free online courses on ureddit ([Only registered and activated users can see links]) or Coursera ([Only registered and activated users can see links]) too.

Once you have a decent grasp of one language, you can easily fool around with other languages and get the hang of it. I knew 0 python before I started playing around with habibot code. Fast forward a few days, and I have my own bot lol. I'm also currently enrolled in a python course on Coursera just to give myself a confidence boost.

Swablu
04-04-2014, 07:02 PM
No clue how to help you with programming but for coding I find the best way to learn is playing around with an existing code changing things and seeing what happens :3

This is how I learned somewhat how to code HTML and stuff. The best thing to do is find a very simple type of code and manipulate it around. Then you'll be able to learn some of the super basics and be able to get a better grasp on some of the things that you would think are a bit more challenging.

DarkByte
04-05-2014, 03:30 AM
This is how I learned somewhat how to code HTML and stuff. The best thing to do is find a very simple type of code and manipulate it around. Then you'll be able to learn some of the super basics and be able to get a better grasp on some of the things that you would think are a bit more challenging.


I learned to code the same way also when I was a kid , I would take tools made for ebay would watch your items for e.g and edit them to work on neopets (it was same concept just slightly altered strings). These where some of the first ever neo related tools.. As mentioned by someone earlier, once you know one language others are extremely easy to pick up on.

VelvetCake
04-25-2014, 12:49 PM
I'm currently studying JavaScript on CodeAcademy. :S I learned JAVA from a class in college, I taught myself perl from "Learning Perl by Randel L. Schwartz, brian d foy & Tom Phoenix" and I just learned HTML & CSS by fucking around on Neopets.com and Myspace to make my neopet's petpages and my Myspace profile look pretty and picked it up that way.