I've been programming in Java for a couple of months and I personally think it's damn EASY! But I was think about what the ret of you think about it. So how long did it take you to become compitent at programming and was it easy to get to that level of compitence?
78 Replies - 7864 Views - Last Post: 29 October 2011 - 05:41 PM
Replies To: Do you think programming is hard to learn?
#2
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 12:53 AM
Programming is easy.
Nothing says I'm a programmer than writing a 'Hello World' program.
It's the really nitty gritty stuff that is difficult to learn, writing algorithms, solving problems, dealing with the user interface.
Unfortunately, programming is an art form, and what one person will do another will shun.
Every programmer has his / her own style of writing. It all depends on what they've written, and where their experience lays.
Nothing says I'm a programmer than writing a 'Hello World' program.
It's the really nitty gritty stuff that is difficult to learn, writing algorithms, solving problems, dealing with the user interface.
Unfortunately, programming is an art form, and what one person will do another will shun.
Every programmer has his / her own style of writing. It all depends on what they've written, and where their experience lays.
#3
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 05:18 AM
Learning how to program isn't really any different from learning in general.
#4
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 05:28 AM
I don't think its too hard, I think it all depends on how much you put into it is what you are going to get out of it.
#5
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:01 AM
I don't think its hard. I'm amazed by the number of posters that can't even read the directions (required functions, variables, etc...)
Learn to read, write, and do simple arithmetic and you can teach yourself anything else.
Learn to read, write, and do simple arithmetic and you can teach yourself anything else.
#6
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:08 AM
I was actually going to post a new topic of discussion about learning methods.
I have been coding for over 8 years, mostly scripting with HTML, CSS, Javascript and PHP.
I have taken several classes on C++, C Programming, Java, and also self teaching myself the likes of Python, PHP etc.
I can basically code a web page in my sleep HTML is a second language for me as with CSS.
However I have a hard time working with C, C++ and JAVA. I have been seriously cramming C/C++ down my throat reading over 3-4 books at a time and I cannot grasp it or get comfortable with it. I can read for days and still cant grasp much of it. I mean I know C/C++ but I can not seem to master it.
I am wondering what are the best ways to teach yourself to learn. It seems as I get older my attention span gets shorter, I have ADHD as it is. Until I learn a good method to teach myself good learning techniques I will have to struggle making sense of these 800+ page books that might as well be written in Chinese for me.
I have been coding for over 8 years, mostly scripting with HTML, CSS, Javascript and PHP.
I have taken several classes on C++, C Programming, Java, and also self teaching myself the likes of Python, PHP etc.
I can basically code a web page in my sleep HTML is a second language for me as with CSS.
However I have a hard time working with C, C++ and JAVA. I have been seriously cramming C/C++ down my throat reading over 3-4 books at a time and I cannot grasp it or get comfortable with it. I can read for days and still cant grasp much of it. I mean I know C/C++ but I can not seem to master it.
I am wondering what are the best ways to teach yourself to learn. It seems as I get older my attention span gets shorter, I have ADHD as it is. Until I learn a good method to teach myself good learning techniques I will have to struggle making sense of these 800+ page books that might as well be written in Chinese for me.
#7
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:10 AM
Well, It all depends on the language IMO.
Personally i suck and forget things
I Started with VB.NET and i agree that is very easy but i tried C++ and yes Hello World is easy but its the rest that do you.
I suck at programming and its only my curiosity that spurs me on. But i go to college next month and with proper tuition not crappy ebooks from the net i think i'll pick it up soon enough
I am doing : http://www.wigan-lei...il2.asp?CID=285
Personally i suck and forget things
I suck at programming and its only my curiosity that spurs me on. But i go to college next month and with proper tuition not crappy ebooks from the net i think i'll pick it up soon enough
I am doing : http://www.wigan-lei...il2.asp?CID=285
#8
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:11 AM
I work my way through books. Read a chapter--implement examples in the book. then implement my own twist. Verify that it works. Repeat if I still don't understand the concept. go online for supplemental information. So on and so forth.
Then again, there are many learning styles. Mine is reading.
Then again, there are many learning styles. Mine is reading.
#9
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:14 AM
Reading like I said is easy, but maybe instead of just working with the examples I should create a mini program of my own liking to make sure I am comprehending the lesson being taught.
I found it easier to learn when I was blowing 45,000.00 on a piece of paper.
I found it easier to learn when I was blowing 45,000.00 on a piece of paper.
#10
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:15 AM
That's how i would go about it. A spin off of the idea of that chapter is a good way to put it.
#11
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:16 AM
I have been cramming 3 books on C/C++ right now.
C++ for Linux in 21 Days
Game Programming All In One
C Programming FAQ
Once I get comfortable in C/C++. Finish my basic card game and another easy game or two. I will apply the knowledge to JAVA as well - as much as I hate that language a lot of employers seem to be hiring for it and I am sick of being unemployed right now.
My Web Development skills don't bid as well as JAVA and .NET or even C++ Developer offers.
C++ for Linux in 21 Days
Game Programming All In One
C Programming FAQ
Once I get comfortable in C/C++. Finish my basic card game and another easy game or two. I will apply the knowledge to JAVA as well - as much as I hate that language a lot of employers seem to be hiring for it and I am sick of being unemployed right now.
My Web Development skills don't bid as well as JAVA and .NET or even C++ Developer offers.
This post has been edited by Nykc: 07 August 2008 - 08:18 AM
#12
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:20 AM
I've ordered these two books, should arrive soon:
Book written by the C++ creator himself
and
Low level memory things in C++
After I go through them I shall proclaim their awesomeness or epic failures.
Book written by the C++ creator himself
and
Low level memory things in C++
After I go through them I shall proclaim their awesomeness or epic failures.
#13
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:23 AM
I almost purchased Stroudstrup's books as well.
#14
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:25 AM
It came highly recommended
#15
Re: Do you think programming is hard to learn?
Posted 07 August 2008 - 08:32 AM
I was flipping through it, the guy knows his shit.
lol - its his language, I wish he would write some of it in English! Jibberish can be so hard to translate.
lol - its his language, I wish he would write some of it in English! Jibberish can be so hard to translate.
|
|

New Topic/Question
This topic is locked



MultiQuote







|