| This reads like a pretty "wet-behind-the-ears" professional who doesn't know what he doesn't know. > There's no Java awfulness like ... instead it's just `cars = []` I mean, there's very good reasons for static typing. And if he was using Kotlin, he could specify whether the variable `cars` was itself immutable and whether the list was immutable (`val/var cars : List<String>/MutableList<String>` > notebooks yea, Jupyter kernels exist for almost every language. This is not a Python advantage. > debugging Good IDEs have the ability to set breakpoints, inspect variables, test methods, etc. > type hints "oh, forget what I said earlier about how Java had ugly boilerplate, now I have an `import` and a type def after all" - except nothing here is actually enforced > parallelism parallelism is relative... a lot of compiled JVM code will run much faster than Python to start with, and even with `multiprocessing`, Python won't catch up (and JVM languages have their own concurrency solutions, of course) > I've put a large chunk of my money in leveraged index funds and etfs. Written by a person who's never seen the slightest hint of a bear market, or rising interest rates. That's ok, you wouldn't be the first smart person to be seduced by leverage: https://www.investopedia.com/terms/m/myron-scholes.asp > Stimulants like caffeine, adderall, and modafinil are magic... People do stay on adderall and modafinil indefinitely Look, I'm no doctor (and I'm aware I'm out of the loop on things like this), but mental & concentration stimulants are the kinds of things associated with old people, not recent graduates. |
She clearly covered a lot of good ground in that time, and even took the time to write a 6000+ word article.