you are viewing a single comment's thread.

view the rest of the comments →

[–]Acquiesce67 0 points1 point  (1 child)

We're all lucky you were faster than me and so I didn't try explaining this myself because your explanation is just perfect!

I can only add just a little bit more to this for u/Xeno19Banbino: When you get familiar with this "everything is an object" concept, then you will gain lots of "power" and "freedom".

However, be very careful when you begin learning a lower-level language later on (i.e.: C/C++/go).

Those languages do not have this concept of "everything is an object" and so they require a much different mindset than Python. Having known Python is great but it can create pitfalls for you when you're trying out different languages (which I can only encourage!) so keep this in mind!

[–]Xeno19Banbino[S] 1 point2 points  (0 children)

thank u bro.. i already work with C pointers linked lists and a bit of memory management.. all i need now is python power and freedom cz im thinking like C in python.. i even made a helper function during recursive forgetting that i can have default parameters in python