Тёмный

Every Python Function Explained 

Tech With Tim
Подписаться 1,5 млн
Просмотров 106 тыс.
50% 1

In this video I will be showing you every built-in Python Function! I guarantee you will learn something from this video and will see a ton of intermediate and advanced Python examples!
Create fullstack CRUD apps in minutes using Aista and get one FREE month of usage: aista.com
Python Docs: docs.python.org/3/library/fun...
💻 ProgrammingExpert is the best platform to learn how to code and become a software engineer as fast as possible! Check it out here: programmingexpert.io/tim and use code "tim" for a discount!
⭐️ Timestamps ⭐️
00:00 | Every Python Function
00:50 | AISTA
02:02 | abs
02:40 | aiter
03:45 | all
04:40 | anext
05:26 | any(iterable)
05:42 | bin
06:13 | bool
06:59 | callable
07:54 | chr
08:40 | classmethod
09:28 | complex
09:45 | delattr
10:30 | dict
11:11 | dir
11:43 | divmod
12:01 | enumerate
12:53 | eval
13:39 | exec
14:15 | filter
15:10 | float
15:50 | format
16:34 | frozenset
17:10 | getattr
17:36 | hasattr
18:02 | help
18:20 | hex
18:54 | id
20:04 | input
20:23 | int
21:06 | isinstance
21:44 | issubclass
22:27 | iter
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
👕 Merchandise: teespring.com/stores/tech-wit...
📸 Instagram: / tech_with_tim
📱 Twitter: / techwithtimm
⭐ Discord: / discord
📝 LinkedIn: / tim-ruscica-82631b179
🌎 Website: techwithtim.net
📂 GitHub: github.com/techwithtim
🔊 Podcast: anchor.fm/tech-with-tim
🎬 My RU-vid Gear: www.techwithtim.net/gear/
💵 One-Time Donations: www.paypal.com/donate?hosted_...
💰 Patreon: / techwithtim
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
⭐️ Tags ⭐️
- Tech With Tim
- Scaler
- Programming Expert
- Developer Curriculum
⭐️ Hashtags ⭐️
#techwithtim #python #learnpython #pythonfunction #aista

Опубликовано:

 

2 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 114   
@TechWithTim
@TechWithTim Год назад
Checkout part 2: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-wsETdTd1rp8.html
@Vertig_Pro
@Vertig_Pro Год назад
you forgot "def"
@rachidjannane9122
@rachidjannane9122 Год назад
Can you put your examples online so we can copy it and take it as a reference for as
@johnnytoobad7785
@johnnytoobad7785 Год назад
This is by far one of the most useful Python vids made by anybody. EVER.
@Nabajyoti_Falls
@Nabajyoti_Falls 5 месяцев назад
Thanks to anybody
@Mutual_Information
@Mutual_Information Год назад
The description tells the truth. I've been coding in Python for almost 8 years and I didn't realize float("1e-003") works - cool stuff!
@meraklmuskulpesent8313
@meraklmuskulpesent8313 Год назад
This is one of the most useful Python videos I've ever watched. Thank you.
@FabianEckert99
@FabianEckert99 Год назад
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()
@pawelzny
@pawelzny Год назад
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!
@anthonylannes6937
@anthonylannes6937 Год назад
Nice video Tim, it's cool and useful to have some explanations and examples on those built-in functions
@KamyanYT
@KamyanYT Год назад
this video is awesome!! keep up the great work 👍
@Daviesdev
@Daviesdev Год назад
In the beginning where you said you guarantee I learn something new, I knew it wasnt a bluff. Keep up the good work tim!!!
@JakeAnthrax420
@JakeAnthrax420 Год назад
Nice Video Tim. please Make videos about data structure! 👍🏿
@doublex7223
@doublex7223 Год назад
Thanks for sharing.Please share more and more for the learners.
@ameerhamzakhan8054
@ameerhamzakhan8054 Год назад
You just reduced many person's countless visits to stack overflow 🙃 Keep the good videos coming !!
@INTEDAI
@INTEDAI Год назад
That's a really useful video, thanks!
@Fl0kii_
@Fl0kii_ Год назад
Love the Python content, keep it up ❤‍🔥
@noobermensch865
@noobermensch865 Год назад
"Oh, you like Python? Explain every Python function."
@SkyFly19853
@SkyFly19853 Год назад
Truly informative.
@Zmunk19
@Zmunk19 Год назад
15:40, you don't need to use the 'float' function to use scientific notation. you can use 1e-003 directly
@ivannuzhyn4668
@ivannuzhyn4668 Год назад
Very usefull, thanks!
@technovida1
@technovida1 Год назад
Another good one from Tim
@lancemarchetti8673
@lancemarchetti8673 Год назад
Awesome Tim!
@dclxviclan
@dclxviclan Год назад
Thanks for awesome lesson
@akutahu7677
@akutahu7677 Год назад
Super as usual 👍
@paulfragemann3333
@paulfragemann3333 Год назад
Complex numbers aren't only used in Physics. They're a mathimatical concept, a complex number describes a point on a plane using 2 coordinates and uses the imaginary number i with i² = -1, as the second axis, so you can write any complex number in the form a + bi with a and b being Real Numbers. Python uses j instead of i to not confuse people with the common name for iteration variables. Complex Numbers are also used in Physics but atleast in my experience you'll be using Vectors (which is another math concept of Numbers on a n-Dimensional Plane) more often than Complex numbers. If there are any mistakes in here, please correct me in the answer ;)
@Vforsucuk
@Vforsucuk Год назад
I would like to add that j is also used in electrical engineering instead of i as i is used as a symbol for current.
@paulfragemann3333
@paulfragemann3333 Год назад
@@Vforsucuk Didn't know that ;) Nice to know but isn't current uppercase I if I remember correctly?
@noahmarosok8168
@noahmarosok8168 Год назад
@@paulfragemann3333 yes but also in certain situations with circuit analysis you can use both (interchangeable as far as I know). So "i" can represent some current given in a circuit. In general j is just used to completely avoid the confusion.
@paulfragemann3333
@paulfragemann3333 Год назад
@@noahmarosok8168 yeah confusion avoiding is good.
@mittunsudhahar634
@mittunsudhahar634 Год назад
@@paulfragemann3333 I believe when you have a time-dependent current (an AC current for example) you often use i(t) rather than the capitalised version.
@albertofortrivera5390
@albertofortrivera5390 Год назад
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
@joshl3643
@joshl3643 Год назад
Good stuff! 👍
@allthingstechy
@allthingstechy Год назад
Really nice 👍
@danielvickers9401
@danielvickers9401 Год назад
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.
@alfredoch3811
@alfredoch3811 Год назад
Yeah, another vid! Awesome...
@jarlschetalim7529
@jarlschetalim7529 Год назад
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!
@xja90x
@xja90x Год назад
I like watching your videos but I don’t understand most of it lol. What’s a best place or where can I start to learn and self learn programming/coding. I just don’t know where to start as a beginner and work my way up. Awesome videos tho!
@matt-xq1xv
@matt-xq1xv Год назад
Thank you for being my computer science teacher since my professor doesn’t want to be ❤
@MARKOTHEDEV
@MARKOTHEDEV Год назад
nice one Tim
@KamaAmmo
@KamaAmmo Год назад
you are the best senpai!
@adamstrejcovsky8257
@adamstrejcovsky8257 Год назад
i am a simple man. Tim uploads a video, I watch it.
@codeavecwinner
@codeavecwinner Год назад
Cool,thank you
@fmictsang8874
@fmictsang8874 Год назад
This is useful.
@neonsilver1936
@neonsilver1936 Год назад
just noticed at 9:50 , "complex()" shows up on the top when "delattr()" should be there. Don't know if the error extends past this moment, but saw it and wanted to alert you to it. Will edit if I find more while taking notes.
@rajadebnath2268
@rajadebnath2268 Год назад
It's too advance for me I'll come back after a week or so , thx Tim u are the best
@jstro-hobbytech
@jstro-hobbytech Год назад
One question Tim. Did you do this video all in one breath? Haha cool video. Coming from a c++ background I don't find any of this hard. It's just hearing about or seeing the name. Awesome video brother thanks
@TechWithTim
@TechWithTim Год назад
I record each mini section at a time then just splice it all together 👍
@jstro-hobbytech
@jstro-hobbytech Год назад
@@TechWithTim it was great. I went back and took notes
@Tushya01
@Tushya01 Год назад
not know , but just know you've affected my life, and apparently tens of thousands of others, in an imnsely positive way. Thank you
@maskedman4003
@maskedman4003 Год назад
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.
@xynyde0
@xynyde0 Год назад
Hello TIm! When are you gonna resume the rust tutorial series? Is it done?
@Nathan-ng1kp
@Nathan-ng1kp Год назад
Tim is surely working on part 2 this very moment
@TechWithTim
@TechWithTim Год назад
correct!
@paulfragemann3333
@paulfragemann3333 Год назад
At 17:36 you tell us something about hasattr whilst the youtube chapter and Description shown on Screen is about hash() which you completely miss. If I were you I would fix the RU-vid Chapter and then do hash at the beginning of Part II.
@TechWithTim
@TechWithTim Год назад
Good call, thanks for pointing that out 👍
@dineshkrishnasamy1628
@dineshkrishnasamy1628 Год назад
hi. what do you think about no code low code? and if it's future, what about developer's job opportunities? thanks
@jeroenvermunt3372
@jeroenvermunt3372 Год назад
In my opinion (I'm not an actual (senior) developer, but a junior data scientist) low code will always lag behind actual coding. Python is already a "low-code" type of coding compared to higher level languages such as C, and it will always be easier to maintain, upgrade and keep up to date as low/no code applications. However, low code will be super useful for making quick apps with no technical background, and it will get rid of developers who "picked up" on a little bit of html/css charging ridiculous amount for crappy websites (so pretty much low quality coding), but skilled developers can develop apps with code just as quick as low-code apps can, with a lot more higher maintainability and flexibility. In short, high-skilled developers have nothing to fear, but the skill floor will become higher, because as a new or low-skilled coder it becomes increasingly difficult to beat low/no-code
@high_lag
@high_lag Год назад
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?
@sanunitwaibu529
@sanunitwaibu529 7 месяцев назад
hello...your tutorials are extraordinary. can you please create a tutorial on python built-in functions(all built in functions there are 71). i hope you will work on it. thank you.
@Zmunk19
@Zmunk19 Год назад
at 9:50 you're explaining 'delattr' but the hint at the top right says 'complex ([real[, imag]])'
@QueryTuner
@QueryTuner Год назад
@TechWithTim: Please tell what is that for oval rotating black device in the background ?
@TechWithTim
@TechWithTim Год назад
It’s my fan!
@jasontan1981
@jasontan1981 Год назад
I not watch yet but like first 😆 Watch later 😁😁
@tcgvsocg1458
@tcgvsocg1458 Год назад
cool thx a lot
@oldgigachad5001
@oldgigachad5001 Год назад
Hello Tim:)
@AssemblyWizard
@AssemblyWizard Год назад
9:41 "I'm not a physics guy" 15:10 "-9.8" Hmmm
@DrDeuteron
@DrDeuteron Год назад
doesn't bin() bind to dunder index()?
@jarlschetalim7529
@jarlschetalim7529 Год назад
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)
@moumnalmunawy1806
@moumnalmunawy1806 Год назад
Will you continue rust?
@furioniasignition2546
@furioniasignition2546 Год назад
What’s the colour theme?
@Empathywastaken
@Empathywastaken Год назад
9:49 theres a mistake, regardless tis an epic video thank you so much
@chesschad81
@chesschad81 Год назад
Where?
@chesschad81
@chesschad81 Год назад
Oh, you mean the misplaced bracket?
@Empathywastaken
@Empathywastaken Год назад
@@chesschad81 no, the entire title is wrong
@chesschad81
@chesschad81 Год назад
@@Empathywastaken Oh, wow.
@sulai2279
@sulai2279 Год назад
19:30 why aren't 'a' and 'b' identical? if it were a mutable object you could mutate 'b' and 'a' will mutate aswell
@jordymaryns4945
@jordymaryns4945 Год назад
Also you put info about hash() on the hasattr function and forgot to add hash() function in the video (there is no hash.py)
@hdumtflncehennemi6291
@hdumtflncehennemi6291 Год назад
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
@cacavieja55
@cacavieja55 Год назад
lol abs... i thought these functions would solve my life issues
@sorandom2028
@sorandom2028 Год назад
Everyone thinks I'm a cheating student but I'm just a self learning dude in Nigeria... Tim help! You'll need to write a function, the function will take a string argument, and will tell the user which characters appeared successively, how many times it appeared and the maximum repetition. For example, if the argument is "Hello Timmy!!! A better day awaits... brrr!!!" Then your function should output: Repeated characters: l m t r ! Occurrence: l = 1, t = 1, r = 1, ! = 2 Degree of repetition: l = 2, t = 2, r = 3, !=2
@piotrmazgaj
@piotrmazgaj Год назад
I dear you to do a film about all __dunders__ ; )
@emmanuelodebiyi8305
@emmanuelodebiyi8305 Год назад
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
@DanielMaldonado950
@DanielMaldonado950 Год назад
Can you still make money programming? Ai codes for us now
@qanaqadirbro9555
@qanaqadirbro9555 Год назад
👍
@jordymaryns4945
@jordymaryns4945 Год назад
You forgot a time marker for delattr
@jordymaryns4945
@jordymaryns4945 Год назад
Also no marker for help()
@thedevhassan
@thedevhassan Год назад
OP
@adityapunetha6606
@adityapunetha6606 Год назад
where is next()
@OldFChannel
@OldFChannel Год назад
Whoever's reading this, i pray that whatever you're going through gets better and whatever you're struggling with or worrying about is going to be fine and that everyone has a fantastic day! Amen
@Anutechtrwebgodz
@Anutechtrwebgodz Год назад
I actually needed that thanks. Hopefully today gets better.
@hamzaomar570
@hamzaomar570 Год назад
Thanks man likewise
@frfrongong9712
@frfrongong9712 Год назад
Thanks bro you too. We got this guys
@MrJu504
@MrJu504 Год назад
Thank you I needed to hear that.
@Jxsh2tuff
@Jxsh2tuff Год назад
Amen
@marmaladetoast
@marmaladetoast Год назад
__abs__ not ABC
@rasi123ful
@rasi123ful Год назад
To anyone who saw comnts about torrenting it, I would strongly advise against doing that. Pirating a DAW can be a huge fine. Not
@emmanueloluoch1982
@emmanueloluoch1982 Год назад
love you men
@ugur388
@ugur388 Год назад
rarp
@drengr2462
@drengr2462 Год назад
Wow you look like me bruh, have we been twin before, did ma bring u forest to lose
@markcuello5
@markcuello5 Год назад
SECURITY
@BruceDuncan
@BruceDuncan Год назад
Disappointed you didn't show the result of "callable(callable)"
@bananacraft69
@bananacraft69 Год назад
eval()
@mohsinfareed1797
@mohsinfareed1797 Год назад
Thanks . But you speak very quickly. It hard for me to follow. I am not English mother tongue
@kajekage9410
@kajekage9410 Год назад
No p2?
@TechWithTim
@TechWithTim Год назад
It’s coming!
@HusamEmran
@HusamEmran 11 месяцев назад
what are you doing ?!! the way you explain is showing you don't know whats going on . ex. hasattr() FANCTION how X is in C and Y isn't !! @17:40
Далее
Every Python Function Explained | H - Z
27:59
Просмотров 30 тыс.
Python As Fast as Possible - Learn Python in ~75 Minutes
1:19:41
Khabib came to check on Poirier 👀 #UFC302
00:25
Просмотров 689 тыс.
Introduction to Data Libraries in R
12:21
PLEASE Use These 5 Python Decorators
20:12
Просмотров 90 тыс.
ALL 47 STRING METHODS IN PYTHON EXPLAINED
23:34
Просмотров 113 тыс.
10 Python Comprehensions You SHOULD Be Using
21:35
Просмотров 103 тыс.
Python Generators Explained
28:37
Просмотров 143 тыс.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Просмотров 1,5 млн
Python Tutorial for Beginners 8: Functions
21:48
Просмотров 1,1 млн
Functions in Python are easy 📞
10:38
Просмотров 379 тыс.