In the duplicate case, do we still need to look for duplicates 1 by 1 inside the memory just like the naive method?
@Jovanepadonou12 сағат бұрын
Which vs code theme do you use please
@ProfDev17 сағат бұрын
Then what the heck is cache for, come on!
@AdolfinHitachiler21 сағат бұрын
link[4::]
@marionforge2769Күн бұрын
ohhhhhhhhhhhhhhhhhhhhhhhhh!!!!
@TekKskakwmkwm111Күн бұрын
If a module has a strictly defined __all__ object, wildcard imports are OK. Sorry, that one seems arguable.
@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Күн бұрын
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Күн бұрын
Thankyou
@gergelynagy2609Күн бұрын
Gosh i love python
@amoosekerrasonКүн бұрын
Knowledge flows through my mind, leaving no trace behind…
@ibrahimkalmati93792 күн бұрын
If only there was way in which we can define data type at time of creation of variable
@burnt78822 күн бұрын
This is like doing CSS in Python. It's quite interesting.
@denmonlord2 күн бұрын
So it's the same as ((x,y)=>x+y)(1,2) In javascript?
@jordanhenshaw2 күн бұрын
So it should be pargs and kwargs
@NotDafffodil2 күн бұрын
just write global global_var at the start of the function
@samygafsi64292 күн бұрын
Python has finally accepted using the switch ?
@shortsmachine75222 күн бұрын
flyod warshal
@julesnet3 күн бұрын
Just dont use python in general for anything other than program emulation/apis
@krolon97863 күн бұрын
10% faster than slow is still slow.
@jacobmathewin3 күн бұрын
One line print(input("Name: ") or "n/a")
@codybaker4913 күн бұрын
Now type in a negative number 😏
@SiddheshVedre-w9n3 күн бұрын
It's like listeners in java ??? 🤔
@PhaniKondapani3 күн бұрын
Excellent videos. Very helpful for Python beginners!
@maratarias83333 күн бұрын
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_nikey4 күн бұрын
print(input(“Name: “) or “N/A”)
@dollar774 күн бұрын
print(list(set(a,b)))
@picardcook75694 күн бұрын
those are lists
@akingakk4 күн бұрын
If you code like this start grinding leetcode to look for a new job because AI is going to replace you
@guruyaya4 күн бұрын
Did you test using the global keyword instead?
@salehyahyaa4 күн бұрын
Why not use if else statements
@lone_lyrcz4 күн бұрын
Your vs code font name pls?
@Amajd-kt8rj5 күн бұрын
Why not just delete it..
@רועישרון-ע4ת5 күн бұрын
Its pycharm?
@Moai_rocc5 күн бұрын
Can you make a less sarcastic tutorial that actually shows the use cases of lambda functions?
@jeffcauhape68805 күн бұрын
Interesting, but I would have just passed it as a parameter.
@PeterGeorge-d1x5 күн бұрын
Thank you, its so helpful, I recommend it .
@Ninjalandia5 күн бұрын
song name?
@TheFFFreakazoid6 күн бұрын
Why does youtube always recommend Python videos? I wanna see something about a real programming language
@kamranabbasov64086 күн бұрын
Thanks for the clearest explanation I have seen on this topic.
@ComputerScience-q7n6 күн бұрын
3 lines of code, " What a waste of space". Meanwhile C,C++, Java prorammers.
@ECLIPSE14206 күн бұрын
Gordon: lambda, hehe, i haven't heard that name in a while... (7\)
@aashsyed12776 күн бұрын
how in the world do you paste in everything like that??
@americaworks42026 күн бұрын
Me likie 😃
@PhantomDevlops6 күн бұрын
Why don’t you use a a statement to check for alpha digits id use I while true loop
@leoncini95537 күн бұрын
python sucks so much ass
@pedrocarvalho92737 күн бұрын
Wait a minute.... Didn't the benevolent dictator (GvR) mean no switch-case statements in Python? 😂 Match this and that...