Python Basics Section 1 Why python? installing python Variable, expressions and statements + operators Booleans if-else help() homeworks : print a sentence calculate triangle volume print bigger number draw simple shape using print Section 2 define functions for loops while loops range function homeworks prime numbers draw complex shape Section 3 Int Float & Double List Strings Tuples Set Dictionaries Change data types and casting get input from user homeworks: something Section 4 Modules : Why we use them, what are they and how they work? Standard Modules Using a Module reloading a Module datetime module random module Section 5 basic list functjions basic string functions recursion in python Section 6 : Basic Projects number guessing dice rolling simulator rock, paper, scissors fibonacci in python