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?
•
One Year 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.
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.
•
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.)
•
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.
•
RE: WAHT LANG is the best for beginning? 02-09-2025, 09:45 PM
#6
Start with C. Its better to have a strong foundation in a lower-level language.
•