Why Do You Like Coding?

So in the last poll, Python won! But why do you like coding and/or why do you like your favorite language. Personally I like Python since it is simple and can do relatively a lot of functions.

4 Likes

C isn’t my only “favorite” language, but it’s one of them. I like it because it’s simple, fast, and cross-platform. I can create a program in a repl, and then I can usually copy the source code to e.g. an openbsd shell account and compile it there.

4 Likes

I do not have a fav language, just some i like less.
As for why coding? I am an oldie here, so when i was very young (like 7), my father brought home this amazing machine, the Olivetti M10. Tiny, few lines screen and i could tell it what to do. Amazing. And i was doomed …

7 Likes

It’s extremely fast, it’s syntax is easy to use, and you are more productive when you use it. It also supports both front-end and backend development .

4 Likes

You didn’t even mention the language :laughing:

(for anyone wondering, it’s Nim)

4 Likes

@SalladShooter dude, you didn’t have to make me question 5-6 months of my life and why I try ;-;

This is actually a really big question for me as I really don’t know why I code. Some people will say it’s to solve problems but I have no problems to solve.

I think to answer this question, I have to go back to when I started: I learned basic HTML and learned more and more until I got a strong grip on HTML/CSS. Notice how I skipped JS (My class used code.org which is fake JS (or something like that) because it shows how to draw triangles and circles. It teaches important skills but it’s essentially useless mastering. I am now finally learning actual JS with Codecademy and I rather like it.) Now, don’t hate on me, Replit (I didn’t use Replit to make this, I used VSCode) my first project that was useful was a games site that had a few games. This eventually led up to making a good games site that I use from time to time. It got really popular and it’s why/how I learned HTML, basically. Later, I went on to create more useful sites like a real-time chat application which I regularly use with my friends.

I realized that, yes, I code to solve problems. I was bored, I solved that by creating a games site. I couldn’t talk to my friends, so I make a chat app so I can talk to my friends. A lot of my projects revolve around these little things that I need from time to time.

I also realize that I never really saw a purpose for coding until today :confused: but finally I know why I code. Thanks @SalladShooter!

3 Likes

I got into coding because my weird ideas could come to life (after… you know… a few months…)

3 Likes

I like HTML Python i have an question what use the python

1 Like

Why I like coding most of times some times :sweat_smile:

  • There’s something magical about being able to make a computer perform tasks that would be impossible without programming. It’s a feeling of power and accomplishment that I find exhilarating.

  • I have a knack for understanding complex and abstract systems, which is a valuable skill in programming. I enjoy the challenge of breaking down a problem into its component parts and finding elegant solutions.

  • Programming can be complex and frustrating at times, but when things finally click and everything falls into place, it’s an amazing feeling. It’s the kind of satisfaction that comes from overcoming a difficult challenge. If programming were easy, it wouldn’t be nearly as rewarding.

  • I enjoy problem-solving, and I find that writing code is the most formal way to fully understand a problem. It allows me to delve deep into the details of a particular issue and explore potential solutions in very detailed way. There is some beaty in extreme formal way of explaining some problem. The code of a program explains the problem accurately without any ambiguity, unlike human language, which is highly open to interpretation. I find some level of beaty from detailed formal explanations of problems compared to ambiguity explanations of human language. :smiley:

2 Likes

well tbh i think i like breaking code more than actually creating it XD

I enjoy coding because it makes me look cool in front of my friends I honestly have no idea. I originally came from Scratch (ahhhh I know it’s block coding) and then did some C# (no idea why) then moved to Python… boom! Loved it. I still do it and don’t have any clue why. I think for me it has to do with the idea of making something new, except it’s more challenging than just writing down how to do it, I actually have to figure it out, which (IG) is fun. Yeah, I still don’t know why, I just like it though. :)

I just enjoy coding. I like the challenge and the idea. I also came from scratch, but moved onto python. I enjoy making games, and other random bits of code.

1 Like

I like coding because it really forces me to solve problems on my own and in a way that it can be adaptable to different scenarios. My favourite part of it is definitely making small apps that make use of the latest and greatest browser/OS APIs, especially when it interacts with hardware.

3 Likes

I agree! Python is really easy, and you can make relatively cool programs pretty easily.

I like coding because I can express my creativity by making amazing things.

For my favourite programming language, I like javascript the most but I’m probably biased because I’ve been using that language for the longest time. However I’m trying to learn Rust.

1 Like

I like coding since you can make cool stuff, my favorite language is Python right now but it might change to Mojo which is a superset of python that makes it faster, it’s currently under development by Swift’s creator

1 Like

I started Scratch (don’t blame me) at like 9 or 10 years old and I did that until… this year. (Please don’t blame me) In the middle, I did Micro:bit and Makecode Arcade, as well as CoSpaces and MIT App Inventor. Then, in my school, we did Python and I loved it. It was easy because I had prior experience in Scratch (like def=my blocks, operators etc) so I found Python easy and I did 100 Days of Code to learn more, then created Jackpot! and I’m still doing Python. Somewhere in the middle of my 100 Days of Code, I did a HTML tutorial and I did 2 about-me websites.
I really like coding because I was always bored and wanted to do something fun, so I would log onto Replit and do something new. (My classmates disagree on the fun-ness of coding; they all dislike it (HOW!?)).

1 Like

I believe I started learning either HTML or JavaScript back a couple of years ago, then one of my friends introduced me to Python. Easy syntax and extremely easy to read as well, it’s one of my favorite languages.

Even though I did throw JavaScript under the bus a while back, it truly is a great language as well. Its syntax is similar to Python and it’s another easy-to-understand language, and probably the best language for a beginner programmer IMO, as it will have the most use compared to Python when just starting out. (NodeJS is also something you should learn after JS, it’s very nice to have a backend)

But, C and C++ are also very nice languages. Yes, they do have a bit more of a learning curb compared to other languages, but once mastered, have more use than Python and JavaScript combined. With their low-level capability and good performance, you can use them to build video games, and even as one of the foundations for an OS.

I do dabble in JavaScript and C/C++, so some of the information I provided might be inaccurate, so feel free to correct me.

Why do I like coding?

That’s easy! It’s the freedom to make anything you want without relying on someone else to do it for you. It’s a huge money saver, as you don’t need to pay big companies thousands a year to use their software. Even though it’s a huge time commitment, it’s well worth it in the long run, even though I personally am not at that level yet.

3 Likes

I enjoy making random stuff use random imports (I don’t actually use the random module all the time though).
Mostly experimenting with custom Exception, weird classes, learning C++, and breaking a “normal” amount of programs though.

1 Like