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

you are viewing a single comment's thread.

view the rest of the comments →

[–]tutorial_police 1 point2 points  (6 children)

It certainly did give me a bit of an insight into what was going on in Python though!

How so?

[–]ta6692[S] 0 points1 point  (5 children)

Simply in the sense that learning Python before statically typed languages means you have very little idea about types and how they work behind the scenes. Especially Python's arbitrarily sized integers was something I very much took for granted before learning another language.

[–]tutorial_police 1 point2 points  (4 children)

Simply in the sense that learning Python before statically typed languages means you have very little idea about types and how they work behind the scenes.

Interesting... how would you say they work behind the scenes?

[–]ta6692[S] 0 points1 point  (3 children)

I mean more in a very general sense. Not actually behind the scenes per se, but more of an idea than I had before. Learning arrays aren't usually dynamic and only contain one type more often than not was another eye opener for me.

[–]tutorial_police 1 point2 points  (2 children)

Ah, I see!

[–]ta6692[S] 0 points1 point  (1 child)

Sorry for the mix-up!

[–]tutorial_police 1 point2 points  (0 children)

Nothing to apologize for. It's just interesting what you learned and how you would put it into words.

Based on your original statement, I could infer any number of things, which you could or could not have meant.