MyNotes - Python Bootcamp
MyNotes - Python Bootcamp
Bootcamp
Go from zero to Hero in Python 3
CourseNotes:
https://github.com/Pierian-Data/Complete-Python-3-Bootcamp
Index
Python Object and Data Structure Basics
o Numbers – Follow CourseNotes
o Variable Assignment
o Strings
o Print formatting with Strings
o Lists
o Dictionaries
o Tuples
o Sets and Booleans
o Files
o Object & Data Structure Practice Problems
Python Comparison Operators – Follow CourseNotes
Python Statements
o Introduction to Python Statements
o If, elif, and else Statements
o For loops
o While loops
o Useful operators
o List comprehensions
o Practice Problems
Methods and Functions
o Methods
o Functions
o Function Practice Problems
o Lambda Expressions – Map and Filter – Follow CourseNotes
o Nested Statements and Scope – Follow CourseNotes
o Args and Kwargs
o Function and Methods Practice Problems
Milestone Project – 1 (Tic Tac Toe Game)
o Warm Up Project Exercises
o Milestone Project 1
Object Oriented Programming
o Introduction
o Basics before learning classes
o Class keyword & Attributes
o Methods
o Inheritance
o Polymorphism
o Special (MagicDunder Methods)
o Exercise 1
o Exercise2
o Challenging Exercise
Modules and Packages – Follow CourseNotes and watch it’s video
Errors and Exception Handling – Follow CourseNotes
Python Object and Data
Structure Basics
Python Data Types
Variables
Variable Names
Dynamic typing
Example