Hands on experience on Python programming for anyone who wants to master the skills of python programming. By our Learn …
Hands on experience on Python programming for anyone who wants to master the skills of python programming. By our Learn By Doing Methodology you learn every step by a programming activity which helps you clear you logical concepts leading you to become a good python programmer.
Course Currilcum
-
- Introduction to Python 00:00:00
- Hello Python! 00:00:00
- print Function 00:00:00
- Arguments 00:00:00
- Practice Print Statement 00:00:00
- Print – Different ways 00:00:00
- Multiple Instructions. 00:00:00
- Escape Character 00:00:00
- Comments 00:00:00
-
- Introduction to Variables 00:00:00
- Changing Variable Value 00:00:00
- Python type() Function 00:00:00
- More about type() Function 00:00:00
- Variable Names 00:00:00
- Examples for choosing Variable Names 00:00:00
- Variable Name – Exercises 00:00:00
- Reserved Words in Python 00:00:00
- Multiple Assignments 00:00:00
- Multiple Assignments Examples 00:00:00
- Multiple Assignments Exercises 00:00:00
- What is an Operator ? 00:00:00
- Arithmetic Operators 00:00:00
- Unary Operators 00:00:00
- Addition(+) & Subtraction(-) Operators 00:00:00
- Addition & Subtraction – Exercises 00:00:00
- Multiplication(*) & Division(/) Operators 00:00:00
- Multiplication & Division – Exercises 00:00:00
- Modulo(%) & Floor division(//) Operators 00:00:00
- Modulo & Floor division – Exercises 00:00:00
- Exponentiation(**) Operator 00:00:00
- Relational Operators 00:00:00
- More about Relational Operators 00:00:00
- Assignment Operators Part1 00:00:00
- Assignment Operators Part2 00:00:00
- Identity Operators 00:00:00
- Logical Operators 00:00:00
- Bitwise Operators 00:00:00
- Membership Operators 00:00:00
- Introduction to Data Types 00:00:00
- Integers 00:00:00
- Floats 00:00:00
- Combining Integers and Floats 00:00:00
- Strings 00:00:00
- Multiple Instructions 00:00:00
- Escape Character 00:00:00
- Concatenation 00:00:00
- Boolean 00:00:00
- Practice – Boolean 00:00:00
- Combining Data types 00:00:00
- Use of int() 00:00:00
- Use of str() 00:00:00
- Use of chr() 00:00:00
- Use of ord() 00:00:00
- Practice Questions | Recap 00:00:00
- What is a List? 00:00:00
- List Indexing and Slicing 00:00:00
- List Indexing & Slicing – Examples 00:00:00
- List Indexing & Slicing – Exercises 00:00:00
- Size of a List 00:00:00
- List Size – Exercises 00:00:00
- Updating List Elements 00:00:00
- Updating List – Exercises 00:00:00
- Adding Elements to a List 00:00:00
- Deleting Elements from a List 00:00:00
- Adding & Deleting elements – Exercises 00:00:00
- Assigning Multiple Lists at once 00:00:00
- Assigning Multiple Lists – Exercises 00:00:00
- List Operations 00:00:00
- Joining Lists 00:00:00
- Replicating Lists 00:00:00
- Slicing the Lists 00:00:00
- List Operations – Exercises 00:00:00
- Some other built-in methods 00:00:00
- index() method 00:00:00
- extend() method 00:00:00
- index() & extend() method – Exercises 00:00:00
- insert() method 00:00:00
- count() method 00:00:00
- insert() & count() method – Exercises 00:00:00
- reverse() method 00:00:00
- sort() method 00:00:00
- reverse() & sort() method – Exercises 00:00:00
- Introduction to Decision making Statements 00:00:00
- if Statements 00:00:00
- More about if Statements 00:00:00
- if Statements – Exercises 00:00:00
- if else Statements 00:00:00
- if else Statements – Examples 00:00:00
- if else Statements – Exercises 00:00:00
- Nested if Statements 00:00:00
- Nested if Statements – Examples 00:00:00
- Nested if Statements – Exercises 00:00:00
- if – elif Ladder 00:00:00
- if – elif Ladder – Examples 00:00:00
- if – elif Ladder – Exercises 00:00:00
- Dictionaries in Python 00:00:00
- Creating a Dictionary 00:00:00
- Accessing Values of a Dictionary 00:00:00
- Creating & Accessing Values of a Dictionary – Exercises 00:00:00
- Adding Elements to Dictionary 00:00:00
- Updating Existing Elements in a Dictionary 00:00:00
- Adding & Updating Elements – Exercises 00:00:00
- Deleting Elements from a Dictionary 00:00:00
- Deleting Elements – Exercises 00:00:00
- Dictionary Functions 00:00:00
- The len() & clear() method 00:00:00
- len() & clear() method – Exercises 00:00:00
- The get() & items() method 00:00:00
- get() & items() method – Exercises 00:00:00
- The keys() & values() method 00:00:00
- keys() & values() method – Exercises 00:00:00
- The update() method 00:00:00
- update() method – Exercises 00:00:00
- What is String? 00:00:00
- String Indexing 00:00:00
- String Slicing 00:00:00
- String Indexing & Slicing – Exercise 00:00:00
- Updating a String 00:00:00
- Deleting a String 00:00:00
- String Update & Delete – Exercise 00:00:00
- Multiline Strings 00:00:00
- Built-in String Functions 00:00:00
- String capitalize() Method 00:00:00
- String center() Method 00:00:00
- String count() Method 00:00:00
- String endswith () Method 00:00:00
- String expandtabs() Method 00:00:00
- String find() Method 00:00:00
- String index() Method 00:00:00
- String isalnum() Method 00:00:00
- String isalpha() Method 00:00:00
- String isdigit() Method 00:00:00
- String islower() Method 00:00:00
- String isnumeric() Method 00:00:00
- String isspace() Method 00:00:00
- String istitle() Method 00:00:00
- String isupper() Method 00:00:00
- String join() Method 00:00:00
- String len() Method 00:00:00
- String ljust() Method 00:00:00
- String rjust() Method 00:00:00
- String upper() Method 00:00:00
- String lower() Method 00:00:00
- String lstrip() Method 00:00:00
- String rstrip() Method 00:00:00
- String min() Method 00:00:00
- String max() Method 00:00:00
- String swapcase() Method 00:00:00
- String isdecimal() Method 00:00:00
- String replace() Method 00:00:00
- String zfill() Method 00:00:00
- String title() Method 00:00:00
- String startswith() Method 00:00:00
- String endswith() Method 00:00:00
- String split() Method 00:00:00
- String splitlines() Method 00:00:00
- Python Reverse String 00:00:00
- Reverse String – Exercises 00:00:00
- String Concatenation 00:00:00
- String Replication 00:00:00
- String Concatenation & Replication – Exercises 00:00:00
- String Formatting Operator 00:00:00
- String Formatting – Exercises 00:00:00
- Escape Characters in String 00:00:00
- Escape Characters – Exercises 00:00:00