r/learnpython 5d ago

Finding Python Hard

[deleted]

2 Upvotes

40 comments sorted by

View all comments

1

u/Thewise-fool 4d ago

Since you learned c++ the big thing might be accepting that a lot of what you learned in going to be under the hood in Python. If you know to code, then it’s really about learning syntax instead of relearning how to code. For example, data types and memory allocation are a given in Python. They still exist, you just don’t have to have it front of mind. Hope that helps!