This repo is a personal handbook of Python practice notes with code snippets and information around learning and obtaining industry recognized certifications in Python programming.
-
Online Training - Python Essentials 1
- Associated Certification - PCEP-30-xx
-
Online Training - Python Essentials 2
- Associated Certification - PCAP-31-xx
- Code editor used for training - Visual Studio Code
- Python version used for training - Python3 (3.9.6)
- Python Intro
- Python Syntax
- Python Comments
- Python Variables
- Python Data Types
- Python Numbers
- Python Casting
- Python Strings
- Python Booleans
- Python Operators
- Python Lists
- Python Tuples
- Python Sets
- Python Dictionaries
- Python If ... Else
- Python While Loops
- Python For Loops
- Python Functions
- Python Lambda
- Python Arrays
- Python Classes/Objects
- Python Inheritence
- Python Iterators
- Python Scope
- Python Modules
- Python Dates
- Python Math
- Python JSON
- Python RegEx
- Python PIP
- Python Try Except
- Python User Input
- Python String Formatting