├── 1. Beginner_Python ├── Average_from_List.py ├── BMI.py ├── Even_Odd_Number.py ├── FizzBuzz.py ├── Heads_Tails.py ├── Love_Calculator.py ├── Milestone_Project1 │ ├── Hangman.py │ ├── List_of_words.py │ ├── README.md │ ├── ascii_code.py │ └── requirements.txt ├── Paint_wall.py ├── Password_Generator.py ├── Pizza_Bill.py ├── README.md ├── Random.py ├── Random_Bill_Payer.py ├── Sum_two_digits.py ├── Time_Left.py └── Tip_Calculator.py ├── 2. Intermediate_Python └── README.md ├── 3. Intermediate*_Python └── README.md ├── 4. Advanced_Python └── README.md ├── 5. Professional_Portfolio └── README.md ├── LICENSE └── README.md /1. Beginner_Python/Average_from_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Average_from_List.py -------------------------------------------------------------------------------- /1. Beginner_Python/BMI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/BMI.py -------------------------------------------------------------------------------- /1. Beginner_Python/Even_Odd_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Even_Odd_Number.py -------------------------------------------------------------------------------- /1. Beginner_Python/FizzBuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/FizzBuzz.py -------------------------------------------------------------------------------- /1. Beginner_Python/Heads_Tails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Heads_Tails.py -------------------------------------------------------------------------------- /1. Beginner_Python/Love_Calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Love_Calculator.py -------------------------------------------------------------------------------- /1. Beginner_Python/Milestone_Project1/Hangman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Milestone_Project1/Hangman.py -------------------------------------------------------------------------------- /1. Beginner_Python/Milestone_Project1/List_of_words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Milestone_Project1/List_of_words.py -------------------------------------------------------------------------------- /1. Beginner_Python/Milestone_Project1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Milestone_Project1/README.md -------------------------------------------------------------------------------- /1. Beginner_Python/Milestone_Project1/ascii_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Milestone_Project1/ascii_code.py -------------------------------------------------------------------------------- /1. Beginner_Python/Milestone_Project1/requirements.txt: -------------------------------------------------------------------------------- 1 | random 2 | os -------------------------------------------------------------------------------- /1. Beginner_Python/Paint_wall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Paint_wall.py -------------------------------------------------------------------------------- /1. Beginner_Python/Password_Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Password_Generator.py -------------------------------------------------------------------------------- /1. Beginner_Python/Pizza_Bill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Pizza_Bill.py -------------------------------------------------------------------------------- /1. Beginner_Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/README.md -------------------------------------------------------------------------------- /1. Beginner_Python/Random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Random.py -------------------------------------------------------------------------------- /1. Beginner_Python/Random_Bill_Payer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Random_Bill_Payer.py -------------------------------------------------------------------------------- /1. Beginner_Python/Sum_two_digits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Sum_two_digits.py -------------------------------------------------------------------------------- /1. Beginner_Python/Time_Left.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Time_Left.py -------------------------------------------------------------------------------- /1. Beginner_Python/Tip_Calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/1. Beginner_Python/Tip_Calculator.py -------------------------------------------------------------------------------- /2. Intermediate_Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/2. Intermediate_Python/README.md -------------------------------------------------------------------------------- /3. Intermediate*_Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/3. Intermediate*_Python/README.md -------------------------------------------------------------------------------- /4. Advanced_Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/4. Advanced_Python/README.md -------------------------------------------------------------------------------- /5. Professional_Portfolio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/5. Professional_Portfolio/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimnyumba/python_everywhere/HEAD/README.md --------------------------------------------------------------------------------