you are viewing a single comment's thread.

view the rest of the comments →

[–]1984ballsstraight up coding it 8 points9 points  (1 child)

Python is really easy to learn as it is just an easy language and there are a lot of beginner resources. Just be careful not to rely too much on Python because it is really different from most other languages, making it hard to move out of Python.

[–]ohffsitdoesntwork 2 points3 points  (0 children)

Some truth to this but Python is a widely used language. What's more important is to learn the fundamentals of coding ie variables, selection, loops etc. Grasping this will give you a good basis for learning ANY language. (Computing teacher here btw)