
Who can choose this career
Students, professionals, Job seekers and anyone who wants to learn for personal knowledge.
Requirements
Basic understanding of Oops concept. Any pre-rear knowledge of any opps based language will help.

Learning Path
Python Basics
This course covers all concepts of python that are required to develop a decent project by tour own and we also cover some extra bonus videos to a complete knowledge of python language.
Course curriculum
Module 1: Introduction
- 1.1 Why To Learn Python
- 1.1 Python Introduction
- 1.1 Resource
- 1.1 History of Python
- 1.1 Python Installation
- 1.1 How Python Works?
Module 2: Get Started
- 2.1 Python First Program
- 2.1 Basic Concept
- 2.1 Hello World
- 2.1 Python Comments - Single line
- 2.1 Python Comments - Multi-line
- 2.1 Variable Introduction
- 2.1 Python Variables
- 2.1 Everything is an Object in Python
- 2.1 Indentation in Python
- 2.1 Python Data Structure
- 2.1 Storing Values in Variable
- 2.1 Type Casting
- 2.1 Checking Types of Variables - type()
- 2.1 Type Casting - integer to float and vice versa
- 2.1 Type Casting - Int to string and vice versa
- 2.1 Implicit Type Casting
- 2.1 Explicit Type Casting
- 2.1 Naming Variables in Python
- 2.1 Keywords & Identifiers in Python
Module 3: Input From User
- 3.1 Input from User in Python
- 3.1 Input Out
- 3.1 Simple Input Output
- 3.1 Input On Strings
- 3.1 Part 2 String IO
- 3.1 Simple Input Output In Strings
- 3.1 Example: Taking input in Python
- 3.1 Type Conversions
- 3.1 Example: Input in Python - with int and float type-casting
Module 4: Control Structure
- 4.1 Control Structure
- 4.1 If Condition
- 4.1 If Statement Part 2
- 4.1 If Else
- 4.1 If Else
- 4.1 If Elif Else
- 4.1 If Else Elif
- 4.1 Nested If
- 4.1 While
- 4.1 Code Examples - Conditional Statement
- 4.1 Example : Simple Calculator
Module 5: Loops And Recursion
- 5.1 Looping Statements in Python
- 5.1 For Loop
- 5.1 How to print name 500 times?
- 5.1 Example: Python For Loops
- 5.1 Python Loops - Range (start,stop,step)
- 5.1 Example: Python Loops - Range (start,stop,step)
- 5.1 Examples: Python Nested Loops
- 5.1 For Loop vs While Loops
- 5.1 Fun With Python
- 5.1 Break Statement
Module 6: List in Python - Data Structure
- 6.1 Python List
- 6.1 Python List Operations
- 6.1 Python List Function
- 6.1 Python List Range
- 6.1 Example Codes - Python Lists
- 6.1 Python Lists - Delete element from list
- 6.1 Python Lists - Iterate over a list
- 6.1 Python Lists - Mixed Data Types
- 6.1 List Comprehension
- 6.1 Python Lists - Lists of List
- 6.1 Python Lists - How to Iterate Nested Lists?