Options Trading:
The Complete Guide to Greeks & Python Tools
Master options trading by building payoffs, calculating Greeks and IV, and analyzing real strategies using Python
Introduction
Risk Disclaimer
What Are Options?
Key Terminology (Strike, Premium, Moneyness, Expiration, American vs European)
Use Cases (Hedging, Speculation, Income)
Hands-On: Visualizing Options with Python
Test your knowledge
Intrinsic vs Extrinsic Value
The Greeks
Time Decay & Volatility
Black-Scholes Intuition
Black-Scholes Pricing + Greeks Explained
Python: Option Pricing & Greeks Using Black-Scholes
Python: Reverse Engineering a Bitcoin Option price
Python: Monte Carlo Simulation for Option Pricing
Test Your Knowledge
What is Implied Volatility?
Pythion: IV Solver - Newton-Raphson Method
Python: IV Solver - Brent’s Method (Robust Root Finding)
Python: Reverse Engineering Implied Volatility using real market data
The Volatility Smile
Test Your Knowledge
Covered Call and Protective Put
Python: Covered Call and Protective Put
Vertical Spreads: Bull Call and Bear Put Spread
Python: Bull Call and Bear Put Spread
Iron Condor & Butterfly
Python: Iron Condor & Butterfly
Why Greeks Matter in Strategies
Options Strategy Execution & Visualization with Bybit
Test Your Knowledge
Common Execution Mistakes & Slippage
Market Orders & Limit Orders
Risk Mindset & Position Sizing
Test Your Knowledge
Pulling Live Option Prices from Binance
Structuring & Analyzing the Option Chain
Test Your Knowledge