@X0wnageX1 Yeah: 1) you were supposed to add a single quote after the question mark and use backslash \ instead of slash / to escape the single quote in your string; 2) the plural of "baby" is not "baby's" but "babies"; 3) it's OK that you put the string in parenthesis, but they weren't necessary; it's good to use as many parenthesis as you need to structure your code or data
start up IDLE, it should tell you what version you are using. 3.1 is the most recent version, but dont use it, (i prefer 2.7) if you are using 3 or above this code might not work
@bleachfan44 You're probably typing parentheses instead of brackets when creating the list. This procedure creates a tuple, not a list. There are some differences between them that I can't tell.
@apricotsnms516 He said it in the previous video. they do the same but if you have a sentence and theres a word like : "he's" you've got a problem. Then you gotta put " " instead of : ' ' in the beginning and the end.
was the best I could do as action is a list and there is no other way add a string and a list....short of programming "action" as the string "you code python"
@galenjsontag if you use pop, the removed value is returned to you, so you could for example store it in a variable for later use. such as poppedWord = list.pop(0). If you just delete something you cant do this. also .pop() takes an index as an paremeter whereas .remove() takes the value to be removed
Alright, alright, alright... this is my problem. I can't for the life of me, figure out why the insert method only worked once. I did everything you did Bucky. Then I thought it would probably be a good idea to restart IDLE. That worked for one "experiment". The next time I tried it didn't work. I even tried restarting the IDLE program again. I still got nothing. Can anyone help me?
Quick question ---Am I wrong if I'm running the installer on the Aspire Revo?
If you add and remove many times with your list, and if you want to make your program flexible, it's good time to use method count. If count method is useless, it should have been kicked out when Python upgrades. It's still there so it's useful and using it doesn't mean people don't know how to count.
I'm not talking about the count function in Python, I'm talking about when he writes a list of variables (or whatever) then says "I've made 5 variables... look... onnne, twooo, threee, foour, fiiiive ..." and spends ages reading each one out when we can see there are 5 variables by looking at the screen.
That's just a fictional example though (it's been weeks since I saw this), but he's definitely done stuff like that in a few of his videos.
I was complimenting his video and suggesting ways he could improve it in future. It's called constructive criticism and I'm guessing you never had enough of it when you were a kid. Tool.
@1rbCaboose101 but I WILL STFU by removing my comments as this point is hardly worth arguing any more. All I get is barely literate people misunderstanding my points completely then reacting with personal insults against me. I could be correcting them from now until the end of time but there are more morons on this planet than I can ever hope to deal with so yeah you're right I should STFU.
@1rbCaboose101 Just to clarify, I meant I would remove all my comments to you (my other comments are all correct so you can just deal with them) but it turns out I can't get the delete button to appear whatever I try so now you're just going to have to deal with all my old comments and the shit load of new ones I have just posted entirely because of you. Way to shut me up dude. ;)
My only criticism is that they are terribly slow paced sometimes. Like when you count stuff on screen, highlighting every item in the list - wastes so much time. We know how to count. If anyone doesn't know how to count they shouldn't be trying to learn Python in the first place.
You would probably make a great teacher bucky, good explainings unlike many other very boring tuts on here and other places and also funny. thanks 4 good work.
I can't begin to explain how helpful your Python tutorials have been to me, thank you so much for all your work Bucky, you are great person for taking time out to help your fellow programming enthusiasts.
Apparently, remove() removes only the first occurrence. It's like the first thought I get when I see you demonstrate that function, so it should probably be in the tutorial.
print ('Bucky can i have your baby/'s?)
please correct me if that is not right
X0wnageX1 1 month ago
This has been flagged as spam show
@X0wnageX1 it's not right!
print 'Bucky can i have your baby\'s?'
mathiflip 1 month ago in playlist Python Programming Tutorials
@X0wnageX1 Pretty sure there should be a backslash there instead of a forward slash.
ArswawWorldofWarcraf 1 month ago
@X0wnageX1 Oops! Apparently Python 3 needs parenthesis after print.
fardelian 3 weeks ago in playlist Python Programming Tutorials
@X0wnageX1 Yeah: 1) you were supposed to add a single quote after the question mark and use backslash \ instead of slash / to escape the single quote in your string; 2) the plural of "baby" is not "baby's" but "babies"; 3) it's OK that you put the string in parenthesis, but they weren't necessary; it's good to use as many parenthesis as you need to structure your code or data
fardelian 3 weeks ago in playlist Python Programming Tutorials
wow he is cool and awesome.,.,.,good job buddy
jacobkurien 1 month ago
This Python is very easy, but still very weird :S
OverG88 1 month ago
WAIT I DON'T GET IT! What does reverse do???
ImQwon 1 month ago
Another difference between pop and remove is that pop needs an index, while remove needs a string.
CwisyLiu 1 month ago in playlist Python Programming Tutorials
Bucky.GiveThanks($100)
CwisyLiu 1 month ago in playlist Python Programming Tutorials
Wait!!
What does .reverse do, I don't get it.
SuicidalLaughter 2 months ago
@SuicidalLaughter It reverse the whole list
speciaalforsubs 1 month ago
thanx bro
reshad009 2 months ago
what the... 'WTF' LOL
XoRr0WBi7ch 2 months ago
How do I return something a .pop has deleted?
superdatamaskin 3 months ago
you Bucky may have just helped me pass my first year at Univeristy :)
Riskeeman1 3 months ago
are you(bucky) the creator of the python
ThePokemonteacher 3 months ago
apples.extend(say)
MrRapell 4 months ago
why can't he be god its a simple configure.
bucky=god
print 'god'
MrBodeci 5 months ago 2
You Sir are a god!
Punxerklc 6 months ago
@Punxerklc
He is an awesome guy and helpful we appreciate his work but he is not God !
TheKinGly07 5 months ago
@TheKinGly07 Religious freak?
Punxerklc 5 months ago
@Punxerklc Why does he have to be a "religious freak" to show his beliefs? You are ignorant
xNintendoGamerx 3 months ago
"Well...mthat's a shame.." HAHAHA!!
Dado75 6 months ago in playlist Python Programming Tutorials
0:25 Did someone sign off AIM? ;)
RootOfTheNull 6 months ago
@bleachfan44
start up IDLE, it should tell you what version you are using. 3.1 is the most recent version, but dont use it, (i prefer 2.7) if you are using 3 or above this code might not work
TheOGRiddler 7 months ago
Did they change it at all? I'm on the most recent version (2.7.1, I believe) and when I type say.insert(2, 'hoss'), I get the error message:
AttributeError: 'tuple' object has no attribute 'insert'
bleachfan44 7 months ago
@bleachfan44 You're probably typing parentheses instead of brackets when creating the list. This procedure creates a tuple, not a list. There are some differences between them that I can't tell.
MuriloAndrade1982 6 months ago
these tutorials are the only ones that i can understand..
backthenvodka 7 months ago
all these methods use the object "list" as illustration, these methods can be used with other objects ...
123machamp 7 months ago
Comment removed
123machamp 7 months ago
is python to easy or your tutorial is to well explained?
randomguyalwayshere 7 months ago 62
@randomguyalwayshere Both
ERPP8 4 months ago
@randomguyalwayshere Python is an easier language to pick up, but he does a great job explaining!
happymiller 4 months ago
I got here because i thought this was wxPython tut 15 :(
uratoko 7 months ago
found this channel on makeuseof
zorgelo1 8 months ago in playlist New Boston Python Tutorial
Wait, what happened when he used say.reverse???
ToweLieProduction 8 months ago 2
@ToweLieProduction Its solves the mystery of the universe.
D3STR0Y4RF4iLZ 8 months ago
How you can shuffle a list?
akhs001 8 months ago
"Hey, now, brown, cor.... wtf?" hahahaha
TheSnare1337 8 months ago
buckkkkkkky RULEZ!
popwarfour 8 months ago
BTW there is no forword option to change it back , you need to reverse it again to bring it back as it was
romanhorol 8 months ago
so,
say.index()
is equal to
say.count()
????
kaimarohero 9 months ago in playlist Python Programming Tutorials
@kaimarohero say.index() is string and say.count() is number
BaumOida 9 months ago
you love the words bucky appels and hey now
Mega1hacker 10 months ago
"and now eat your shit, don't worry it'll be usefull later on....."
j0j3qu 10 months ago
Without these videos, I don't think I would ever be able to learn this stuff.
l2ic3 1 year ago
Bucky for President
johnsawyerdp 1 year ago 4
its "how now brown cow" not "hey now brown cow"
JohnCorn16 1 year ago
"if you can't figure out what what reverse did that's a shame." lol
chuunarusamurai 1 year ago 4
how do i know when to use parentheses and square brackets, and these " " and these ' '?
apricotsnms516 1 year ago
@apricotsnms516 He said it in the previous video. they do the same but if you have a sentence and theres a word like : "he's" you've got a problem. Then you gotta put " " instead of : ' ' in the beginning and the end.
SamKindofGuy 1 year ago
great tutorial... I can see the reverse method being useful
action = ['you', 'code', 'python']
print 'in soviet russia' , action.reverse()
something like that
MediumSizedPenis 1 year ago 5
@MediumSizedPenis in soviet russia, None
newman30000010 1 year ago
@MediumSizedPenis ....or.......
action = ['you', 'code', 'python']
print 'In Soviet Russia' + str(action)
was the best I could do as action is a list and there is no other way add a string and a list....short of programming "action" as the string "you code python"
Let me know what you think.
Serchr21 1 year ago
This has been flagged as spam show
Id subscribe to my channel if i were u..
wowgm1000 1 year ago
You make it easy for non-programmers to learn this stuff. Many thanks.
ChrisGray3d 1 year ago
I love you bucky! no homo.
TheMrMalro 1 year ago 2
bucky.append('thank you')
raposa123 1 year ago 39
Question -- So pop just shows you what you removed while remove just removes it without showing what was removed?
galenjsontag 1 year ago
@galenjsontag if you use pop, the removed value is returned to you, so you could for example store it in a variable for later use. such as poppedWord = list.pop(0). If you just delete something you cant do this. also .pop() takes an index as an paremeter whereas .remove() takes the value to be removed
case540 1 year ago
i love this guy!
Zander101084 1 year ago
you tube just got hacked
zasx20 1 year ago
Hey bucky , journey till tut 14 is awsom , crisp n to the point. Thx. FYI:this tut 15 is not opening on my ipad , sez movie format not supported.
pawandeep28 1 year ago
man....if u ever need a liver ..,or a kidney..,ya"ll have it for free,,,just let me know...
CROOKKEEDD 1 year ago
why are you so great?
stpwns 1 year ago
Thank you :)
ahmedsamy 1 year ago
nice :)
cossiest 1 year ago
can someone tell me whats make this language so good? beter then java?
simme808 1 year ago
Alright, alright, alright... this is my problem. I can't for the life of me, figure out why the insert method only worked once. I did everything you did Bucky. Then I thought it would probably be a good idea to restart IDLE. That worked for one "experiment". The next time I tried it didn't work. I even tried restarting the IDLE program again. I still got nothing. Can anyone help me?
Quick question ---Am I wrong if I'm running the installer on the Aspire Revo?
Kraized 1 year ago
Does something happen if you put a value in reverse?
yiffenstijn 1 year ago
wat do u meen by hoss ??
randomnatorable 1 year ago
do you do C or C++ tuts?
also, AMAZING python tuts!! makes learning it soooooooo easy!!!!!!
Thanks :D
calluml3805 1 year ago
@calluml3805 he does c++
airgeek11 1 year ago
@airgeek11 Do u have a URL handy?? or something to search for??
Thanks anyway :D
calluml3805 1 year ago
@calluml3805 search c++ tutorial and look for the one's by thenewboston. it should be be in the first couple results.
airgeek11 1 year ago
yay improved my calculator
tomek123kotek 1 year ago
I had the hardest time grasping OOP but you explained it great!
1hotatheist 1 year ago
Anyone know why when i say.insert (2, 'hoss') it does not recognize the command, do i need to import something?
TheDustinh2 1 year ago
@TheDustinh2 Er this is exactly what I typed say.insert(2, 'hoss') that worked...
purplepandaco 1 year ago
@TheDustinh2 you need to have space between the first ' and the ,
vortxman 1 year ago
@TheDustinh2 your not supposed to put a space between say.insert and (2, 'hoss'), and you don't have to import anything.
elementoxygen 1 year ago
@elementoxygen thanks dude
TheDustinh2 9 months ago
Good.
Better.
Best.
THE FUCKING ABSOLUTE AWESOMENES.
ChewalierAnsatsusha 1 year ago
is python like a million time more shallow then c?
HippoProductionz 1 year ago
Awesome Dude! thanks
krishnauno 1 year ago
love it!
peatkid833 1 year ago
Thank you very much.
wamdpst 1 year ago
If you add and remove many times with your list, and if you want to make your program flexible, it's good time to use method count. If count method is useless, it should have been kicked out when Python upgrades. It's still there so it's useful and using it doesn't mean people don't know how to count.
thanhquanky 2 years ago
I think you completely misunderstood what I said.
I'm not talking about the count function in Python, I'm talking about when he writes a list of variables (or whatever) then says "I've made 5 variables... look... onnne, twooo, threee, foour, fiiiive ..." and spends ages reading each one out when we can see there are 5 variables by looking at the screen.
That's just a fictional example though (it's been weeks since I saw this), but he's definitely done stuff like that in a few of his videos.
artifactingreality 2 years ago 2
It's not a big criticism, but it does break the flow a bit for me.
artifactingreality 2 years ago
Comment removed
picknpac 1 year ago
@picknpac
I was complimenting his video and suggesting ways he could improve it in future. It's called constructive criticism and I'm guessing you never had enough of it when you were a kid. Tool.
artifactingreality 1 year ago
@artifactingreality it's his style of teaching and it seems to be working so please do me a favor and stfu :)
1rbCaboose101 1 year ago
@1rbCaboose101 I am right and you are wrong. People thumb up my comments not yours. Thank you for playing.
artifactingreality 1 year ago
@1rbCaboose101 but I WILL STFU by removing my comments as this point is hardly worth arguing any more. All I get is barely literate people misunderstanding my points completely then reacting with personal insults against me. I could be correcting them from now until the end of time but there are more morons on this planet than I can ever hope to deal with so yeah you're right I should STFU.
artifactingreality 1 year ago
@1rbCaboose101 Just to clarify, I meant I would remove all my comments to you (my other comments are all correct so you can just deal with them) but it turns out I can't get the delete button to appear whatever I try so now you're just going to have to deal with all my old comments and the shit load of new ones I have just posted entirely because of you. Way to shut me up dude. ;)
artifactingreality 1 year ago
@artifactingreality umadbro
jellybellies132 1 year ago
Good videos.
My only criticism is that they are terribly slow paced sometimes. Like when you count stuff on screen, highlighting every item in the list - wastes so much time. We know how to count. If anyone doesn't know how to count they shouldn't be trying to learn Python in the first place.
Other than that, good stuff.
artifactingreality 2 years ago
Comment removed
thanhquanky 2 years ago
You would probably make a great teacher bucky, good explainings unlike many other very boring tuts on here and other places and also funny. thanks 4 good work.
henkyxxx 2 years ago 5
For a person who can effectively demonstrate and teach pyton, you can be humorous sometimes :D
"Can't figure out what went on there with keyword "reverse"? Well, that's a shame." :D
Littledude514 2 years ago
Thats because there isn't.
clip101 2 years ago
is there a diffrence beetwen ' and ", if there is, i can't find it=)
zon3ful 2 years ago
There isn't but to each of them its own usage, check the first 3 minutes or so of tutorial no. 6 to see what I mean.
GunnyTunes 2 years ago
I can't begin to explain how helpful your Python tutorials have been to me, thank you so much for all your work Bucky, you are great person for taking time out to help your fellow programming enthusiasts.
mountainshade1 2 years ago
you explain such complex things in such a simple way. Great tutorial!
azntony619 2 years ago
First Comment!!!!!!!!
panthrfan1 2 years ago
FIRST!
anotsofamiliarface 2 years ago
Apparently, remove() removes only the first occurrence. It's like the first thought I get when I see you demonstrate that function, so it should probably be in the tutorial.
Kobboi 2 years ago
thanks dude you're the best
LUCA33 2 years ago 7
great video... i really get the python stuff... i never got it reading a bunch of tuts... *****!!!
DaVietPride 2 years ago 87
same,
I think that listening to someone say it is much easier than reading it
happyslapper1 2 years ago
can't figure out what went on there with the keyword reverse?
prieto21 2 years ago 5
lol i really hope ur jokin
10spades 2 years ago
that comment was just a quote from the video
prieto21 2 years ago
Thanks a million, Bucky. These tuts are great. Keep it up.
Furthark2000 2 years ago 100
@Furthark2000 Fuck you with your tuts shit.
gamersgonebad 1 year ago
@gamersgonebad wtf is your problem?
Zander101084 11 months ago
@gamersgonebad wtf is your problem?
Zander101084 11 months ago
Without these, I would never have known python. Reading is too boring for me. :D
XarcZai 2 years ago 8
thanks again >_>
zamliman 2 years ago 5
these videos are great
Cannot wait for 16! Thanks and keep em' coming!
braane1 2 years ago 13
This has been flagged as spam show
while(you==faggot) print "FUCK U"
bigfaggykitty 2 years ago
Who are you talking to?
Samppf 2 years ago
This has been flagged as spam show
If we replaced you with 'bigfaggykitty', and faggot with 'retarded', we'd have ourselves an infinite loop! :P
tcoolatos94 2 years ago
Great vid and 1st!!!
Samppf 2 years ago 3