I want to know, is programming really this hard for everyone? I am willing to work really hard, but that "Programming isn't for everyone" quote scares me
Beginner in programming having trouble.
Page 1 of 113 Replies - 1560 Views - Last Post: 22 February 2013 - 01:57 PM
#1
Beginner in programming having trouble.
Posted 19 February 2013 - 06:32 PM
I want to know, is programming really this hard for everyone? I am willing to work really hard, but that "Programming isn't for everyone" quote scares me
Replies To: Beginner in programming having trouble.
#2
Re: Beginner in programming having trouble.
Posted 19 February 2013 - 06:51 PM
Learning c++ from a Java book sounds a bit crazy. There is a lot of overlap but also some very important differences.
#3
Re: Beginner in programming having trouble.
Posted 19 February 2013 - 06:54 PM
#4
Re: Beginner in programming having trouble.
Posted 19 February 2013 - 07:04 PM
Scheme is a language on the functional side of things, and is very very minimalist. The Little Schemer will give you a step by step of how everything is made. Think of it as a ground up method rather than worrying about psuedo-problems and cumbersome syntax rules. Do realize that with this freedom comes a lot of work as well, just some people more naturally flow towards this side of things.
The beauty of it is if you truly understand Scheme you can get a much better grasp on any other language. It's recommended for most senior programmers to give at least one LISP dialect a shot to broaden their horizons and have that zen moment thing.
Either way, it's $10-15 you won't regret spending if you really want to be better: http://www.amazon.co...n/dp/0262560992
#5
Re: Beginner in programming having trouble.
Posted 19 February 2013 - 07:14 PM
Lemur, on 19 February 2013 - 07:04 PM, said:
Scheme is a language on the functional side of things, and is very very minimalist. The Little Schemer will give you a step by step of how everything is made. Think of it as a ground up method rather than worrying about psuedo-problems and cumbersome syntax rules. Do realize that with this freedom comes a lot of work as well, just some people more naturally flow towards this side of things.
The beauty of it is if you truly understand Scheme you can get a much better grasp on any other language. It's recommended for most senior programmers to give at least one LISP dialect a shot to broaden their horizons and have that zen moment thing.
Either way, it's $10-15 you won't regret spending if you really want to be better: http://www.amazon.co...n/dp/0262560992
Does that book help you learn Coding, or is it more "the reason behind the code" and how everything works? Thanks for the replies everyone, I really appreciate them
Lemur, on 19 February 2013 - 07:04 PM, said:
Scheme is a language on the functional side of things, and is very very minimalist. The Little Schemer will give you a step by step of how everything is made. Think of it as a ground up method rather than worrying about psuedo-problems and cumbersome syntax rules. Do realize that with this freedom comes a lot of work as well, just some people more naturally flow towards this side of things.
The beauty of it is if you truly understand Scheme you can get a much better grasp on any other language. It's recommended for most senior programmers to give at least one LISP dialect a shot to broaden their horizons and have that zen moment thing.
Either way, it's $10-15 you won't regret spending if you really want to be better: http://www.amazon.co...n/dp/0262560992
Does that book help you learn Coding, or is it more "the reason behind the code" and how everything works? Thanks for the replies everyone, I really appreciate them
Sorry for the double post
#6
Re: Beginner in programming having trouble.
Posted 19 February 2013 - 07:52 PM
#7
Re: Beginner in programming having trouble.
Posted 19 February 2013 - 08:24 PM
I don't think this is a bad thing, but I'd hate to have you dive into this book and come away from it feeling let down, so I think it's important that you know this up front.
Again: I've raved about the Little Schemer to anyone who will listen for two years now, I think it's a fantastic book and absolutely you'll learn a lot from it - just maybe not right now.
Now, as to your immediate question: yes, programming is hard. I found it hard to learn, and I gave up a few times (granted, the first time I was in grade school, but still...) and eventually I got there. And you know what? I still find it hard on good days. That's part of the fun of it, really. It's hard work - it's fun, it's mind-altering in very good ways (it makes you think in ways you wouldn't otherwise think), and it's extremely satisfying to solve a new problem that gave you a good run for your money, but all of that comes with the fact that it's hard. Frankly, when it's easy, it's boring.
Of course it's hard, there's nothing worth doing that isn't hard work. Fortunately, you live in times when you have a lot of choices - there are lots of hard things that you can do, some of which you might find intersting, and you can also sit around and play video games and work in marketing and do nothing at all with your life, and all of those are okay. You can choose what you want to do. It's your life, you only get one of them, so choose something you'll like, and something you're willing to bust ass to be realy good at. Frankly, from your post I can't tell whether that includes programming or not for you.
Too much pontificating here, you deserve a conrete suggestions: I would suggest you talk to your teacher about the trouble you're having - often, a good teacher will find another way to communicate something that you're having trouble with, if you ask them the right questions. Any teacher who's even remotely worth bothering with will certainly give it a fair try, if you give them a chance.
#8
Re: Beginner in programming having trouble.
Posted 20 February 2013 - 07:38 AM

POPULAR
nephtyhephty, on 19 February 2013 - 07:32 PM, said:
As the self-designated blunt frank grown-up truth teller around here I'll tell you now that you won't like what I have to say, even if it what you need to hear. So if you aren't prepared for adult-to-adult conversation, don't open the spoiler below.
This post has been edited by tlhIn`toq: 20 February 2013 - 07:38 AM
#9
Re: Beginner in programming having trouble.
Posted 20 February 2013 - 08:38 PM
tlhIn`toq, on 20 February 2013 - 07:38 AM, said:
nephtyhephty, on 19 February 2013 - 07:32 PM, said:
As the self-designated blunt frank grown-up truth teller around here I'll tell you now that you won't like what I have to say, even if it what you need to hear. So if you aren't prepared for adult-to-adult conversation, don't open the spoiler below.
Wow, your response really means a lot to me. And in a very positive way. Thats exactly what I did, I ordered a learn C++ in 24 hours book today, and right as I came home I studied for 4 hours straight. Not just to stare at a screen so I can "say" I studied, but because I want to learn programming, and I have tons of fun learning it. Even though I can't understand things as fast as others, I have to work harder, sure, but it's all worth it. Thank you for your response once again as it has inspired me. Much love <3
#10
Re: Beginner in programming having trouble.
Posted 20 February 2013 - 10:57 PM
To be short and sweet, don't be too hard on yourself. Yes this shit is hard, but like a lot of other shit, it takes practice and time.
#11
Re: Beginner in programming having trouble.
Posted 21 February 2013 - 10:42 AM
jjl, on 20 February 2013 - 10:57 PM, said:
To be short and sweet, don't be too hard on yourself. Yes this shit is hard, but like a lot of other shit, it takes practice and time.
Ok thanks.
null ↹[ &[data] &] ↹ [ &[data] &] ↹ [ &[data] &]↹ null. But the hard party is coding it, which we don't learn much in class, and I can't really study until my C++ book arrives.
#13
Re: Beginner in programming having trouble.
Posted 21 February 2013 - 10:57 AM
There is an enormous amount of tutorials for things like that. At least some of them will be of high quality and will be able to help you translate the diagram to code.
#14
Re: Beginner in programming having trouble.
Posted 22 February 2013 - 01:57 PM
nephtyhephty, on 19 February 2013 - 06:32 PM, said:
I want to know, is programming really this hard for everyone? I am willing to work really hard, but that "Programming isn't for everyone" quote scares me
In truth at first i really struggled two but if you really enjoy it then i am sure that you would do fine. but the one thing you should remember is to think like a programmer AKA break all you problems down into smaller ones and keep doing that till there can't be broken down any more and if you do that then you should do fine.
|
|

New Topic/Question
Reply


MultiQuote









|