One Year of Service
Posts: 5
Threads: 4
WAHT LANG is the best for beginning? 10-22-2024, 04:24 PM
#1
WAHT LANG is the best for beginning? in Your opinion and why?
β’
Three Years of Service
Posts: 31
Threads: 0
RE: WAHT LANG is the best for beginning? 10-31-2024, 04:46 PM
#2
Python, closely followed by C# and Java.
Python's syntax is extremely easy therefore motivating for beginners. You quickly see accomplishments and progress. I personally don't like how OOP works in Python but once you reach that point, it's time to migrate to Java / C#.
Best regards!
If there were creatures granting every man's wish, these creatures wouldn't be angels, they'd be demons.
One Year of Service
Posts: 15
Threads: 0
RE: WAHT LANG is the best for beginning? 11-12-2024, 03:24 PM
#3
There's no one-size-fits-all answer, as the best programming language to start with depends on your goals and interests. Python is often recommended for beginners because of its simple syntax and readability, making it easier to grasp basic programming concepts. However, if you're interested in game development or working with Microsoft technologies, C# might be a good option. Java is another great choice, especially if you're looking at enterprise-level development. Ultimately, it's about what feels most comfortable for you, so experiment with a few and see which one aligns with your interests and projects.
β’
One Year of Service
Posts: 16
Threads: 2
RE: WAHT LANG is the best for beginning? 01-07-2025, 12:15 AM
#4
I say python as well.
Python -> javascript -> C#
is how i learned.
for python repl.it is great esp the 100 days challange. (great for beginners)
of course personal projects make you learn faster.
(This post was last modified: 01-07-2025, 12:16 AM by SeouYeoung.)
β’
One Year of Service
Posts: 5
Threads: 2
RE: WAHT LANG is the best for beginning? 01-20-2025, 04:22 AM
#5
I feel like python is the best programming language as well because it allows you to get your program up and running from start to finish much faster than a lot of other programming languages.
β’
Seven Years of Service
Posts: 235
Threads: 16
RE: WAHT LANG is the best for beginning? 08-18-2026, 03:04 AM
#6
I started with JS you should start with either JS or Py
β’
Seven Years of Service
Posts: 64
Threads: 10
RE: WAHT LANG is the best for beginning? 08-20-2026, 07:59 AM
#7
depends on your goals, as others have said.
β’
Six Years of Service
Posts: 1,712
Threads: 500
RE: WAHT LANG is the best for beginning? 08-20-2026, 08:38 PM
#8
ngl it depends what you want to do
c# is probably the most versatile one. good speed and flexibilty, but .NET is shit
python is only really useful for concepts, runs like shit and not very flexible
i hate webdevs so js is a no go for me
(ive been doing C#/VB.NET since 2018 or sum like that)
β’
Five Years of Service
Posts: 51
Threads: 4
RE: WAHT LANG is the best for beginning? Yesterday, 08:59 AM
#9
I'd actually argue that js is the perfect language for the beginners, as they can see, in real time, what they are doing.. and this is coming from a systems programmer
they will learn all sorts of bad practices there, but as an entry point.. as in, the place where people learn whether the programming is something they would enjoy, the basic level web programming is as perfect as it gets
β’