tipicly buck, i personaly think this tutorial helped me as well as many other kids in my 10th grade electronics class. i personaly wouldn't had understud this if you hadn't posted a much better exsample then anyone elses video i've seen so far. thanks a lot. thumbs up and happy commenting. good day. sady of...___
Thank you so much for this! My python class' professor is a total crack-pot who doesn't know how to teach without being a jerk, and this is great review that's teaching me little things I didn't know before :) Hooray for last-minute study sessions before the final!
I don't mean to be pedantic-- I am just wondering if you're calling them variables because you prefer too, or don't know they're referenced differently in Python, or that I just misunderstood what the O'Reilly Python for Bioinformatics book was actually saying?
I wonder why Bucy's input command run? is is the version of python? coz mine has en error unitl I explicitly cast it as suggested by supermonkeybot3000.
TypeError: Can't convert 'int' object to str implicitly
you are a good teacher Bucky. I saw all your tutorials once, and now, as a beginner, I watch again to fix the knowledges.. I didn't found a better tutorial on Youtube... Felicitari!!!! (congratulations in romanian:))
My name is William. My goal is to be a developer someday. Please join my community search for developers connection in Facebook. I need new people to help me build this project so we can learn together and share great ideas. Please message me on there if you want to be part of this and you want to start creating great things. Thanks.
I LOVE HOW YOUR NOT USING NOTEPAD TO INSTRUCT. i hate it when people use notepad, shure i can copy what you do but i dont know what im doing. thank you for making the firtst understandable video and for that i subscribe to you.
I love the fact that Python supports all Operating Systems. I can follow along on Linux Ubuntu, using the exact same Syntax, and the exact same program (IDLE), instead of either using a different compiler or slightly different Syntaxes, like you would in other languages. True cross-platform compatibility :)
@supermonkeybot3000 I don't feel smart, the guy doing the tutorial makes me feel like their is hope though and proves what a difference a good teacher makes. I have spent hundreds on books and on line tutorials from Lynda.com but this is worth so much more!
@inuasha880 When I try to open the......IDLE python GUI thing, or if I try to open the "Command line" or if I try to open the other thing I forget the name of.
raw_input() asks the user for a string of data (ended with a newline), and simply returns the string. It can also take an argument, which is displayed as a prompt before the user enters the data.
input() uses raw_input to read a string of data, and then attempts to evaluate it as if it were a Python program, and then returns the value that results.
@joonas2345 Actually, I beg to differ. After learning C++, you get the mindset of a programmer. and afterwards, learning any language is a piece of cake.
If anyone want to become a programmer I strictly recommend this chain:
Learning and mastering combinatorics, then starting C++, after mastering C++, start scripting languages like bash, python, and later on php and other languages.
for python 3.2 you have to specify that you want it to be a integer by putting int in front of it otherwise it will assume it is a string. or if you really want to make sure its a string you can use
@headshats Yes, true, but that is true for ---> x = int (raw_input ("enter number here:" ) )
Im not sure, but I think I read that newer versions of Python use "input" instead of "raw_input", but in 2.6.x if you use "input" you dont need "int", because by default it will assign an INT value, not a string. RAW_INPUT assigns a string and needs INT to convert it to an int value.
@headshats a simple if statement will fix that so he code works fine. you will want the if statement also to avoid people from being able to crash your program. for those not sure what im saying keep watching you will learn it soon.
c = ("albatross + 2") #you will print the the quoted text verbatim.
print(c)
d = (albatross * 2) #the result will be given.
print(d)
This could be used in many ways. Video game: "General, how many archers should we deploy?" g= input(). def battleofdoom() ... if input * 7 >= (90) "Victory" else "middle earth is lost forever."
@iiAMvShel didnt mean to offend i just pointed my observation =P but when you put it that way yea i guess their are people that would get confused when you add letters that means something els what ever
@pozionmynd I did not ask about raw_input, though. I asked about using input() - Without doing any conversions to strings, is not that dangerous? The way it was explained here does not exactly make people aware of those potential dangers.
I mean, what if you ask for input and people submit code?
@pozionmynd I did not ask about raw_input, though. I asked about using input() - Without doing any conversions to strings, is not that dangerous? The way it was explained here does not exactly make people aware of those potential dangers.
I mean, what if you ask for input and people submit code?
@Digby0907 WHY NOTT??? Python is much more simplier. im not sure what you can exactly accomplish with python but its a good language for teaching basics....c++ not so easy...concepts much easier to learn in python but c++ is probably more capable
@InPursuitOfALife i know, right. about 8 months ago, i started learning c++, i quited it in a few days, since it was so hard. and now, i started learning Python, so much easier, than c++, and it can be used alot more than c++.
Is not input() dangerous if you do not convert it to a str or an integer? What if people input code instead of an integer, like you were expecting them to?
You are one of the best programming video makers I have seen. I guess I feel sometimes your kinda repeat your point a little to much. Guess that's natural when you are really smart, or know a tad of programming. Some might find it useful.
Thanks a bunch for these very good demonstrations.
Not a newbie in programming but thanks in name of all the ones which this tutorial was very very helpful to them :D Good to know you use the "input" in order to request information from the user :D
these tutorials are really helpfull. i now own my first computer and untill now all i knew how to do was get on the internet and with a lot of research and videos like this i am beginning to understand how it all works. lol! i stil have a loooooooooonnngggg way to go b4 i gain the understanding i hope to eventually have but its a start. thanks!
i have watched most of your tutorials, and i have a question.
is it possible to print a ceratin line depending on what the user has entered into raw input? for example, if the user typed "6'7' in a song program, can you make it print "lil wayne"?
@TubeFreakification I have 3.1 and this worked. Tutorial 1 did not, but you can easily find out the fix in google. Just use the newest python and when error occurs google it.
This cost me 2 dollars ?!?! Shit!
patchinator6 3 days ago
this goes for every other tutorial as well.
MrSady2000 4 days ago
tipicly buck, i personaly think this tutorial helped me as well as many other kids in my 10th grade electronics class. i personaly wouldn't had understud this if you hadn't posted a much better exsample then anyone elses video i've seen so far. thanks a lot. thumbs up and happy commenting. good day. sady of...___
MrSady2000 4 days ago
Are you an idiot? Yes, I am an idiot, but more importantly...
LOL
Dcruz799 5 days ago
May God bless you for putting up these tutorials, completely out of your own good will.
StellaTheBullie 1 week ago
When you said "For all you noobs out there", i felt insulted for some reason =(, hehe
AussieRaver1996 2 weeks ago
How to type caste and parse in Python?
supersushi269 3 weeks ago
This has been flagged as spam show
Not able to do g + 32 in Python 3.2.1!!!
It says: TypeError: Can't convert 'int' object to str implicitly
What should I do??!!
MrCelicaL 3 weeks ago
Comment removed
MrCelicaL 3 weeks ago
why do i get '434343' when i put g*3 ?
im new to python and programming in general.
much appreciated
tym729 3 weeks ago
@tym729
That doesn't have anything to do with Python, it's just that g = what ever number you put in, *3 is 434343
FalconPiss 3 weeks ago in playlist Python Programming Tutorials
new version > print( value )
ZGSNR 1 month ago
NOOB!?!?! Okay...
anglepine 1 month ago
I can't add numbers to a variable without getting "Can't convert 'int'' to str implicitly
karite36 1 month ago
adder v 3000
g = input("enter number here")
x = input("enter number to add")
i = g + x
print i
channel102030405 1 month ago
It reminds me on QBasic, so simple
OverG88 1 month ago
Fantastic!! U explain it really well, nice pronunciation and progress. I'm catalan and I learnt Python thanks to your vids ;)
Alex2MJ 1 month ago
hey for people using python 3.2.2 the g = input ..... thing will work if you type "import.math" without quotes (you learn that in the next tut)
aphache619 1 month ago in playlist Python Programming Tutorials
Thank you so much for this! My python class' professor is a total crack-pot who doesn't know how to teach without being a jerk, and this is great review that's teaching me little things I didn't know before :) Hooray for last-minute study sessions before the final!
onyxoctopus 1 month ago in playlist Python Programming Tutorials
i was learning c++ like a baus and then they asked me to make a game for a class assignment. So i said, python it is.
kakolasada 1 month ago
awesome
thecomputerperson2 1 month ago
that's cool :D
thecomputerperson2 1 month ago
Cool Work With The Variables
eladelad1212 2 months ago
Who are those 8 suckers disliked the video tutorial
farhad56560 2 months ago 3
@farhad56560 not me
Iphoneandipadapps123 2 months ago
This is easier than English!
S1lentStr1ke 2 months ago 3
i have a bad feeling that this eayness isnt going to last long
aaammmaaaccc 2 months ago 10
Plan out your tutorials better. You need organization.
Pengitty 3 months ago
some of this stuff doesn't work like this anymore in Python 3.0 and up :S
XMMAFANX 3 months ago 4
@XMMAFANX that's why python still supply's the latest 2._._ version
matthew16619 3 months ago
this is very cool program language....im learning VB.net..,C ,Java,HTML...but Python is the best...
MrRedicool 3 months ago
input ('enter value here:')
enter value here:1
>>> 1
1
>>> a
'1'
I am wondering why is my input variable a string... i'm using python 3.2 everytime i try to multiple a with a number i have a syntax error
enalvin2 3 months ago
@enalvin2 for a user to input a string you type raw_input reply to me if this helped
BenRyanGamer 4 weeks ago
subscribed, THANK U
tyronewashington1 3 months ago
I thought variables were just called values in Python?
PoorRichardSaunders 3 months ago
I don't mean to be pedantic-- I am just wondering if you're calling them variables because you prefer too, or don't know they're referenced differently in Python, or that I just misunderstood what the O'Reilly Python for Bioinformatics book was actually saying?
Oh, and so far great tutorials by the way!
PoorRichardSaunders 3 months ago
this is the same as c++ lol :D
moiboi1234 3 months ago
@moiboi1234 IKR this is soo fackin easy to follow once you know C++. I am only watching these to make my maths homework easier ;)
charbeanmcbean 3 months ago
Comment removed
rocksofspades 3 months ago
Comment removed
rocksofspades 3 months ago
Comment removed
rocksofspades 3 months ago
Comment removed
rocksofspades 3 months ago
how can you write a continuous program in python?
fuckslipknot21 3 months ago
I wonder why Bucy's input command run? is is the version of python? coz mine has en error unitl I explicitly cast it as suggested by supermonkeybot3000.
TypeError: Can't convert 'int' object to str implicitly
MrRapell 3 months ago
@MrRapell did you do anything to solve this?
MrCelicaL 3 weeks ago
Your tutorials are an amazing and useful resource. As are many of your followers. Thanks for making this stuff make sense. Subscribed.
JackMyersPhotography 3 months ago
Love your tutorials keep it up. Subbed <3
Helps alot.
TheQuickscopezPro 4 months ago
currently, it's had 3,942 views from mobile devices. now tell me, what would be the point of watching this on a mobile device; there's no python!
benboy444 4 months ago
Comment removed
twentyhead 3 months ago
Great job. Really healpful tutorials
stanculescudan 4 months ago
you are a good teacher Bucky. I saw all your tutorials once, and now, as a beginner, I watch again to fix the knowledges.. I didn't found a better tutorial on Youtube... Felicitari!!!! (congratulations in romanian:))
stefanc12345 4 months ago
I love how the language looks very easy :P
TheElip100 4 months ago 55
This has been flagged as spam show
My name is William. My goal is to be a developer someday. Please join my community search for developers connection in Facebook. I need new people to help me build this project so we can learn together and share great ideas. Please message me on there if you want to be part of this and you want to start creating great things. Thanks.
izzyyoo 4 months ago
Learning so much from this :D
MegaBidders 4 months ago
I LOVE HOW YOUR NOT USING NOTEPAD TO INSTRUCT. i hate it when people use notepad, shure i can copy what you do but i dont know what im doing. thank you for making the firtst understandable video and for that i subscribe to you.
X2trust 4 months ago
raelly cool stuff
1996chinu 5 months ago
i had no idea how to use C++. This is actually interesting to watch.
muslimgiga 5 months ago
Want to have a laugh?
Press the "cc" button and click transcribe audio.
XD
VselwynV 5 months ago
WOW.....much simpler than C. But , is this a powerful language?
kevinisaac70 5 months ago
@kevinisaac70 I think Blender are written in Python
BelieveNoGod 4 months ago
Vaiable=Substitute...Simple!
achuibarra13 5 months ago
lol
TecchyTutorials 5 months ago
Comment removed
myShooter14 5 months ago
Comment removed
myShooter14 5 months ago
im a noob
PancakePlease 5 months ago
"are you an idiot?? Well yes i am an idiot" that was just the perfect moment
phoshizzledrizzle 5 months ago
I love the fact that Python supports all Operating Systems. I can follow along on Linux Ubuntu, using the exact same Syntax, and the exact same program (IDLE), instead of either using a different compiler or slightly different Syntaxes, like you would in other languages. True cross-platform compatibility :)
TheGeekSquadron 5 months ago
thumbs up if you feel really smart after watching this
supermonkeybot3000 5 months ago 148
@supermonkeybot3000 I don't feel smart, the guy doing the tutorial makes me feel like their is hope though and proves what a difference a good teacher makes. I have spent hundreds on books and on line tutorials from Lynda.com but this is worth so much more!
uraniumu242 2 months ago
I feel like im in math class lol
EvilzElmoz 5 months ago
This is strange to me, because in c++ you declare the var type in front of the var. lol I kept typing int x out of habit.
Comprogramgeek 5 months ago
@Comprogramgeek
Same here, haha.
Mishogyny 5 months ago
This is soooooooooooooooooooo much simpler than java, jesus java has way too much memorizing
nubsmacker 6 months ago
Very Nice
12101andyoutub 6 months ago
I can't start python. It gives me an error every single time. I'm using a windows, does that mean anything
?
ziodice 6 months ago
@ziodice windows has nothing to do with it because I use windows did you download the right version and what erroer?
inuasha880 6 months ago
@inuasha880 I don't know, a command prompt window just opens and closes REALLY fast.
ziodice 6 months ago
@ziodice is that when you try to start a program you wrote or the python shell?
inuasha880 6 months ago
@inuasha880 When I try to open the......IDLE python GUI thing, or if I try to open the "Command line" or if I try to open the other thing I forget the name of.
ziodice 6 months ago
Okay, so can someone tell me the difference between input and raw_input?
3213528 6 months ago
@3213528
raw_input() asks the user for a string of data (ended with a newline), and simply returns the string. It can also take an argument, which is displayed as a prompt before the user enters the data.
input() uses raw_input to read a string of data, and then attempts to evaluate it as if it were a Python program, and then returns the value that results.
williegotpwned 6 months ago
@williegotpwned So in a sense input uses raw_input to execute a program
3213528 6 months ago
@3213528 input is what starts a sequence, yes. raw input asks the user something (usually).
williegotpwned 6 months ago
best teacher!!!
dheerajgauba7 6 months ago
hello bucky, i wonder is it is posible to wrote OS with python ? as far as i know they using C/C++ and assembly languages :P
shadowsimbiote2 6 months ago
Comment removed
randomguyalwayshere 6 months ago
From what I'm getting so far, Python is a lot like C++, just much much simpler :)
Randomaited 6 months ago
lol python is so easy...this would make my 3rd programming language.
FreePKMNWalkthroughs 6 months ago
omfg....python is so easy, i quit a few months ago because i didnt know about the gui!
louisrocks40 7 months ago
i'm useing c++ its more hard but its got more functions python is good for teaching c++ is more advance though... i think
kingchris649 7 months ago
@kingchris649
Point is, C++ is a very very VERY powerful PROGRAMMING language.
Python is a handy SCRIPTING language.
Comparing C++ to Python is like comparing a space ship to a bicycle.
Long Live The CPlusPlusers!
NathanEth0 7 months ago
@NathanEth0 python is good for beginners and c++ is not
joonas2345 6 months ago
@joonas2345 Actually, I beg to differ. After learning C++, you get the mindset of a programmer. and afterwards, learning any language is a piece of cake.
If anyone want to become a programmer I strictly recommend this chain:
Learning and mastering combinatorics, then starting C++, after mastering C++, start scripting languages like bash, python, and later on php and other languages.
NathanEth0 6 months ago
@NathanEth0 and btw python is not only scripting language, you can use python as scriptin language....
joonas2345 6 months ago
@joonas2345 Fair enough (: Python is a actually a tool that might come in very handy. :D
NathanEth0 6 months ago
Awesome series, so much better than reading a 700 page book
ModdingNation1 7 months ago 2
Python 3.X gives a huge syntax update (Changes the print command to a method), so will not work with this tutorial, use python 2.7 :)
zowlyfon 7 months ago
@Mike89066
x = input("enter string here: ")
for python 3.2 you have to specify that you want it to be a integer by putting int in front of it otherwise it will assume it is a string. or if you really want to make sure its a string you can use
x = str(input("enter string here: "))
headshats 7 months ago
what to use python for?
fingerboardgimps 7 months ago
x = int(input("enter number here: "))
this will allow for an input of a number
if you just do input you will be inputting a string not a number
headshats 7 months ago 24
@headshats Yes, true, but that is true for ---> x = int (raw_input ("enter number here:" ) )
Im not sure, but I think I read that newer versions of Python use "input" instead of "raw_input", but in 2.6.x if you use "input" you dont need "int", because by default it will assign an INT value, not a string. RAW_INPUT assigns a string and needs INT to convert it to an int value.
Pabluzcu 7 months ago
@headshats not if you use the 2.7 python aka the better version
inuasha880 6 months ago
@headshats
actually it just does transform the string which you get with input() into an integer, but it doesn't "allow for an input of a number"
Bl4ckL 6 months ago
@headshats or num1=eval(input("Enter number here."))
TeamJordan1182 4 months ago
@headshats THANKSSS!!!!!!!!
UrbanRole 4 months ago
@headshats a simple if statement will fix that so he code works fine. you will want the if statement also to avoid people from being able to crash your program. for those not sure what im saying keep watching you will learn it soon.
MrBodeci 4 months ago
@headshats Helpful, thanks.
JackMyersPhotography 3 months ago
@headshats Actually... raw_input() is str
M33kC0w 3 months ago
can you loop the input function?
yash438 7 months ago
albatross = input("Enter number here: ")
c = ("albatross + 2") #you will print the the quoted text verbatim.
print(c)
d = (albatross * 2) #the result will be given.
print(d)
This could be used in many ways. Video game: "General, how many archers should we deploy?" g= input(). def battleofdoom() ... if input * 7 >= (90) "Victory" else "middle earth is lost forever."
Vazeroth16 7 months ago
when would some one use this
travbh 7 months ago
when would some one use this
travbh 7 months ago
"well, yes I am an idiot, but more importantly..." LMAO fucking gold
bassobeats 8 months ago
why do you put spaces between the stars and the x and 3? x ** 3
instead of x**3
Hellsayer 8 months ago
@Hellsayer To make it standout..
meanmachinezzz 7 months ago
You're not an idiot! loL you're definitely teaching me an entire new language!
momcar23 8 months ago
Two dollars? It was worth more to me than that. :D
FullGrownGaming 8 months ago
I didn't know ANYTHING about programming, and now all I need is your youtube tutorials.
TakingItCasual 8 months ago
In python 3.2 input doesn't cast to number automatically. It gives "43\r"
iMPRE7ed 8 months ago
@iiAMvShel didnt mean to offend i just pointed my observation =P but when you put it that way yea i guess their are people that would get confused when you add letters that means something els what ever
SebastianDudesTipleS 8 months ago
How do you multiply two variables?
TheMegawsome 8 months ago
@TheMegawsome
num1 = 3 num2 = 4
print (num1*2)
print (num2*2)
kaimarohero 8 months ago in playlist Python Programming Tutorials
@kaimarohero remember spaces (youtube typing sucks)
kaimarohero 8 months ago in playlist Python Programming Tutorials
@TheMegawsome
you could try this way too; first assign a value for your variables then just multiply them.
t = 3
>> 3
e = 6
>>6
t * e
>>18
rosenjake716 8 months ago
@TheMegawsome
you could try this way too; first assign a value for your variables then just multiply them.
t = 3
>> 3
e = 6
>>6
t * e
>>18
space isn't necessary when on python
rosenjake716 8 months ago
Interesting video :)
xxxrandomjamezxxx 9 months ago
Comment removed
MrThijsdc 9 months ago
only $2 tutorial? man, your tuts worth a fortune! thanks a lot!
Xplosive24 9 months ago
This has been flagged as spam show
@pozionmynd I did not ask about raw_input, though. I asked about using input() - Without doing any conversions to strings, is not that dangerous? The way it was explained here does not exactly make people aware of those potential dangers.
I mean, what if you ask for input and people submit code?
Zeldakitteh 9 months ago
@pozionmynd I did not ask about raw_input, though. I asked about using input() - Without doing any conversions to strings, is not that dangerous? The way it was explained here does not exactly make people aware of those potential dangers.
I mean, what if you ask for input and people submit code?
Zeldakitteh 9 months ago
omg I love you !
onon6 9 months ago
yeah man keep these videos comin. They are really good. I do appreciate it.
Unstoppable555 9 months ago
holy crap so much better than c++
InPursuitOfALife 9 months ago 53
@InPursuitOfALife
NO! its much easier and more understandable than C++
loko95ftp 9 months ago
@InPursuitOfALife You cant say that because the python interrupter was probably written in C++
gruntlover2 7 months ago
@InPursuitOfALife nothing will beat c++. trust me
Digby0907 7 months ago
@Digby0907 WHY NOTT??? Python is much more simplier. im not sure what you can exactly accomplish with python but its a good language for teaching basics....c++ not so easy...concepts much easier to learn in python but c++ is probably more capable
InsaneHands2 7 months ago
@InsaneHands2 python is writin in c/c++....
Digby0907 6 months ago
@InsaneHands2 but it is good for basics.
Digby0907 6 months ago
@InPursuitOfALife
I wouldn´t say it´s better, but easier, yes.
KorHenri 7 months ago
@InPursuitOfALife simpler you mean :P
mattrocks182 7 months ago
@InPursuitOfALife I know right!
graddivcurl 7 months ago
@InPursuitOfALife Oh my god yeah
FredrichNietzsche25 6 months ago
@InPursuitOfALife
And so much slower too. Comparing Python to C++ doesn't make much sense.
Ask google, they use both!
C++ for backend and python as a "glue".
moveaxebx 5 months ago
@InPursuitOfALife people say its all around better because it runs smoother and is easier to learn
insecur 5 months ago
@InPursuitOfALife i know, right. about 8 months ago, i started learning c++, i quited it in a few days, since it was so hard. and now, i started learning Python, so much easier, than c++, and it can be used alot more than c++.
AnimatedBroadcast 5 months ago
Love the tutorial but your voice makes me feel tired, when i'm feeling tired I now kow what to do :)
MinecraftLewis 9 months ago
Is not input() dangerous if you do not convert it to a str or an integer? What if people input code instead of an integer, like you were expecting them to?
Zeldakitteh 9 months ago
whos awesome? you're awesome!
MacintoshMan 9 months ago
this is very helpful. im 15 learning how to do this soo thanks
kiingzSavage 9 months ago
>>> x=999
>>> x**999
:D?
jacobh1995 9 months ago
You are one of the best programming video makers I have seen. I guess I feel sometimes your kinda repeat your point a little to much. Guess that's natural when you are really smart, or know a tad of programming. Some might find it useful.
Thanks a bunch for these very good demonstrations.
adbarnett5 9 months ago
@huntersquad237
What is in the " "'s does not matter. Its just showing an input to the users. You could put g = input ("dsadasdasdsadfas: ") and it would still work.
dragons0088 9 months ago
when he says his name it sounds like fucky
BloodVids 9 months ago
very helpful thank you! :)
5thSpirit 9 months ago
amazing stuff thanks a lot
santisimos 9 months ago
Thanks for a brilliant tutorial
englishmovielover 9 months ago
Python seems so useless right now. It just seems like you can't do anything.
SunnyRoxTV 9 months ago
you are beautiful bro~
ujiztup 9 months ago
can we reset the number that's assigned to the variable? and how? just wondering..
MrKyte12 9 months ago
Yeah for these tutorials make sure you download 2.7, the last release in the 2.__ versions; otherwise some of the syntax has changed
questionman5 10 months ago
Thanks mate. Awesome tutorial style, relaxed yet knowledgeable.
Thanks learned heaps from this series.
readerwriter 10 months ago
$2 tour? damn, i thought it was free. You'll never get it from me!!!
nero314100 10 months ago
SHUT UP!!! IM NOT A NOOB, I JUST DONT KNOW WHAT THE HECK IM DOING...oh wait
BagonafStudios 10 months ago
Not a newbie in programming but thanks in name of all the ones which this tutorial was very very helpful to them :D Good to know you use the "input" in order to request information from the user :D
SSweetAngel 10 months ago
these tutorials are really helpfull. i now own my first computer and untill now all i knew how to do was get on the internet and with a lot of research and videos like this i am beginning to understand how it all works. lol! i stil have a loooooooooonnngggg way to go b4 i gain the understanding i hope to eventually have but its a start. thanks!
D80ification 10 months ago
i have watched most of your tutorials, and i have a question.
is it possible to print a ceratin line depending on what the user has entered into raw input? for example, if the user typed "6'7' in a song program, can you make it print "lil wayne"?
gamercard7 10 months ago
you really like mortgages. All calc in your programming tuts is about calculating those xD
mads339 10 months ago
it's like MATLAB until now
moon23845 10 months ago
This is way more easy than c++...
leal901 10 months ago
so far this is feeling my "My first programming language" it's so simple to use
DeathShok 10 months ago
7 people dont got patience
tonyic4headbossyvle 10 months ago
i learned this all by myself! :D
1994taxman 10 months ago
easily learn python 3 with these tutorials python3tutorial. com
lolmoneymoneylol 11 months ago
do you have a vid on arrays?
brokenherz 11 months ago
no semi-colon? im surprised!!
mangopearandapples 11 months ago
@mangopearandapples it's optional hahah
u can put a one if u want
(actually u will do that by mistake if u used to java or c++ ) xDD
tarabatota 11 months ago
For all of you with v3 and up, this won't work for you. You might as well get 2.7 if you're gonna follow this series of tutorials
TubeFreakification 11 months ago
@TubeFreakification I have 3.1 and this worked. Tutorial 1 did not, but you can easily find out the fix in google. Just use the newest python and when error occurs google it.
Nikotiini69 11 months ago
doesn not work for python 3.2 ;(
flyLeonardofly 11 months ago 26
@flyLeonardofly download 2.7, its the most stable
Richificationism 11 months ago