THIS Saved Me So Much TIME In Python

preview_player
Показать описание
This saved me so much time in Python. #shorts #python #code
Рекомендации по теме
Комментарии
Автор

YouTube recommend me this video. And how did YouTube know I was thinking of making a password generator as my next project?
Thanks dude.

nancyjhaonepiece
Автор

I remember when I made a Python password generator, I remember seeing people use the string library in their code in other projects. And I thought of using that instead of typing it all out. Pretty much there's always something in Python that would save a lot of time.

pyp
Автор

Great video, but please stop using variable names that are only one character long! This isn’t algebra.
Like, I understand what 'a, ' 'n, ' and 'p' stand for in this example, but it isn’t usually that straightforward, and code with a bunch of one-letter variables is a nightmare to have to read and interpret.

Louisianish
Автор

who the hell is typing out all the characters in the first place

p
Автор

just loop from 0-127 or range(128) and use the dummy variable as argument for chr function?

philperry
Автор

Nice one, thank you for this shorts, it really help❤

oknoscyborg
Автор

Wish my coding bootcamp had showed this. Manually typing everything out was a pain

imma
Автор

It’s so unimportant actually. Can you better teach us some algorithms? They are cool and important

hanitsch