Learn Python From the scratch
  • Install Python
  • Hello World
  • Data Types
  • Numbers
  • Math functions
  • Operator Precedence
  • Variables
  • Strings
  • Types Conversion
  • Escape Sequence
  • Formated Strings
  • Strings Indexes
  • Boolean
  • Conditional If Else
  • For Loop
  • While
  • Break Continue Pass
  • Functions
  • Args Kwargs
  • Packages in Python
Python Coding Project - Port Scanner
  • What is Port Scanner and how it works
  • Building our first Port Scanner from the scratch