Added: 2 years ago
From: thenewboston
Views: 342,442
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (634)

Sign In or Sign Up now to post a comment!
  • hey just a quick question is this a good place for completely new begginers to start?

  • @PandaLoLzZ Yes, python is a good starter's programming language to learn. And Pandas make me lol too.

  • Well hello there wow fella! :D Im pretty sure if wow player make tutorial it will own so lets get to work! Thanks man! :) If you need a boost call me ;) ( joke ) :D

  • Why in every programming tutorial, the first test thing is "Hello World"?

  • @AussieRaver1996 "Hello World" is always the first programme any programmer learns...hence why the tradition is continued...

  • @finmarx Oh so its a tradition, ok cool, thanks

  • I am now having python 3.2.2, but i cannot use command print. Example: print "Hello" but it said it 's a invalid syntax.

  • Really nice job buddy i appreciate for your guide. Thanks

  • Programming + Listening to 50 Cent + bacardi 151 = WIN!

  • Once home tomorrow Ill be beginning my education with you! Hopefully this expands my knowledge

  • Comment removed

  • If you get this: "SyntaxError: invalid syntax"

    That is because the new version of Python is out and if you are using the the new version of python your code has to do the following...

    print ("What ever you want to print")

    Notice in the new version of python you have to put the brackets

  • @abdullahbcheema Oh shit... Thx for the help :3

  • I have a question.

    If python is a programming tool,

    what was python made with? lol

  • @ultislasher1 lower-level programming language, like assembly or machine code I suppose.

  • @ultislasher1 Ask Bill Gates :D

    I really don't know that either.

  • @Swolorheim that's CREEPY...

    you responded while I was thinking about your comment while learning how to program. on java LOL

  • @ultislasher1 wait what? wich comment?

  • @ultislasher1 lol, in another video or something? Can't remember it XD

    lol

  • @Swolorheim oh... I was asking the question to this other guy originally and I thought you were the other guy XD

  • @ultislasher1 okay XD

  • @Swolorheim merry christmas/hanukkah/kwanza!! =D

  • @ultislasher1 Thank you! Merry christmas to you too :D

  • is there other IDE that i can use in creating python programs? since this language is Open Source, there's maybe other IDE that can Execute python programs..

  • when you write a program or script using python in windows is the language the same in linux?

  • wait what COLLEGE students learn this?! ...

  • i doesnt work for me is says syntac error: invalid syntax..... whtas the problem???

  • @4Got10Shadow If you downloaded python 3, use print ("Hello, World!")

  • wheres the 20th robotics and electronics tutorial?

  • Um you say downlaod the ensest version... It says under 2.6 on oython in your vid 3.1 ??? why didnt you sue 3.1?

  • Comment removed

  • @KLCRC Grammar.... not "grammer"

  • @larsmaximilian1 ~ i've read that Python won't work with GIMP unless it's 2.5 or 2.6 because of some language issues or something of that sort. i also read that you must install 32bit for both Python and GIMP. i have yet to have success installing. been trying for 2 days now. i hope this tutorial helps me succeed 2mar.

    thenewboston: how do i find part 2 in your vast collection of videos? i am a newbie. is this the right video for me? thanx in advance!

  • @larsmaximilian1 Because he did this in 2009. Only 2.6 was availabe in 2009 =D

  • @ultislasher1 yes but doenst it say right under 2.6  3.1?

  • @larsmaximilian1 lol what comment were you responding too =P

  • nice tutor thx!!

  • hey bucky,can i post your video at my blog

  • @3dgravity like 300 bucks

  • What if Im on a Mac?

  • What is the best? Java or python??

  • @cola1000cola2000 It depends on what you're trying to use it for

    if you're a programmer i suggest Java....or even visual studio since it has a interface feature and learning it is very easy

    If you're a hacker

    i suggest python and C/C++ their not the easiest but they are some of the best programming languages

  • @cola1000cola2000 if you are starting out, use python.

  • @xdfancypantsxd same!!! Lol

  • Why my Python doesnt have any colors when I typed in the codes?

    Its all black and white... I believe would be much easier for me to understand what Im doing with the colors

    any help?

  • @italogross maybe you saved the file and didn't put ".py" at the end ..

    other than that I don't know, but you can change the colors in the settings :)

  • @italogross when you save your file, add the .py extension.

  • F**k. This guy knows everything :D

  • "Just keep clicking next and next until uh.. you have python" Lol better way of saying it

  • He is using python 2. In college we are using python 3. Can i still use this tutorial to learn how to use this program?

  • @T10utd No, not really...

  • @T10utd nope you can't because some of the functions has changed.

  • @T10utd Yes you jsut have to wtach what your doing when you use python 3.0.1 or python 3.1 you have to put () behind the print that üpretty much all. Oh and if you wanna say something like print('What up{0}', ('Whatever_%r_is)) (new python) print 'What up %r.',('whatever_%r_is') .. See minor things liek that will change

  • @T10utd I use python 2, but I do know that there are compatibility issues on some things.

  • @T10utd Yes, somewhat. The best way to learn python is through the docs, I will also make python 3 tutorials. :D Python 3 has some minor syntax changes, so if you encounter any issues with the syntax you can private message me.

  • @T10utd i think so.

  • @T10utd Yes.

  • @T10utd Yes. The changes in Python 3 are relatively small (at least, for starter :P). The only thing where you need to change is the print statement. Instead of typing print "Text goes here", you need to use braces like this: print("Text goes here")

  • @T10utd for the most part no, they may be from the same company but they have diffrent keywords, you may want to learn the python 3 equivalint, and then translate

  • when i try to type print''Hello,world'' it says :Syntax error. can someone help?

  • @Toastblademaster You're using 2 apostrophes instead of a quotation

    apostrophe = '

    quotation = "

    To get a quotation hold shift and press the same key. Hope that helps.

  • For other operating systems (Linux and Mac) it's really easy. Most Linux distro's and Mac already come with Python pre-installed. Just open up a terminal, type "python" without the quotes, and you got the same screen as him. :)

  • Uhm.... What if A = A + 1 ? PARADOX :P OR IS IT?

  • @ecvsio I'll be like a computer: "A is not specified!" :P I know this is probably not an actual question but, thought it'd be fun answering it. :D

  • @monsterhunter99 Erm... then lets try this :D

    A = a

    a = A + 1

  • @ecvsio A is not a string so there for a can not be described as one... A=a does not work because A cannot = a when a is not defined as a string therefore it is thinking it is an int...

  • @ecvsio And also, a should be described before A or the program reads it as this:

    a = A+1

    A=a

    It doesn't know what A is yet so therefore you must describe A in a :P

  • @ecvsio Also :)

    

  • @monsterhunter99 I didnt tell you that you must be a computer... calculate it as a human...

    E.X

    A = 8

    a = 8

    a = 8(A) + 1

    a = 9 now... and ... its going for infinity...

  • @ecvsio actually no,

    in statements like

    a = 0

    if a < 3: a = a+ 1

    return a

    its a perfectly possible command :)

  • @om123ification Erm... i didnt say that put that in python 0.o ... dude... just ... think

  • OMG BUCKKYYYY :D DUDE I SEROUISLY NEVER KNEW YOU DID PYTHON TUTORIALS ALSO. OH MAN, YOU ARE THE BEST AND YOU DON'T HOW MUCH I THANK YOU FOR DOING THESE TUTORIALS. YOU REALLY HELPED ME UNDERSTAND JAVA SO EASLIY DURING MY SPRING SEMESTER LAST YEAR IN COLLEGE AND NOW AM READY FOR YOU TO TEACH ME PYTHON. I KNOW NOW TO RELAX, BECAUSE I FINALLY FOUND A GREAT TEACHER AND AN AWESOME VIDEO ON YOUTUBE. THANKS AGAIN BRO.

  • I learned so much from this series of tutorials, thank you so much!

  • I kept getting syntax error, and it would highlight my last quotation mark.

  • @yackon4game "syntax error" meant that u make something rwong on the code or symbol....

  • "Click next and next until you have Python."

    That make me laugh. XD

  • i went and downloaded to top one on the list haha derp. thanks man i subd!

  • thank you, you just got another subscriber

  • imo, it's better to learn 3.

    2.* will be around for a few years more, but 3 is the future.

  • You can find his mistake , but you can never make thos AWESOME videos like he do . You retared kids that wanna make him act like a fool , but well you can't he is 1 from me . Learned a lot of him

  • Thank you.

  • when i type in: print ''Hello, world!'' the word Hello gets a red bar and under it, it says: '' SyntaxError: invalid syntax '' in red letters. Help?

  • @dimzaiboom365 You forget the bracets. Type print("Hello world")

  • @1337Creations thanx! :D

  • Hay quick question, are their any differences in the code if I use it on a mac? or should I troll forums?

  • what's the difference?

    Python 3.2.2 Windows x86 MSI Installer (Windows binary -- does not include source)

    Python 3.2.2 Windows X86-64 MSI Installer

  • @paulceltics i believe one is 64 bit and one is 32 bit,,,,

  • sorry but i downloaded it just as in the video version 2.7, but i can't seem to find anything close to "idle (python GUI)" any help ?

  • Hullo, I wanna know how to change colors when I'm on pesterchum (A homestuck client thingy) using python.

  • Why you double clicking in the start menu! :P Around 2:00 when you starts Python you target an icon on the desktop aswell! :P

  • Why would anyone who hasn't used a computer before learn python?:)

    Nice tutorials !!!

  • I printed Bacon :)

  • @thenewboston

    Any chances to get an updated version for 3.x?

  • wich is better Python or Lua ?

  • @shadowsimbiote2 Python and Lua are used for entirely different things. If you want to do web, you can use Python for dynamic websites. I don't think you can do that with Lua.

    Maybe look into the wikipedia pages of both to understand what to use for in your case.

  • @BrandonK1023 This is for Python 2.6. Stop watching this tutorial as it is useless. This should work:

    print ('hello world')

  • @mjiscool99 thanks!

  • If I am getting a syntax error every time I type print "hello, world!" what could possibly be the reason? I have uninstalled it and re-installed and Im still getting a syntax. I'm running 3.2.

  • You are the best programming teacher on the internet, and there are quite a few of them ;)

  • wow this is just like lua. print is the oldest command it the book

  • Is it possible to download the whole tutorial as one or multiple video's? I would really like that, so that I can watch also and learn when I don't have any internet connection... I would really love that :)

  • @MartijnGuitar theres probably a program to let you download youtube videos just google it

  • >>> print "Hello, world"

    SyntaxError: invalid syntax

    It says the LAST '' ( " )'' is wrong ?? wtfuuu ?! im on 3.2

  • @siim663 I get that too, but if i do it in the CMD one I dont, have you fixed it yet?

  • @siim663 Nevermind, i got it working, you have to use print("Hello world")

  • @siim663 When python went to 3, the syntax radically changed. Go download 2.7

  • dunno if you remember me but Im starting it again lol.

  • I recently found a book on learning to program through Python. It is very easy to read. Combine it with the lectures of course 600 from MIT's open courseware and you're only missing a lil bit of math to start working on high-level problems yourself. Book: "How to Think Like a Computer Scientist - Learning with Python". There's a pdf link from the Course 600 site at MIT's site. Best of luck for everyone who is determined enough. I know I am!

  • @arngorf thz for the info bro my brother is learning python right now while im learning c++ so ill definetly be getting this for him

  • why do i only get python and not the idle

    

  • This seems very simple, I watched Java programming tutorials with this same guy and it's not as simple as just writing "print" to print something...

  • type what? print print?

  • yall peeps need to download version 2.7.2, if you want the syntax to be the same as buckys(though it doesnt matter!!!)

  • thx my friend well you dont need know ps you play wow

  • I've bought a couple programming books and I've been looking online for some sort of decent guide for a few days now. This look promising

  • so far so good thanks man

  • Subbed. I really wanna get good at this stuff so I can make programs and sell them on the net. Should I buy books, or do you think I can find everything I need to know for free on the internet?

  • @Dedication2020 If you want to get real deep into it. I suggest books from novice to professional.

  • how do i subscribe to this video ?

    

  • When I put in print "Hello, World!", it gives me a syntax error, highlighting the last quotation mark. What did I do wrong? :S

    Btw, I'm using the latest version.

  • @kopy001 Python now treats print as a function and your input is the paramaters. So it would look like

    print ("Hello World")

  • Helppppppppppppppppppppppppp

    meeeeeeeeeeeeeeeeeee pleasssseeeeeeeee

    if i installed python 2.7.2 for blender 2.49a

    are they compatible

  • Comment removed

  • Comment removed

  • @IanZG42 NOW MAKE A PROGRAM!.. so i can look at it lol.

  • 235,000 people begin, how many will make it to the end?

  • Python makes experimenting with math so easy in the command-line window; love it.

    Thanks for your practical tutorials.

  • Is it permitted to download and share this series of learning?

  • 2:42

    Sounds like he said "F*** you" :D

  • Comment removed

  • Hey You have Fl Studio too!!!!

  • BEST PROGRAM EVA! "HELLO, WORLD!" xD

  • I have been through so many written guides on python and got no where. I spend 30mins on these videos and im flying ahead. If you are here checking to see if the vids are good. They are. You will not got better. Plus this guy is so god damn funny xD

  • So it's a video about Python... Guess what ad I get... Monty Python.

  • Hey I got something called a python in my Jeans OS. T'm gonna upload my stream all over the place

  • python no more ??

  • Hi Fucky~

  • For Python 3.x, type print("Hello, World!").

  • Did anyone else notice he has World of Warcraft?

  • @darknate2004 I just saw that... Interesting fact: I cancelled my subscription 5 days ago.

  • @ianh97 I cancelled mine as well...lmao

  • @darknate2004 LOL I cancelled mine a couple months ago

  • First of all your gonna wanna open up a browser, I am using firefox but you can use any browser so dont worry about that -_- haha then he said then make sure to download the windows installer dont worry about anything else what if im a mac or linux user lol sry i love making fun of people talking in tutorials but thanks for pointing me out to this

  • After watching this video, for those who want some more practices in python programming, you can go to pyschools.

  • o_O I just can't wait to start programming, it sounds so interesting! (Even if it takes years in the right environment to get good at it.)

  • i got a problem, when i type print "Hello, World!" on Python 3.2 for win X86 bit, it says SyntaxError: invalid syntax

  • @horiaonofrei For the 3.x versions of Python, you gotta print ("whatever") with the (). He's on 2.6.1 for these tutorials, which you can still download. I'm doing it on 2.6.6

  • Comment removed

  • Its not GUI, Bucky it is Integrated DeveLopment Enviroment

  • Just got interested in Python.

    Really pleased to see that Bucky's got a series on YouTube.

    I've learned a lot from his tutorials on Java and Objective C.

    All good stuff.

  • @rmaringas You've probably downloaded the source rather than the installer. Do you use Windows or some other operating system? Because I followed Buckys instructions and it works fine.

  • @rmaringas I imagine he assumes people aren't an absolute fuck up in installing such a simple to install program...

  • @rmaringas ha! stupid. you should know how to install a program without his help. lol such a douche

  • im only geting this cause i want blender

  • what does it do

    

  • Comment removed

  • "so if you ever uhhh... used a computer..." loool

  • NICE!!!! just what i was looking for. I have no clue how Python work. This is perfect for me!!!!!!!!!!!!!

  • Comment removed

  • You have potential :). Keep up the excellent work :).

  • @xxxrandomjamezxxx

    jajaajajajjajajaja jaajajjajajajajajjaajjajaajaja­jajjaja

  • @loko95ftp nishuiflhilwdhfcawol

  • hey man, you're the Chunk Norris of programming tuts makers. no one can beat u.

  • He says open an internet browser, but if I don't have one open, how can I see this video?

  • @D01n6u4m0m

    I'm pretty sure it's Bucky.

  • linux ALREADY comes with a default python installation....

  • How long will it take to learn the basics?

  • @nakedgirlsi love naked girls

    

  • @Mar1ex A week?

  • what is python for? i know its for programming..but for what? what's its use and what's its real life use? im confused...

  • people in tutorials say 'go ahead' too much