Is it possible for a person to learn advance programming by him/herself?

connectification

Beta member
Messages
2
Is it possible for one to have solid skills and understanding in the field of computer science and engineering if he didnt go to college?
 
College provides incentive, opportunity, and resources for education. If one can find these elsewhere, yes; otherwise, no.
 
If you have no knowledge of programming and would like to learn you can find a lot of easy tutorials online to start out and work your way up and as Dale sad various colleges may offer courses.
 
Of course it is. It would however take a lot of work and dedication on your own.

Exactly, You are spot on there Berry, I am trying to do it myself in my certificate course I am currently completing and I am finding bits and bobs a bit difficult. I am learning C# and ++ I think.
 
how old are you?
it's easier when you're younger, (you have more time and your brain is more plastic)

honestly, yes, but it does take time.

your question about learning advanced programming...
sure it's possible be very advanced and self taught, but walk before you can run, and crawl before you can walk.

if you're absolutely new to programming, then most of your learning is going to be thinking about how programs hang together, if I do this then that happens, but if I do this with that setting turned on then that happens etc.

Things that can be modelled with simple flow charts.
Make your learning to crawl steps in programming with something that's setup for this, BYOB is a pretty cool way to start in this fashion, making you think about what you want to do, and making you lay it all out to decide how you'll get there.

Once you're comfortable with how to organise the flow of a program, then you should move on to a lower level language, (C++ C# Java etc)

A lot of advance programming isn't some kind of hidden secret, it's a lot of knowing the basics really really well, and applying them in a good fashion.

how can you expect to gather data from a database if you don't know how relational databases work? how could you make a program that processes any kind of data if you don't appreciate how system flow, how can you draw a brilliant, semi transparent box for your window if you don't know how to draw a window, or don't know how to set a colour etc...

it's possible to learn the basics yourself, it's possible to master the basics yourself, it's possible to master more advanced skills yourself. -it'll just take a while. (and a fair amount of dedication)
 
I am a Java basic programmer but due to some reasons, I've not been programming since the pastImageUploadedByComputer Forums1436580443.369921.jpg 8years and now, I am 35 years old. Do you think I can continue and really be a good programmer and software developer if I continue again by next year?


Sent from my iPad using Computer Forums
 
Back
Top Bottom