Every Python Function Explained

Every Python Function Explained

Tech With Tim

1 год назад

106,201 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Marmalade
Marmalade - 29.04.2023 07:47

_abs_ not ABC

Ответить
Raja Debnath
Raja Debnath - 03.04.2023 19:15

It's too advance for me I'll come back after a week or so , thx Tim u are the best

Ответить
Mohsin Fareed
Mohsin Fareed - 31.03.2023 21:52

Thanks . But you speak very quickly. It hard for me to follow. I am not English mother tongue

Ответить
Jarl Schetalim
Jarl Schetalim - 06.02.2023 23:35

b = []
a = ['A', 'B', 'C', 'D']
for index, value in enumerate(a, start=1):
a = [(value, index)]
b = b + a
b = dict(b)
print(b)
I didn't understand this block of code in slot_machine project, but now I understand!

Ответить
Jarl Schetalim
Jarl Schetalim - 06.02.2023 21:35

I just randomly come up with this alphabetic triangle by testing chr():

alphabet_big = []
alphabet_small = []
A = 65
Z = 90
a = 97
z = 122

for _ in range(A, Z+1):
alphabet_big.append(chr(_))
print(alphabet_big)
for _ in range(a, z+1):
alphabet_small.append(chr(_))
print(alphabet_small)
for _ in reversed(range(a+1, z+1)):
alphabet_small.remove(chr(_))
print(alphabet_small)

Ответить
Furionias Ignition
Furionias Ignition - 05.02.2023 14:30

What’s the colour theme?

Ответить
Daniel Maldonado
Daniel Maldonado - 21.01.2023 05:31

Can you still make money programming? Ai codes for us now

Ответить
Emmanuel Oluoch
Emmanuel Oluoch - 20.12.2022 11:14

love you men

Ответить
Seth Watson
Seth Watson - 08.12.2022 23:14

I appreciate this video but "I won't go through this because it's too advanced" isn't helpful. Again thanks, overall it's good and I appreciate it. I was just hoping for an explanation on ALL of the functions, especially the advanced ones. Maybe make a separate video where you explain the advanced functions that were passed over?

Ответить
mark cuello
mark cuello - 18.11.2022 03:56

SECURITY

Ответить
Pawel Zny
Pawel Zny - 16.10.2022 10:41

I would not compare objects using the id() function. You can do it by comparing if a is b instead of if a == b. The "is" operator uses id() function underneath. Great video Tim!

Ответить
Masked Man
Masked Man - 09.10.2022 03:15

According to the python docs and stuff, your Iterator `__iter__` method should only conventionally return `self`, but you're changing the state of the iterator which may cause bugs.

Ответить
Dclxvi Clan
Dclxvi Clan - 07.10.2022 19:45

Thanks for awesome lesson

Ответить
matt
matt - 07.10.2022 16:06

Thank you for being my computer science teacher since my professor doesn’t want to be ❤

Ответить
Bruce Duncan
Bruce Duncan - 07.10.2022 00:50

Disappointed you didn't show the result of "callable(callable)"

Ответить
Nathan
Nathan - 06.10.2022 18:14

Tim is surely working on part 2 this very moment

Ответить
KajeKage
KajeKage - 04.10.2022 17:32

No p2?

Ответить
Aditya Punetha
Aditya Punetha - 03.10.2022 14:42

where is next()

Ответить
Jordan Sole
Jordan Sole - 03.10.2022 06:48

lol abs... i thought these functions would solve my life issues

Ответить
Fabian Eckert
Fabian Eckert - 01.10.2022 12:46

Great Video!
Small correction / clarification:
int() isn't always math.floor(), that is only true for positive numbers.
For negative numbers, math.floor(-1.2) would round down and therefore return -2 whereas int(-1.2) cuts off the decimal part and returns -1
In essence, int(positive) is math.floor(), int(negative) is math.ceil()

Ответить
Dan Vick
Dan Vick - 30.09.2022 21:51

Well you found yourself a new subscriber! Awesome explanations and in depth video!
By chance I looked over your github, do you have those uploaded for a download as I didn't see it at first glance.

Ответить
Lance Marchetti
Lance Marchetti - 27.09.2022 07:06

Awesome Tim!

Ответить
Winner Ndakutemo
Winner Ndakutemo - 24.09.2022 19:44

Cool,thank you

Ответить
INTEDAI
INTEDAI - 24.09.2022 01:11

That's a really useful video, thanks!

Ответить
DRENGR
DRENGR - 23.09.2022 20:17

Wow you look like me bruh, have we been twin before, did ma bring u forest to lose

Ответить
Anthony Lannes
Anthony Lannes - 23.09.2022 11:10

Nice video Tim, it's cool and useful to have some explanations and examples on those built-in functions

Ответить
Fl0kii
Fl0kii - 23.09.2022 05:50

Love the Python content, keep it up ❤‍🔥

Ответить
Ivan Nuzhyn
Ivan Nuzhyn - 22.09.2022 19:56

Very usefull, thanks!

Ответить
Dr Gamma D
Dr Gamma D - 22.09.2022 10:11

doesn't bin() bind to dunder index()?

Ответить
Alberto Fort Rivera
Alberto Fort Rivera - 22.09.2022 05:51

very good tutorial . very clean . i am happy you didn't start digging deep into any specific feature - sotNice tutorialng that happens to too many

Ответить
Tushya
Tushya - 22.09.2022 05:39

not know , but just know you've affected my life, and apparently tens of thousands of others, in an imnsely positive way. Thank you

Ответить
Adam Strejcovský
Adam Strejcovský - 21.09.2022 23:05

i am a simple man. Tim uploads a video, I watch it.

Ответить
Matheus Alves
Matheus Alves - 21.09.2022 18:54

u the goat

Ответить
Emmanuel Odebiyi
Emmanuel Odebiyi - 21.09.2022 15:56

I’ve used Pro Tools, Ableton and GarageBand/Logic and soft is pretty confusing compared so thanks for tNice tutorials vid. It’s not as confusing as

Ответить
TechnoVIDA
TechnoVIDA - 21.09.2022 13:10

Another good one from Tim

Ответить
Rasik khader
Rasik khader - 21.09.2022 12:47

To anyone who saw comnts about torrenting it, I would strongly advise against doing that. Pirating a DAW can be a huge fine. Not

Ответить
hdumtflncehennemi
hdumtflncehennemi - 21.09.2022 12:21

most likely, paying for soft gives you rights to use anytNice tutorialng included with your purchase as well as whatever the distibution rights of any tNice tutorialrd

Ответить
Uğur
Uğur - 21.09.2022 11:19

rarp

Ответить
TCG vs OCG
TCG vs OCG - 21.09.2022 10:58

cool thx a lot

Ответить
Meraklı Müşkülpesent
Meraklı Müşkülpesent - 21.09.2022 09:46

This is one of the most useful Python videos I've ever watched. Thank you.

Ответить
Davies dev
Davies dev - 21.09.2022 02:14

In the beginning where you said you guarantee I learn something new, I knew it wasnt a bluff. Keep up the good work tim!!!

Ответить
xynyde
xynyde - 20.09.2022 20:31

Hello TIm! When are you gonna resume the rust tutorial series? Is it done?

Ответить