ok...i'm talking about something to learn in the break between HSC and uni, what is a common language shared amongst comp sci degrees in australia?All of them.
ok...i'm talking about something to learn in the break between HSC and uni, what is a common language shared amongst comp sci degrees in australia?
^this.All of them.
Yea, I started out with Python. Really easy to use and learn in comparison to other languages - plus there's heaps of guides and tutorials online!I would strongly advise against C++, not a beginner friendly language. A lot of design decisions made were/are for ensuring backwards compatibility with C or for consistency within the language, and it's lagged behind other languages due to how standardised it is and how long it takes new standards to come out.
Java is a good bet if you want something you'll learn at uni as most universities use it in introductory subjects (or introductory OO classes if they go with something like C first). But if you just want to learn a bit about programming, Python would be a good choice.
I dont think UNSW do C++, i'm sure they'd teach a C++ subject as an elective or something but I don't believe it's what you learn in the intro or even core subjects. They do however start off with C.Yea, I started out with Python. Really easy to use and learn in comparison to other languages - plus there's heaps of guides and tutorials online!
For some reason, my friend's programming unit at unsw is using c++, whereas in UWS im using Java. Really weird
I think the introductory courses at Usyd are Java too. However the National Computer Science School which is run in the break at Usyd for high school students is done in Python - so that might have been what you heard.so my software design and ipt teacher says that in sydney uni, Python is really popular, and thats what they teach you first thing when you do a degree. He knows because he did software there - and has a ton of awesome notes and tutorials!
PHP is dying, there'll still be jobs around for ages but there's a shift towards other languages for web development now. JavaScript in particular now is being used as a full stack language.I heard however, that the money is all in php for dynamic websites these days.
ah see sorry my info was flawed! thanks for clearing it upI dont think UNSW do C++, i'm sure they'd teach a C++ subject as an elective or something but I don't believe it's what you learn in the intro or even core subjects. They do however start off with C.
I heard Programming Fundamentals at UWS used to be in C++ though - have they changed it now?
I think the introductory courses at Usyd are Java too. However the National Computer Science School which is run in the break at Usyd for high school students is done in Python - so that might have been what you heard.
PHP is dying, there'll still be jobs around for ages but there's a shift towards other languages for web development now. JavaScript in particular now is being used as a full stack language.
Not sure of past programming languages used other than java, they probably have used different ones in the past?I dont think UNSW do C++, i'm sure they'd teach a C++ subject as an elective or something but I don't believe it's what you learn in the intro or even core subjects. They do however start off with C.
I heard Programming Fundamentals at UWS used to be in C++ though - have they changed it now?
No. At UNSW all of first year is pure C, certain maths courses and possibly physics (depends between comp sci, soft eng and comp eng).Yea, I started out with Python. Really easy to use and learn in comparison to other languages - plus there's heaps of guides and tutorials online!
For some reason, my friend's programming unit at unsw is using c++, whereas in UWS im using Java. Really weird
It's not just all about the language now though. It is also about the person themselves and their tool set (tool set doesn't necessarily mean they need to know that language first, as some people are really good and can pick up a language quite quickly).I heard however, that the money is all in php for dynamic websites these days. also some form of C.