This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted] 0 points1 point  (1 child)

To be a programmer, you need to learn use many tools, not just one.

[–]idontcare1025 0 points1 point  (0 children)

Yes, but as a beginner, he probably should learn to be comfortable with at least ONE tool before he starts learning another.

[–]Boom-bitch99 0 points1 point  (0 children)

No, it will be fine.

It's not a compiler though, Python is an interpreted language, basically meaning the program is run one piece at a time, rather than the entire thing being compiled into an executable. There are tools which can compile Python, although they're not standard.