Picking a First Language to Learn to Program
-
@Carnival-Boy said:
How many people choose a language to start?
Enough that I get asked about once a fortnight.
-
@Carnival-Boy said:
Are things are different for kids today?
Very different. Kids don't get taught to program anymore. I know of exactly zero in the US that get taught that. When I was a kid, everyone was taught to program. Now, no one is. My niece is even in the advanced STEM program at a huge high school with over 10K students, is near the top of her class, has expressed an interest in programming, has been on the robotics team for years and... maybe someday will get a cursory introduction to C#, maybe. So far, there is no hint of that coming.
-
I learned BASIC on DOS 1 because it was what we had access to. But by the time I was twelve or thirteen I was learning C because I chose it. That was in the 1980s. My very first language I had little choice, but that did not last long. I did learn Fortran because it was what we had to use at college, along with C which I already knew, but after BASIC and Fortran, all of my languages were by choice.
-
Today, people are computer users. When we were kids in the 80's the only way to use a computer for most things was to know at least a bit of basic programming.
-
Kids today don't learn about computers, they learn to use applications.
-
That's poor. My lad will be getting a free Raspberry-Pi like computer when he starts secondary school next year. Every kid in the country gets one when they're 11.
-
@Carnival-Boy said:
That's poor. My lad will be getting a free Raspberry-Pi like computer when he starts secondary school next year. Every kid in the country gets one when they're 11.
The US doesn't make anything cool like that to hand out
-
I personally hate Python because of whitespace indentation being the ONLY means of structuring logic.
Yes all good code is typically indented and such for readability even when it does not have to be. But making this the only way to have a loop or if statement work just kills me. -
@scottalanmiller said:
- Python is heavily used in both software engineering as well as IT so it is very flexible as a career building language.
#truth - This was a big deal for Google when I was going for a Windows Sys Admin position with them.
-
Every major coding interview I've done in the past decade has either requested or accepted Python for code.