+ 1
Hey I'm new and taking on python is it the most advisable language to start with?¿
Help
2 Antworten
+ 2
In this post, you can link to a video explaining things for new learners.
https://www.sololearn.com/post/222356/?ref=app
Python has less syntax requirement, and can help you have higher confidence.
It uses indentation instead of curly brackets to indicate code blocks, so that's the trickiest part for beginners.
It is weak-type so it doesn't help you build a strong foundation.
0
Python is relatively easy to learn so it is OK to start with.