10
you are viewing a single comment's thread
view the rest of the comments
[-] Mac@lemmy.world 0 points 1 year ago

Programming. I have dabbled and written basic scripts but i just haven't dedicated the time to learn enough for a solid foundation.

[-] Viktorian@beehaw.org 0 points 1 year ago* (last edited 1 year ago)

If you decide to give it a go, I'd recommend starting either with Typescript or with Kotlin. They're both very easy to learn. Kotlin is more powerful and the compiler error messages might be more helpful (I'm not too sure) but it has to deal with some leftover Java boilerplate in exchange.

C# may also be worth considering but I have never used that at all.

[-] Penguin_Rocket@lemmy.ml 4 points 1 year ago

In my opinion, Python sounds better to start programming because it is widely used, there are thousands of tutorials for everything (from creating a calculator to an AI). It is a simple but powerful language that even children can start to learn in middle school.

[-] Viktorian@beehaw.org 2 points 1 year ago

The language itself is very easy to get started with (like Typescript) and it's widely supported, but the developer experience of writing Python is hands down terrible. I thought that it was a good idea to recommend languages that take you by your hand when you get your toes wet for the first time and Python does not do that at all. For example, since it's interpreted without any meaningful upfront processing, any kind of error in your code will only reveal itself when the interpreter actually tries to execute the portion in question. This can become annoying very quickly, especially if you're learning by doing / through trial and error.

In my opinion Python is an incredibly potent tool for seasoned developers, but despite its easy syntax and forgiving semantics I don't think it is a good idea for beginners to use it for anything beyond a basic "hello world" application.

load more comments (1 replies)
this post was submitted on 07 Jun 2023
10 points (100.0% liked)

Asklemmy

42521 readers
827 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS