my favorite is clear that is added int the past I had to ``` from os import system as shell shell("clear") ```
@burgek1Ай бұрын
I just press ctrl + l and that did the job in 3.12
@heroe1486Ай бұрын
@@burgek1 I don't use the default one but ipyhton but yeah it works as expected like it does everywhere, at least on Kitty/Alacritty on Linux, maybe this key combination doesn't work on some terminal emulators
@Ironpants57Ай бұрын
LOVE the new interactive shell. It's one of the reasons I have loved Xonsh. Being able to get multiple lines with an up arrow is great.
@heroe1486Ай бұрын
ipython/ptpython ect are still way better, although a slightly better default can't hurt for when you can't install those aforementionned ones. My problem with xonsh is that it's way too slow to start and thus in unusable as a default shell, if you're a heavy terminal user having to wait around a second before having the hand is a deal breaker wheit's pretty much instant with zsh
@el_munoz28 күн бұрын
I think that :__static_atributes__ is for a for loop access for the atrributes of a class... who knows...
@sMadarasАй бұрын
What’s happening if we are using more threads than the amount of the processors in 3.13t? Does it behave like multiprocessing pools?
@funkykong9001Ай бұрын
The bpython shell is still my favorite
@abc_cbaАй бұрын
"what's going ahhh, guys, weycome back" ❤️
@meshackouma4815Ай бұрын
Congratulations 👏
@codee_script27 күн бұрын
nice update ❤❤
@thomasgoodwin2648Ай бұрын
JiT and GIL went up Z Hill to fetch a map of vectors... 🖖😎👍👍👍 (Note: I always pronounced GIL with a hard G as in Goblin [happy Halloween all!]. My reasoning is that "global" is a hard G sound and it isn't pronounced 'jlobal'. Just sayin'. This is Python so maybe I'm just wrong? IDK.)
@glenneric123 күн бұрын
just thinking the same thing. hah. Global, Gil, hard Gs. By the same logic I called the graphic format Gif with a hard G since graphic has a hard G but I got outvoted.
@familyshare372421 күн бұрын
JIT is not GIT. Jill is not GIL.
@thomasgoodwin264821 күн бұрын
@@familyshare3724 And never the twain shall meet.
@alexanderzikal7244Ай бұрын
Thank You!
@ChristopherBruns-o7oАй бұрын
AI should link videos to details when previous videos mentioned. Cause would be reusable. 6:35 imagine GIL post quantum. 12:16 but bug bounties and overclocking @random - this is like low level emulate? 17:31 it is for like doing from .project import __static_attributes is how I would use it = for creating documentation.
@alexdaniel76Ай бұрын
Cool!
@jayshay7416Ай бұрын
What's that nvim config you have @ 14.52?? I've been using your config-files init.vim since you made that video a long time ago. but the new setup looks awesome. that popup window/ box? looking much more interactive and informative
@NeuralNineАй бұрын
It's the floatterm plugin. But I need to update my config. It still uses Vimscript and not Lua.
@jayshay7416Ай бұрын
@@NeuralNine Yea, you think you could just update the config-files/init.vim? that includes your current setup? Thanks for all your work too man.. Been watching your content for a while and it's dope. I like it.
@CMT-p6qАй бұрын
for the algo
@mfatihy70Ай бұрын
🤣
@procrvstinvtion8479Ай бұрын
Oh damn, no Gil is dope
@familyshare372421 күн бұрын
Strict typing will go a long way to improve performance and developer sanity.
@NeuralNine13 күн бұрын
Not sure how this would work while still allowing for dynamic typing in Python.