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 - Web App Login Brute-Force
  • What is Brute Force Attack
  • Types of Brute Force Attacks
  • Building our first Brute Login from the scratch