References
Python Notes
Preface
LLM Prompt
1
Python Preferences
Primitive
2
Primitive Types
3
Number
4
String
5
Data Structure
Control Flow
6
Conditional
7
match-case
8
Loop
9
Comprehension & Others
10
Functional Programming
Functions
11
Functions
12
Functions 02
13
Decorator
14
Closures and Decorators in Python
15
Function (Validation)
Func Prog
16
MapReduce
Error & Exception
17
Exception
18
Try-fails-NA
Logging
19
Logging (Basic)
20
Logging (to file)
21
Logging (Advanced)
Regex
22
Regex
23
Re2 vs Re
Iterate
24
Iterator, iterable, and Generator
OOP
25
OOP in Python
26
OOP Tricks
27
OOP Property
28
Abstract Base Class
29
Class vs Instance Method
30
DataClass
31
Class: Shape
32
OOP: Book Catalog
33
OOP: Fruit
Data Validation
35
Type Checking (Pure)
36
Pydantic
I/O
37
Files Operation
38
OS module
39
Path
40
JSON
Jinja
41
Jinja: Basic
42
Jinja2: Syntax
FS
43
FS
Web
44
Request
45
Beautiful Soup (Basic)
46
Beautiful Soup (WebPage)
47
BS4 Soup: Extract Table to DF
Context
48
Context Manager
49
Context Manager (Custom)
Typing
50
Typing
Benchmark
51
Time Module
52
Timing
Module & PKG
53
File
54
Package
PKG Dev
55
Export using
__all__
Pipeline
56
Make for Python (Basic)
Exercises
57
Control Flow Exercise
58
PG: Sort
59
Mimimax Game
Pandas
60
Intro to PD
References
References
60
Intro to PD