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

Link to this comment:

Share to:
see all

All Comments (646)

Sign In or Sign Up now to post a comment!
  • "something like absolute value would be really difficult to program if you didnt have a function"

    really....

    if i<0: i=i*-1

  • great teacher. I love these videos.

  • You really do a fantastic job on these tutorials! You explain, demonstrate then explain each part once more. Now that's a tutor ^.^

  • Am really appreciating these tutorials.

  • FIRST!  :P

  • @Gdslayer7 That..... wasn't even remotely close to being first. you were over three years late, bro.

  • These are fantastic, thanks!

  • my girl sqrt all the time. i love it.!!!!!!

  • "...absolute value would be really difficult to program without a function" uh... if value lt 0 value * -1 else value. haha

  • @iConformist dude i dont understand one think u just said, but i hope i do in the future :D

  • cool tuts!

  • First

  • For the meaning of absolute numbers (for those of us with a poor maths education): An absolute number is what it would be if we disregard it's sign, -3 is 3, 3 is 3 OR how far away it is from zero, -3 is the same distance from 0 and 3 so they both have the same absolute value.. Look on Wikipedia, brilliant explanation.

  • @Ashitaka255 Thanks for the info! =D

  • Wow i had bought a python book for kids and u just taught this better. How can a person thats not even being paid to do this make it easier to learn how to program than someone who is. I don't know, but keep make these videos!

  • @LmfaoReviews thats true i downloaded a book to learn but i didin't understand a thing. i thought the video tutorial is more good to learn those programing languaches

  • well I'm like only 14 years old and HOPEFULLY not too young to learn this.... want to work with computer programs next time =/

  • @Xoneize im 13 and i hope to do the same :)

  • Comment removed

  • @Xoneize Stuff like python or Ruby is recommended if your 13/14... wish I'd have known that when I was 14, ended up learning VB.NET instead. I regret that decision

  • 19 people were thrown around the world.

  • This video went viral on Taiwan

  • γεια

  • print "first"

  • Sorry for like double posting but how to remove numbers/functions from variable

  • @StarsHero8 good question ,, hopefully bucky is not too busy to answer your questuion,, lol

  • @StarsHero8 Why would you need to remove them? If you want the variable to do something else just assign something else. If you dont want that variable just don't use it. Simple as that, unless I'm wrong.

  • LOL Extra Crap You are awesome man! You actually talk clearly and explain well! Also funny :P

  • @StarsHero8

    i agree

  • he is soooooooooooo funny and good at this.

  • @GoglingStuff ye usin imaginary nubers wouldnt it use i 

  • "Get outta here box."

  • y cant i do square root -1 to get i

  • @steveeliasbelabbas negative numbers dont have square roots

  • look at kahn academy in computer science. also very useful

  • This is great. Thanks so much for taking the time to put this up.

  • I need some help! I know how to import but once I import I want to see the different functions in the module. I know this is dir(math) for example, but then how do I see a description of what each function in the module does? I know there is a way, I have done it before but I am not remembering how.

  • @SpeakerFrequer nm, figured it out... help('...') does it and help('modules') lists the built in modules... dur... brainfart :p

  • @bunvia click the TAB key.

  • How did you get the box to pop up after you did the math.sqrt?

  • FIRST!!!!!

  • I paused the video to do some practices with the floor function. the very next thing I tried was sqrt function.

  • You and Khan Academy have changed the way I learn. Thakns!

  • Last!!!

  • abs is not difficult to program AT ALL. if x<0; 0-x=retval; return retval

  • And now i know my ABDs XD!

  • aww, i used python for like 6 months and on my 2ndary school, they use borland c++ shit. :|

  • abs would be really difficult to program?? how about if a number is less than 0, multiply by -1?

  • Thanks man...very useful resource. But the problem is some these examples don't work on latest python (v 3.2). Still good work.

  • @atulkakrana if you use pyscripter it will help you correct it for the lates version. in other words it will suggest what it thinks you mean for the current version. You can also run pyscripter under various versions up to I think 3.1

  • @uraniumu242 What is Pyscripter?

  • "Extra crap"...Love it!

  • absolute value

  • First!

  • is this same on fedora 14's terminal

  • question bucky........how do u know what is contained in the modules. Is there some where that shows everything u can do for every module

  • @donvitocorleone187 type help(module) ex. >>help(math) . it displays a man page of the modules

  • very similar to C++...instead of #include u use import...nice tutorial ;)

  • Such a charismatic guy :) Makes watching these all the better.

  • Comment removed

  • I find this easy to masturbate to.

  • thank you!

  • How to CLS in python

  • "So right now Python is just like looking at it and be like 'Floor ? What the heck are you  talking about, what does that mean ?' "

    - LOL

  • @smoke489

    Sorry I am kind of slow. I just realized that you were quoting another comment and not actually asking yourself.

  • To find square root without math functions:

    print (16**(1/2))

    MAKE SURE TO replace 16 with what you want to find the sqrt of. Thumbs up so others see.

  • wam bam !!! :D

  • First!!!

  • " In the last the tutorial I was throwing around the world. What?! The world?! I meant the word."

  • i love yr tuts.... it's easy to understanding....

  • I'm going to start learning AP Programming in a few days, and i picked Python as my language, so for a head start i started learning before i go to class. Class begins in Tuesday, wish me luck. :D

    This videos are really easy to understand by the way, i hope my class is like this. :P

  • @PretendHome though luck for me. My teachers only knew Pascal and BASIC.

  • @PretendHome So how is it?

  • @PretendHome Good luck!

  • Program within a program, FUNCTION

  • I like tutorials like this,i know much more now :)

  • thanks buckLy

  • AM i the only one who relizes how USELESS floor is if ur even the stightest bit good at math?

  • This guy is cool, moreso because he sounds like the cheerleader guy in dodgeball :)

  • i'm learning more in an hour than in months of school. thanks man.

  • i fuckin love your tuts, seems like i can finally learn something <.< :D thanks alot

  • if you type 'from math import *' you wont have to use math.floor() you can just use floor() :P

  • what the heck is a "abd" i loled at that.

  • Nerdgasm

  • Lol, the end was funny..so true though ;)

  • Extra Crap!!!

  • how did you open the box at 4:29 ??

  • @phoshizzledrizzle ctrl + shift + space or wait for a while

  • @phoshizzledrizzle ctrl+space for me

  • can you do square roots

    

  • Thankyou for these tutorials they have helped me becuase i have always wanted to be able to program in a type of languge such as python and you have helped keep making the videos thumbs up if you aggree

  • nice

    

  • how do you know all these like abbreviations? like how do you do that box, cuz i wanna learn more than just sqrt and floor :P haha but i love your tutorials man, hella easy to understand :)

  • @Thegoshjosh95 Go to Edit on the tool bar then click Show Completions

  • pow(10,1000)

    100000000000000000000000000000­000000000000....0000L

    what's the meaning of L????

  • You are the best teacher ever! I have watched 4 tutorials without getting a big headache :)

  • lol that was stupid, hahaha. i didnt relize i could just type it myself ^^

  • can you type math in the python manual to see the owerview of all math functions?

  • "extra crap that's built into python" xD

  • @ScottRobot88 1rd? 1rd? it's FIRST!(or 1st) NOT 1rd!

  • Is anyone else learning this for Blender? :D Yeah? :) Anyone...? Oh :(

  • @spiceuvlife I am learning it for blender =D

  • best python tutorials ever!!!

  • Awesome sunshine, i actually look like i know what i'm doing now :)

  • Last!!!!

    

  • 5:50 Square rrrt...

  • POWPOW

  • holy fuck python made simple by bucky. ty very much sir.

  • Floor... What the heck does that mean? My computer is confused right now...

  • BEST. TEACHER. EVAR!

  • 1234 likes! =)

  • could you assign a variable to a module and function without importing it first?

  • instead of assigning a variable to a function you can specify the function that you want from a module .

    for example :

    from math import sqrt

    with this method you can simply say :

    sqrt(81)

  • Which IDE is this guy using?

  • Comment removed

  • @Jesusability did you mean "IDLE"? if you did then 2.6.1 but you should use 2.7.2

  • @joonas2345 hehe thanks :)

  • Comment removed

  • me: floor(18.7)

    Python': floor??!! what the hell is that??

  • Module = Extra crap that is built into Python. GOT IT! :D Haha Thanks for making these videos!

  • getoutofhere! baxx!

  • Lmao power abs

  • what is abs(-18)

  • @pandelis14 abs stands for absolute (value) and it represents a number's distance from zero on x axis. To do it quickly just remove th minus symbol if it has one. If not, the absolute of a number is itself

  • you're the man dude. I'm in a remote area of the world and thanks to you I can learn this. Thanks SO much

  • omg! you are my hero...!

  • first!!!! Yes I got the first!!

  • I don't understand why you don't have to import math for pow() but you do for floor()

  • im making a replacement to husky express called sled crossing with python X3

  • I love programming! And I can't even make much of anything yet.

  • You are so awesome! :O

  • get out of here box!

  • but wait a minute... wouldnt 18.7 round up to 19 ?XD

  • @pearl2k11

    floor round down (cuts decimal off)

  • What if I am trying to import something that does not exist to the program or is not recognized?

  • dude i hate math, but now.....I THINK I LOVE IT O-O"

  • The best teacher!

  • Pow! Bizzle Bizzle.

  • I'm watching these videos and taking notes. I pay more attention to this than in my actual class.

  • Lol turn on captions and have a laugh xd

  • nice tutorial

  • awesome video, thank you!

  • first!

    

  • "a module is pretty much extra crap that is built into python" lol

  • amazing can't thank u and ur work enough. keep it up

  • I LOVE YOU

  • Good stuff, Bam!

  • 1st

  • Awesome tutorials, the only problem is that i use 3,2 not a 2 version so i kinda have to learn a bit bit its no problem, great job

  • hey bro, i love this tutorial about functions and all, but i have one more question. At one point in the tut you spawned a whole list of functions. How do you get that?

  • @hotrodzb from what happened to me, it happens after you use that import command and then try to use a function from the module you imported.

  • you are the most effective teacher i hbave ever seen... Bucky youare the man and i really want to know you more...thanks..

  • BAM!

  • "extra crap that's built into python" lol

  • haha, "get outta here box!" 4:34

  • I love how "modules" are just "extra crap"....somehow I missed that back in '93 when I took CS101...lol.

  • thanks! it's descriptive! :))) x

  • How do you get that suggestioner box? (I am on Python 2.6.6)

  • @ServerBoost100 I was wondering the same thing! Please let me know if you find out..

  • lol abd

  • @synclicious adb is actually a Program. It is "Android Device Bridge".

  • now I can use python like a calculator.

    all math is done with this

  • @cotorrafina rofl

  • 1st

  • Very nice series. Looking forward to watching the rest of these.

  • get outa here box!

    lol

  • Python rocks! I am going to start using Python

  • how do you bring up that box that shows you all the functions that you can do?

  • Brilliant tutorials; I'm having fun and learning! Thought those two were supposed to conflict.

    >>> Fun + Learning = ( x/0 )

    ERROR Cannot divide by 0

  • thks , great tut, better than profs ;)

  • Pfft! Who Needs Window's Built In Calculator When You Have Python To Do Your Homework!

    :P

  • there are15 stupids... too dumbs to understand this tutorial!

  • Omg I love python, fuck c++

  • @xyzdorky66 lol I was thinking exactly the opposite

  • @INTEL64GAMER im lazy and decided i didnt want to finish c++, i not going to be a serious programmer

    i wana work on cars for a career

  • @xyzdorky66 I have to say I love C after all I got started programming on Unix, but C++ has the most awkward implementation of Object Oriented Programming ever, XP

  • @itachisxeyes i kinda started on c but learned more c++ and it was a weird transition:P

    c++ has alot of unnecessary code i have to type that python nor c doesnt. im prolly gonna keep using c ++ but python is really nice=]

  • i thought the pow functiuon was part of the math modual??

    If this the case why can u use the pow function without importing math??

    love ya shit mate keep it up :)

  • @pozionmynd It is one of the built in functions.

    docs.python.org/library/functi­ons.html

  • good teacher

  • When he said pow i shouted "POW!"