0% found this document useful (0 votes)
19 views2 pages

2022 Python Bootcamp

The document outlines a 9 day rough schedule for a Python bootcamp. It covers introductory Python topics like variables, data types, conditional statements, loops. It also covers lists, tuples, dictionaries, sets, functions, recursion, sorting, searching and introduces frameworks and packages.

Uploaded by

Seshan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views2 pages

2022 Python Bootcamp

The document outlines a 9 day rough schedule for a Python bootcamp. It covers introductory Python topics like variables, data types, conditional statements, loops. It also covers lists, tuples, dictionaries, sets, functions, recursion, sorting, searching and introduces frameworks and packages.

Uploaded by

Seshan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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