Python tutorial for beginners

This is my 1st video of my currently non-existent series. Comment on what I should change for the next video and please rate.

Thank you
Below is the C2F conversion calculator, keep in mind it is only 4 lines long.

def C2F():
Celsius = input(’Enter degrees in Celsius: ‘);
Fahrenheit = (9.0 / 5.0) * Celsius +32;
print Celsius, ‘Celsius =’, Fahrenheit, ‘Fahrenheit’;

Duration : 0:10:49



11 Responses to “Python tutorial for beginners”

  1. Rustomac Says:

    No problem, and …
    No problem, and thank you.

  2. geektom9 Says:

    what does it say on …
    what does it say on the first line after the c2F

  3. Rustomac Says:

    I have written the …
    I have written the exact C2F program in my description, sorry it was hard to read.

  4. trekab Says:

    Nice video but wot …
    Nice video but wot does it say after C2F… too bad Camtasia Studios cost so much money…

    Maybe a PrtScn, Print Screen, and the CRTL R for a rectangular ZOOM in to your Code and then insert Picture for, say 10 seconds, in the video using Windows Movie maker or what you use.

  5. trekab Says:

    O, I C

    Your About …
    O, I C

    Your About This Video ‘more’ give the code… thanks I’m just a beginner.

  6. Rustomac Says:

    Thanks for the …
    Thanks for the suggestion.

  7. USCGfourlife Says:

    Can you tell me how …
    Can you tell me how a sentry variable works? It has to do with a loop.

  8. kdmq Says:

    good video! but …
    good video! but where is the next video???

  9. thinkradically Says:

    it’d be great to …
    it’d be great to see a web scraping video, or especially one that deals with mechanize or clientform

  10. theuwatcher Says:

    hey, thanks a lot …
    hey, thanks a lot man. you actually thought me something. I’m following you lead. most of the videos here teaches how to install or download the program, while other show stuff too small to see. I’m hoping to see more of you videos and if possible teach me some stuff personal. i got some unanswered question too.:) later

  11. BlenderFreak777 Says:

    it would be nice if …
    it would be nice if i could actually read it…

Leave a Reply

Posted on December 31st, 2007 by admin

Filed under Python |

|