You are on page 1of 2

ROUGH SCHEDULE

YACC - Python Bootcamp

Day1
Intro. to python, Google COLAB, and using Python as a
calculator(all operators)

Day2
Variables and basic data types (int, string, bool, .. etc).
and handling input/output. Conditional statements (if,
if-else)

Day3
Advance input/output, list, slicing, negative indexing on
lists, and some operations with lists.

Day4
While loop, and for loop, Advanced loop concepts, break,
continue concepts

Day5
Tuples, dictionaries, Sets, and some related problem-solving.

Day6
Functions and explanation of the idea of code reusability.

Day7
Basic recursion.
Day8
Basic sorting and searching, Binary search example +
recursive explanation.

Day9
Introduction to frameworks, packages, and basic libraries
like math (NumPy). Brief conclusion and the guide to how to
continue deep into python.

You might also like