
Barely 9 hours left to the event and I FINALLY GOT THE PORCHE!!!
I genuinely spent way too much annulith on ts that could've been used for progression purposes, especially considering I'm a new player 😭

I genuinely spent way too much annulith on ts that could've been used for progression purposes, especially considering I'm a new player 😭
When you take the exponent out of a log, if it (here being marked as n) is even and the base is a real number, then you need to add an absolute symbol to the base to preserve the fact that even exponents can only produce positive numbers.
My question is, is there an equivalent to that for complex bases? I tried searching on my own and couldn't really find anything
^(Also if I messed up notation in the title then please forgive me, I was just replicating stuff I remembered from math videos)
For some reason PyCharm's type checker thinks that the figsize in matplotlib.pyplot.figure should be a float, when the documentation and even other type checkers say otherwise, does anyone know what could be causing this?
Also yes I do have matplotlib-stubs installed, if you're gonna ask that.
Edit: Another weird issue I'm having with it, I'm trying to iterate over a series of floats, and it keeps on thinking the iterating variable is of type str, even when I explicitly define s: pd.Series[float] = ... it STILL thinks that the iterating variable is of type str
It's happened so many times that I thought I had my counter, but actually the single orb I still had was hiding inside my body so it wasn't visible, please just some indication for whether I have orbs or not would be nice
https://discord.com/channels/866699859813859349/1227102596486135869/1516940660127826020
Legit been sitting on 9 gear Bs for months now 😭✌️
Notebooks look like an insanely promising feature to me, and there's genuinely so much you can do with them in terms of explaining a subject, they're really damn cool.
This is just a small test I made, and I thought I might as well share it.
The only character in jjk that has to do with resonance is Nobara, and she's not in the game, the only reason I use it is that I couldn't find one that fits Choso at all
Edit: For clarity, by flair I meant user flair
I'm working on a python program related to wordle, so I want to know if there's somewhere I can find an updated list of all the valid words and the valid answers (preferably separated)
I just got curious as to what the more popular style of indentation is when expanding brackets into multiple lines.
This applies to everything, but I'll use a list as an example, the base list will be l = [item1, item2, item3]
l = [
item1,
item2,
item3
]
l = [item1,
item2,
item3]
These are the main 2 I've seen in my time, if you have any others I'd be interested to see them as well