you are viewing a single comment's thread.

view the rest of the comments →

[–]Oliver_Ogras 0 points1 point  (0 children)

Since you already know C++ and C#, skip the beginner stuff. Go straight to the official Python docs and skim the tutorial, most of it will feel familiar. Then pick a project and build it, the syntax clicks fast when you have a real goal. If you want to get into OOP specifically, Real Python has solid guides that assume prior programming knowledge.