Тёмный
TechMastery
TechMastery
TechMastery
Подписаться
Welcome to TechMastery, the ultimate destination for coding tutorials and tech insights! Our channel brings together a diverse community of passionate tech enthusiasts, offering comprehensive tutorials, tips, and tricks to empower you with coding skills and navigate the ever-evolving tech landscape.

Whether you're a beginner taking your first steps in coding or an experienced developer seeking advanced techniques, TechMastery has something for everyone. From Python and Java to web development, machine learning, and beyond, our expert contributors share their expertise in an engaging and accessible manner.

Stay up-to-date with the latest tech trends, explore exciting projects, and unlock your coding potential alongside a vibrant community of learners. Subscribe now and join the CodeCrafters on their quest for tech excellence!
Hugging Face Tutorial: Transformers
2:03
Месяц назад
Python Yield Keyword Explained
1:15
Месяц назад
SQLite Tutorial: Foreign Key Constraints
1:46
2 месяца назад
Python Zip Function Explained in 1 Minute
1:21
3 месяца назад
Комментарии
@noone-w1o
@noone-w1o Месяц назад
@mart____ hard yeh bhai, hard yeh!!!!
@mokied
@mokied Месяц назад
You can create an iterator using comprehension with regular brackets.
@vaginalarthritis1753
@vaginalarthritis1753 Месяц назад
I get the idea, I just don't think the example you used to illustrate yield is a good one.
@kardrasa
@kardrasa Месяц назад
Eyo why is this 360p? I appecirate the tutorial tho
@aissamboudra7995
@aissamboudra7995 2 месяца назад
Great topic , Many thanks
@arokiarajan1230
@arokiarajan1230 2 месяца назад
Love it
@mitz8852
@mitz8852 2 месяца назад
Hey I missed that short where you were telling about missing values.. Can you tag that reel somewhere??
@Tech_Mastery
@Tech_Mastery 2 месяца назад
@@mitz8852 the full video is tagged in the short!
@mo_1023
@mo_1023 2 месяца назад
The print() one liner with list comperhension at the end is cool and clever. Would like to see named tuple and some of the other itertool classes
@pycodehubb
@pycodehubb 2 месяца назад
Simple ❤
@uttamkhot3563
@uttamkhot3563 2 месяца назад
short and nice video
@phatboislym
@phatboislym 2 месяца назад
you can add the keyword argument `start` and add the number you want to start counting from eg for idx, num in enumerate(nums, start=1) this will have idx start from 1 instead of the default 0
@aissamboudra7995
@aissamboudra7995 2 месяца назад
Can we select specific column ??
@aissamboudra7995
@aissamboudra7995 2 месяца назад
Can we add a condition for one or the two arguments ??
@aissamboudra7995
@aissamboudra7995 2 месяца назад
So interesting fonction, thank you 😊
@MasterSergius
@MasterSergius 2 месяца назад
What is more efficient - filter or list comprehension?
@aissamboudra7995
@aissamboudra7995 2 месяца назад
Ooh very nice many thanks
@unrealbot3027
@unrealbot3027 3 месяца назад
How is this any different from using basic list comprehension?
@Tech_Mastery
@Tech_Mastery 3 месяца назад
Fantastic question! I will be posting a video explaining this shortly
@unrealbot3027
@unrealbot3027 3 месяца назад
Why the list wrap around the zip function? Can't we print the tuples directly without converting them to a list?
@Tech_Mastery
@Tech_Mastery 3 месяца назад
Yes you are correct! I used the list wrap for better readability and personal preference
@mo_1023
@mo_1023 2 месяца назад
Because the zip returns an iterable, practically you need to convert that iterable to a list to have the useful list methods.
@cyivert
@cyivert 3 месяца назад
quick simple very nice. Keep it up! And thank you!
@Tech_Mastery
@Tech_Mastery 3 месяца назад
Glad you liked it!
@omarborja5514
@omarborja5514 3 месяца назад
Can you make a video about classes?
@shumahiroyukiogata5328
@shumahiroyukiogata5328 3 месяца назад
cant wait to learn more!
@Squick99
@Squick99 3 месяца назад
That was a great tutorial on the filter function! I had not heard it explained quite so clearly before. I can think of a ton of ways to use it by making your own functions that return True or False now. Thanks!
@falmesbuildens4323
@falmesbuildens4323 3 месяца назад
Never
@aissamboudra7995
@aissamboudra7995 3 месяца назад
Thanks
@aissamboudra7995
@aissamboudra7995 4 месяца назад
Thanks