Elektrine lite

← Feed

@Lightfire228@pawb.social

Post #46510

2025-12-09 20:48 UTC

Python It’s an amazing scripting language, and my goto for writing automation scripts. It’s the most lenient of the 3 with dynamic typing and managed memory. It’ll let you learn the basics of reading / writing / running code as well as basic control flow and logic C is also great to learn, as it teaches you how computers work at a fundamental level, but it’s more stuff to learn up front, and can lead to some very difficult to fix bugs Java is good as an “application” language. Being memory managed like Python, but statically typed like C. Static typing makes it easier to manage larger code bases

Replies (0)

No replies.