Live data from Hacker News

Ask HN: How did you learn coding

news.ycombinator.com

61–63 of 63 posts

Re: Ask HN: How did you learn coding

#61
post #8

I learned how to program on a TI-83 graphing calculator. I was bored in class and I made a simple text-based blackjack game. Later my friends and I would use the link cable to share programs between our calculators, and I would pour over the source code and try to understand everything. There was an ASCII fighting game I loved and I added new moves and characters. Once I learned how to "view source" a website I start…

Same for me, had a TI-85 when I was 13 (which now I wish I hadn't sold, it's a collector's item! Never giving up my 89!) Friend and I wrote a Drug Wars clone and a bunch of math solvers. Then we got into websites in the same way. Also had an old Windows machine, on which I pored through every DOS man page (didn't turn onto *nix till way later). Took AP CS in high school on a whim just for the credit and haven't looke…

I've heard a lot of people who have gotten interesting in coding through a graphing calculator...but in 2016 doesn't anyone think that they're a bit outdated?

People started writing programs for graphing calculators because the needed these devices for school, so somebody should introduce kids to Raspberry Pis and Python.

It's a shame that in the US there is a lack of proper CS education in most schools. Not only is programming well-paying (most of the time) but it also helps students break down difficult tasks into simpler ones.

Re: Ask HN: How did you learn coding

#62

Back in 7th grade - about 5 years ago - I first found python. I had no idea what programming was, but i saw a game that I wanted to create and it said this is how. I read the elusive documentation (to a 12 year old me, very elusive) word for word and just went with it. At the time, I didnt't know what a compiler or an interpreter was so I just wrote it all down on paper and did the calculations/instructions in my hea…

It's not just you- I've been using Python for fun for 3 years and I still find the docs elusive! :)

Re: Ask HN: How did you learn coding

#63
Making hacks for Jedi Knight.

Really enjoyed it so I started going to summer camps for coding. Then took classes in highschool, and college. But eventually senior year of college as a C.S. major with high marks on projects and tests I realized I had no idea how to code after a failed internship.

Then sorted stackoverflow by votes and read and tried to understand the first 1000 questions.[0] By the end the change in my coding style was like night or day.

0 - This was before stackoverflow decided to cripple it's usefulness by eliminating open ended questions, so you can't repeat this today.

Post reply on HN