Ivar Stange
51 posts

Ivar Stange
@ivarsta
Loves my wife and my kids. Engineer. Focused on learning python.
Katılım Eylül 2014
92 Takip Edilen10 Takipçiler

@bjartnes WHAT HAVE YOU DONE!? My cat is holding me hosta.. asd øijs asdnø sødhc søkdjnc
Dansk

@bjartnes A feature I would love is Teams would analyze your speech and give you feedback: "You are scoring 97% on our gibberish-o-meter. Please just STFU and let other people talk"
English

@brianokken I would definitely count that as going the extra mile if you did 🚶📏
English

@mathsppblog I use frozenset when I have a defined list I need to check membership against.
For instanse a predefined allow-list or block-list of items, like allowed HTTP methods.
I don't want any runtime modifications so I make them a frozenset to communicate that intention.
English
Ivar Stange retweetledi

Somebody patch the firmware in our brains. It’s clearly broke.
Jim Al-Khalili@jimalkhalili
Another optical illusion for you. The balls behind the horizontal lines are all the same colour. 🤨
English

@bjartnes Smoothly I would expect. Although rumors have it that some have embarked on a journey in the settings section, never to be seen or heard from again.
English

@__mharrison__ When reading the question I immediately just thought of technical training as in training within say programming, engineering or science, as opposed to e.g. management training. Only when reading the answers I know you meant _how_ the training was delivered.
English

@somacdivad That it's being taught to kids as if they are to become living calculators. While calculating the "answer" indeed is important, learning to think about why that is and setting up (expressing) the problem is, to me, more "mathy" (and fun) than calculating stuff.
English

@__mharrison__ @_WaylonWalker Nice. I'll think of that the next time. Thank you!
English

@ivarsta @_WaylonWalker I always chain operations. So I would make a new variable with the chained operation that I need. No need for .copy. (Once I adopted my vigorous .assign only stance, I've never used .copy).
English

@__mharrison__ @_WaylonWalker Ok. I do agree with inplace.
However, for tests where i have a base df that I apply a transformation to. I do find it convenient to just copy the df, adjust for the edge case that I test and compare with the result.
This as opposed to rebuilding from scratch. Thoughts?
English

@_WaylonWalker My opinion: Good pandas good never has .copy or inplace
English
