Entradas

Mostrando las entradas de febrero, 2015

Mastery 19

Use of loops with “while” Link To My Youtube Video: https://www.youtube.com/watch?v=HNvsXNvlpSs

Mastery 17

Use of “elif” with a conditional Link to My Youtube Video: https://www.youtube.com/watch?v=prLvdFpk1rY

Wsq 08

Imagen
On to Functions What to do: i'm taking the same instructions as Wsq 03 http://floreths.blogspot.mx/2015/01/wsq03.html But this time i'm using functions! ,  with the help of this video made by Ken: Link to my Dropbox code: https://www.dropbox.com/s/lctxv9t1g05gru1/function.py?dl=0

Mastery 16

Use of “else” with a conditional Link To My Youtube Video: https://www.youtube.com/watch?v=e_ivJ-4m-lo

Mastery 02

Ability to create Python project in IDE  and run inside the IDE Link to my youtube video: https://www.youtube.com/watch?v=8hcblMRa6Es

Mastery 01

Ability to Create a Python file and  run from command line Link to my Youtube Video: https://www.youtube.com/watch?v=g2jiTuKyNfQ

Wsq07

Sum Of Numbers Example Run:  We will calculate in the range you provide. Please give us the lower bound:  1 Please give us the upper bound: 10 The sum from 1 to 10 (inclusive) is: 55 Dropbox link to my code: https://www.dropbox.com/s/1k5dobdb2gg1cmz/Wsq07.py?dl=0

Wsq06

Pick a Number What to do:  1. To generate a random number i used  http://effbot.org/librarybook/random.htm  as an example. Dropbox link to my code: https://www.dropbox.com/s/mn9v6bs7lg84v3s/Wsq06.py?dl=0