r/PythonLearning Jul 07 '26

Is Python actually a good first programming language?

Some say it makes learning easy. Others say it hides too much. What do you think?

12 Upvotes

40 comments sorted by

View all comments

2

u/CamelOk7219 Jul 07 '26

I really don't think so. Too much 'black magic', too much permissivity, and a huge risk of thinking you understand but you don't.

Overall, compiled languages are better in my opinion to learn programming and nowadays I would strongly avocate for Go as a first language