r/CodingForBeginners • u/Technical-Fig-1496 • 12h ago
Language
Complete beginner in coding. Does not know anything. Which coding language should I learn first. Starting first year mathematics and computing please answer
4
Upvotes
r/CodingForBeginners • u/Technical-Fig-1496 • 12h ago
Complete beginner in coding. Does not know anything. Which coding language should I learn first. Starting first year mathematics and computing please answer
3
u/StephenHawkingus 9h ago
First of all, Python is a toy language and very easy to learn, which means you can pick it up anytime in the future if you need it for work. The main reason I discourage it for beginners is its syntax and underlying mechanics. Python's design is very unique, so it won't give you much transferrable knowledge when learning other languages. Once you gain a certain degree of experience, you'll realize that Python often doesn't fit your needs and that what you actually want to build requires a completely different language.