The Algorithm Behind Spell Checkers
13:02
The Even Groups Problem in Python
3:46
Python Classes in 1 Minute!
1:26
Жыл бұрын
Why Are Sets Like This??
4:56
Жыл бұрын
*Args and **Kwargs in Python
3:49
List Comprehension in Python
2:01
What is Scope in Python??
10:25
Жыл бұрын
Python Yield Keyword??
3:18
Жыл бұрын
Python Lambda Functions??
4:30
Жыл бұрын
Python's Walrus Operator??
2:39
Жыл бұрын
Python Decorators in 1 Minute!
1:09
How To Make An AFK Bot!
5:13
2 жыл бұрын
Python's Map Function Explained..
3:02
The Python Math Module Explained..
11:01
Using The Python Pickle Module
6:55
2 жыл бұрын
Пікірлер
@khashayarsoormi285
@khashayarsoormi285 3 сағат бұрын
Clever syntax but not readable.
@custardtart1312
@custardtart1312 6 сағат бұрын
“Nowwwd”. Geek speak.
@ccuuttww
@ccuuttww 8 сағат бұрын
In the duplicate case, do we still need to look for duplicates 1 by 1 inside the memory just like the naive method?
@Jovanepadonou
@Jovanepadonou 12 сағат бұрын
Which vs code theme do you use please
@ProfDev
@ProfDev 17 сағат бұрын
Then what the heck is cache for, come on!
@AdolfinHitachiler
@AdolfinHitachiler 21 сағат бұрын
link[4::]
@marionforge2769
@marionforge2769 Күн бұрын
ohhhhhhhhhhhhhhhhhhhhhhhhh!!!!
@TekKskakwmkwm111
@TekKskakwmkwm111 Күн бұрын
If a module has a strictly defined __all__ object, wildcard imports are OK. Sorry, that one seems arguable.
@nerdnexus04
@nerdnexus04 Күн бұрын
Another way to do this I think would be for link in links: print(link[5::]) Although this only works if you’re trying to remove the letters at the beginning 😭
@hassanuthman9307
@hassanuthman9307 Күн бұрын
Aren't you supposed to change a & b into lists? def merge_arrays(arrayA, arrayB): return sorted(set(list(arrayA) + list(arrayB))) a = {1, 2, 3, 3, 4, 5, 6} b = {4, 4, 5, 6, 7, 8, 9} c = merge_arrays(a, b) print(c)
@AlternicityBlogspot
@AlternicityBlogspot Күн бұрын
Thankyou
@gergelynagy2609
@gergelynagy2609 Күн бұрын
Gosh i love python
@amoosekerrason
@amoosekerrason Күн бұрын
Knowledge flows through my mind, leaving no trace behind…
@ibrahimkalmati9379
@ibrahimkalmati9379 2 күн бұрын
If only there was way in which we can define data type at time of creation of variable
@burnt7882
@burnt7882 2 күн бұрын
This is like doing CSS in Python. It's quite interesting.
@denmonlord
@denmonlord 2 күн бұрын
So it's the same as ((x,y)=>x+y)(1,2) In javascript?
@jordanhenshaw
@jordanhenshaw 2 күн бұрын
So it should be pargs and kwargs
@NotDafffodil
@NotDafffodil 2 күн бұрын
just write global global_var at the start of the function
@samygafsi6429
@samygafsi6429 2 күн бұрын
Python has finally accepted using the switch ?
@shortsmachine7522
@shortsmachine7522 2 күн бұрын
flyod warshal
@julesnet
@julesnet 3 күн бұрын
Just dont use python in general for anything other than program emulation/apis
@krolon9786
@krolon9786 3 күн бұрын
10% faster than slow is still slow.
@jacobmathewin
@jacobmathewin 3 күн бұрын
One line print(input("Name: ") or "n/a")
@codybaker491
@codybaker491 3 күн бұрын
Now type in a negative number 😏
@SiddheshVedre-w9n
@SiddheshVedre-w9n 3 күн бұрын
It's like listeners in java ??? 🤔
@PhaniKondapani
@PhaniKondapani 3 күн бұрын
Excellent videos. Very helpful for Python beginners!
@maratarias8333
@maratarias8333 3 күн бұрын
Having so many in builts in python was annoying asf first learning cuase it took away the logic you needed for a code and just gave the answer but the logic of how that inbuilt works is magical with your code so it works or doesnt but shit just dumb
@i_nikey
@i_nikey 4 күн бұрын
print(input(“Name: “) or “N/A”)
@dollar77
@dollar77 4 күн бұрын
print(list(set(a,b)))
@picardcook7569
@picardcook7569 4 күн бұрын
those are lists
@akingakk
@akingakk 4 күн бұрын
If you code like this start grinding leetcode to look for a new job because AI is going to replace you
@guruyaya
@guruyaya 4 күн бұрын
Did you test using the global keyword instead?
@salehyahyaa
@salehyahyaa 4 күн бұрын
Why not use if else statements
@lone_lyrcz
@lone_lyrcz 4 күн бұрын
Your vs code font name pls?
@Amajd-kt8rj
@Amajd-kt8rj 5 күн бұрын
Why not just delete it..
@רועישרון-ע4ת
@רועישרון-ע4ת 5 күн бұрын
Its pycharm?
@Moai_rocc
@Moai_rocc 5 күн бұрын
Can you make a less sarcastic tutorial that actually shows the use cases of lambda functions?
@jeffcauhape6880
@jeffcauhape6880 5 күн бұрын
Interesting, but I would have just passed it as a parameter.
@PeterGeorge-d1x
@PeterGeorge-d1x 5 күн бұрын
Thank you, its so helpful, I recommend it .
@Ninjalandia
@Ninjalandia 5 күн бұрын
song name?
@TheFFFreakazoid
@TheFFFreakazoid 6 күн бұрын
Why does youtube always recommend Python videos? I wanna see something about a real programming language
@kamranabbasov6408
@kamranabbasov6408 6 күн бұрын
Thanks for the clearest explanation I have seen on this topic.
@ComputerScience-q7n
@ComputerScience-q7n 6 күн бұрын
3 lines of code, " What a waste of space". Meanwhile C,C++, Java prorammers.
@ECLIPSE1420
@ECLIPSE1420 6 күн бұрын
Gordon: lambda, hehe, i haven't heard that name in a while... (7\)
@aashsyed1277
@aashsyed1277 6 күн бұрын
how in the world do you paste in everything like that??
@americaworks4202
@americaworks4202 6 күн бұрын
Me likie 😃
@PhantomDevlops
@PhantomDevlops 6 күн бұрын
Why don’t you use a a statement to check for alpha digits id use I while true loop
@leoncini9553
@leoncini9553 7 күн бұрын
python sucks so much ass
@pedrocarvalho9273
@pedrocarvalho9273 7 күн бұрын
Wait a minute.... Didn't the benevolent dictator (GvR) mean no switch-case statements in Python? 😂 Match this and that...