PLEASE Learn These Features of Python Functions

preview_player
Показать описание
To learn programming and Python - check out Datacamp!

In this video, I will be showing you the 6 HIDDEN features of Python functions that you should be aware about. Each of them get more and more interesting and advanced as we go through them so make sure you stick around until the end of the video to learn them all.

🎞 Video Resources 🎞

⏳ Timestamps ⏳
00:00 | Feature #1
02:57 | For Serious Developers
04:08 | Feature #2
09:07 | Feature #3
11:47 | Feature #4
15:35 | Feature #5
18:30 | Feature #6

Hashtags
#python #pythonprogramming #coding
Рекомендации по теме
Комментарии
Автор

To learn programming and Python - check out Datacamp!

TechWithTim
Автор

so many ppl not understanding the difference between "advanced" - which is never claimed- and 'more advanced'.
for that last one you need to understand to what they are comparing, in this case likely to a starting python dev. or starting from the skill level of a starting dev.

it's like thinking "faster ways of transportation" should only list the "fastest ways of transporation", while biking is a legit answer/option if one is comparing to/starting from transportation by walking.

soul_maestro
Автор

AGAIN very cool, interesting video.
Thanks for your explanations.

christoph
Автор

Everytime I’m like where is Tim you helped me a lot

Mecagothits
Автор

I really enjoyed this video, but felt for some of the more abstract examples it would be great to see the real world problems that these approaches would solve, particularly 3 & 4. Love the videos keep it up.

heftywhoppa
Автор

thank you sir.. you're great 🎉❤
Love from your Pakistani student🇵🇰😊

muhammad_ikram_
Автор

2:23 values=[]

You call this array but it's not, mate. That's a list

Also this is not recommended to put an empty list as the default value in the function, cuz it's mutable and will be the same for each function call.

andrewmenshicov
Автор

So if I understood this right the nonlocal keyword is basically the global keyword but looks for the variable 1 scope far instead of the global scope?

samukaze
Автор

"As you can see it says 15". (actually says 7 11)

pararth
Автор

can you make a Data Structure and Algorithms crash course thanks bro🤓

SurafelTezera-do
Автор

Hey Tim, can you show us how to use OCR to extract text from uploaded images and pdfs (like user ids) and return the data so the user can use it? Is it possible to feed some images/pdf patterns (like specific country ID, for example) so the OCR can get even more precise? Thanks, bro!

joaoarthurbandeira
Автор

As a beginner programmer, I found it very hard to grasp the concept of "closures" with this kind of arithmetic examples, I think the usefulness of closures is better understood with practical examples as in Javascript fetching "BaseURL + URL"

andresbonelli
Автор

All of these besides nonlocal are used in any reasonably sized Python shop. I’d consider them intermediate, but not necessarily advanced. I would say doing async Python with coroutines is advanced or context managers

DunderDawg
Автор

What is the best language program for website scarping tim?

ALIHALLAFI
Автор

It takes patience, you'll see it

smokinafrican
Автор

Didn't talk about argument unpacking func(**{'a':1, 'b':2} or forcing value passing by name only def func(*, a, b) smh
Besides knowing how to use Vim, sending code like that is the best way to pickup compsci women

erin
Автор

Sorry sir, but if I am clicking on this vid. (not to waste time) then I am an Intmd. dev atleast, and these features are expected from me.

bambiburg
visit shbcf.ru