Description
In this course, you will :
- Learn Python from the ground up.
- Understanding Python's Fundamentals and Concepts
- Practical project Create a Brute-Force Login Web App.
- Step by step practise.
Syllabus :
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