ASMR Programming - Senior Dev Does Beginner Python Exercises - No Talking

preview_player
Показать описание
Today I'm doing some common beginner or student programming exercises in Python. These are the kinds of things you might see in a job interview or a lower level computer science course.

Рекомендации по теме
Комментарии
Автор

Yes you're back! Your videos always sound so good. I low-key wish you posted more, but I totally understand that writing the code, debugging it, and then filming and editing takes time.

Keep up the great work!

vengefuliquefury
Автор

Thanks so much for the video! I just passed an intro programming class that introduced me to python so getting to watch this video and understanding the concepts was great. It’s also helping me learn more concepts to try out!

gross
Автор

Yay another video! High quality work as usual, and thank you for doing something more friendly to us beginners.

And congrats on not just one but TWO sponsors. You're really moving up in YouTubeland

Korianders
Автор

Yesss! You're back with one more awesome video! Sweet!

abujasm
Автор

I had a fun and informative watch. I am just starting to learn coding and this video really aspires me to pursue this profession. I would appreciate if you made more!

bigdeeckbee
Автор

As someone who is learning to code and loves ASMR. This is amazing! Please do more

najibali
Автор

Could you make an asmr tutorial where you show how to set up and configure vim?

Alex
Автор

def multiplication(first_number, second_number):
for i in range(second_number):
result = first_number+first_number

multiplication(2, 3)
print(result)

//output
>> 6

lucacardoni
Автор

I really watch your videos on loop which never ends 💖💖💖

vanshmomaya
Автор

oh snap! I've been doing coding asmr lately too! I'm going to have to learn this vim projection trick. thanks for posting these! you got a new subscriber!

whisperingadventurespnw
Автор

I'm addicted to these videos lol.

stelioskapsokavadis
Автор

ASMR Programming: * whispering * "why the hell isn't this working?"

Sini-rgsj
Автор

Could you recommend a powerful laptop? such wide is the diversity of modern laptops that i cant choose one for studying in university

DAUNLUNTIKK
Автор

Hello friend, how did you install python in neovim to program with its autocomplete and for syntax errors. please?

AndresGonzalez-dzbj
Автор

Man, how are you doing this effect, are you somehow able to record transparency or you use solid background and remove it afterwards with some software? It looks fantastic!

hz
Автор

I think that for any given x, mult_recursive(x, 0) would end up being stack overflow. If I'm not wrong this should be handled.

senseisensei
Автор

Can I please have your editor config? It looks really nice.

ohgodmanyo
Автор

@ClickClack Can I ask what is the font you use in this video? I thought it's JetBrains Mono I use it in my IDE but it seems a little different from the video

uhhnfen
Автор

Lastly this video is also sponsored my friend Rob.
Rob is modern open-source F.R.I.E.N.D that has everything you'll need for a smooth sponsoring asmr-videos.

AT-vdjm
Автор

how to make the code be all transparent?

carlosrrr