Тёмный
Brendan Metcalfe
Brendan Metcalfe
Brendan Metcalfe
Подписаться
This channel is for python programmers and software developers.

Here you will learn software development and programming at all levels, from beginners learning to code, to intermediate and advanced.

Check out all the free full tutorial series and playlists.
Finding the Mode of a List in Python
10:06
2 года назад
CodingBat sum3 answer - Python List 1
4:18
3 года назад
Python index() List Method - TUTORIAL
11:00
3 года назад
Python sort() List Method - TUTORIAL
17:12
3 года назад
Python pop() List Method - TUTORIAL
10:59
3 года назад
Python insert() List Method - TUTORIAL
10:22
3 года назад
Python copy() List Method - TUTORIAL
10:23
4 года назад
Комментарии
@randzioful
@randzioful День назад
Why you testing pens with python?
@rohitkumarpec7547
@rohitkumarpec7547 День назад
Make more videos plz🎉
@SoloByteStudio
@SoloByteStudio День назад
This video shouldn't have been a video
@JeffMorris-px5ec
@JeffMorris-px5ec День назад
Agree, I didn't learn anything
@aljustiet
@aljustiet 3 дня назад
Thank you
@IntricateMoon
@IntricateMoon 3 дня назад
@DirisalaSandeepKumar
@DirisalaSandeepKumar 5 дней назад
Everyone : Nothing's perfect in this world. Metcalfe : Shut up losers have u watched my playlist on list comprehensions.
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
hahaha thanks
@LeonardIvory-k4g
@LeonardIvory-k4g 8 дней назад
You're doing a fantastic job! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). How can I transfer them to Binance?
@11305205219
@11305205219 8 дней назад
*RU-vid recommended this video to me as I’m just starting to learn Python!*
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Awesome
@11305205219
@11305205219 8 дней назад
tks for sharing
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Np
@kretzkid98
@kretzkid98 8 дней назад
I'm building a tool using python to tile drone images into an otho rectified geotiff. I'm curious what capabilities of python others use instead of a GIS software, or how they are improving or enhancing the capabilities of gis software I'm curious though how
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Oh man so much
@pokerchannel6991
@pokerchannel6991 20 дней назад
You can turn a iterable into a list or a tuple in one line but does it go the other way? Can you turn a tuple or list into a iterable? Specifically, if you have a list of Char, can you turn that list into a string in one line?
@pokerchannel6991
@pokerchannel6991 20 дней назад
You can turn a string into a list or a tuple in one line. But can you turn a list into a string in one line? Like: str([“h”, “e”, “y”])?
@pokerchannel6991
@pokerchannel6991 20 дней назад
Let’s say your generator has a huge range of say 100k. If you list(generator)[0], are you turning the whole thing into a list or just the first position [0] into the list? I am obviously asking about resource allocation and consumption. Does list(generator) brute force the whole list or is it more finesse’d
@pokerchannel6991
@pokerchannel6991 20 дней назад
I like list comprehension because I can write a list with iteration and conditionals and expression all in one line
@masteronepiece6559
@masteronepiece6559 22 дня назад
3:22 WTF man? You are trying to assign and null return to a variable, so you will get nothing.
@kuelezav
@kuelezav Месяц назад
Pretty pointless. We need to remove this from the terminal
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Lol you might be right
@suphhhh
@suphhhh Месяц назад
Thank you for the video. It helped me a lot ❤
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Glad it helped!
@gedtoon6451
@gedtoon6451 Месяц назад
When you have miss type the name of am attribute, like 'modellll, is it not the correct thing to raise an error, so the problemgets fixed? It is not a good idea to sweep errors under the carpet.
@solitary_enough
@solitary_enough Месяц назад
what is the software tool you used to show this thing ?
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
The editing software is screenflow
@solitary_enough
@solitary_enough 2 дня назад
@@BrendanMetcalfe Thank you 💫
@michaelmelocoton8197
@michaelmelocoton8197 Месяц назад
Great channel sir..subscriber here..your a true teacher..
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Thanks and welcome
@SoniKumari-rl5vv
@SoniKumari-rl5vv Месяц назад
hello i am watching ur video from india your video is so helpfull
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Glad it was helpful!
@anandprime2173
@anandprime2173 Месяц назад
Can somebody explain how this 'base' thing work here?
@abhaygargi4231
@abhaygargi4231 Месяц назад
Thank you sir it helped a lot.
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Most welcome!
@haojiang9250
@haojiang9250 2 месяца назад
thanks very much very powerfull class
@BrendanMetcalfe
@BrendanMetcalfe 3 дня назад
Thx
@shivakannojia8963
@shivakannojia8963 2 месяца назад
You are the best
@tkumardalai9995
@tkumardalai9995 3 месяца назад
its superb
@acasualnon
@acasualnon 3 месяца назад
Absolutely golden.
@Mounishwar-gs6et
@Mounishwar-gs6et 3 месяца назад
Will you come back and teach me the whole stuff in depth
@Yusufgamer-ky4ht
@Yusufgamer-ky4ht 3 месяца назад
Thank you so much bro
@HassanYoussoufFossi
@HassanYoussoufFossi 4 месяца назад
Thks a lot.
@wiRUzA
@wiRUzA 4 месяца назад
Braces are not necessary, {k if k == k else k:v if v == v else v for k,v in age_d.items()} will work too. btw, nice series - thx for that!
@michaelanochie1030
@michaelanochie1030 4 месяца назад
Thank
@משהמישל-ל5ע
@משהמישל-ל5ע 4 месяца назад
it's great!! cool!
@doc9448
@doc9448 4 месяца назад
came here to learn about xrange since I saw it in a leetcode easy solution (an official one(?)). Turns out it's a deprecated function. Problem sorted in under 20 seconds <3
@dd...6827
@dd...6827 5 месяцев назад
bruh a little soft had to on volume to max
@durgad4763
@durgad4763 5 месяцев назад
Great info ❤️❤️❤️❤️
@shimaasamir2004
@shimaasamir2004 5 месяцев назад
Can you make a video explaining files, modules, and dictionaries in Python? Thank you!
@shimaasamir2004
@shimaasamir2004 5 месяцев назад
Super super helpful! Thank you and keep up the good work!
@astrahcat1212
@astrahcat1212 5 месяцев назад
key can be the name of a function and don't forget lambda but I don't like lambda, inline functions aren't great for readability
@MrKindloony
@MrKindloony 5 месяцев назад
Thx bro 😎🤝😎
@jell._.y
@jell._.y 5 месяцев назад
this cleared it up for me, thanks
@jell._.y
@jell._.y 5 месяцев назад
cool
@jell._.y
@jell._.y 5 месяцев назад
your tuts are gold
@jell._.y
@jell._.y 5 месяцев назад
i appreciate your videos very much, thanks
@jell._.y
@jell._.y 5 месяцев назад
Lolol the creator not liking map, goated
@jell._.y
@jell._.y 5 месяцев назад
Cool
@jell._.y
@jell._.y 5 месяцев назад
nice
@TheLichOmoi
@TheLichOmoi 6 месяцев назад
This was 𝐠𝐫𝐞𝐚𝐚𝐚𝐚𝐚𝐭
@gauravS_07
@gauravS_07 6 месяцев назад
Thanks a lot buddy. You’ve my respect ❤ It’ll be very helpful in learning and coding
@mujtabaganie1905
@mujtabaganie1905 6 месяцев назад
Hey man I love your content.. Can you please make a video on android but using Geth ans localhost 8545?ive been having trouble getting it synced and attached to my localhost, my project only checks balances of addresses, these third Party modes are just extremely slow which sucks really