Video Lectures

32x32

Chapter 1 : Overview of Python
Topic : History & Versions of Python
Content : explanation 33 MB ,21:55 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Features of Python
Content : explanation 14 MB ,10:43 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Execution of a Python Program
Content : explanation 26 MB ,16:22 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Flavors of Python
Content : explanation 14 MB ,8:37 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Innards of Python
Content : explanation 4 MB ,3:26 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Python Interpreter
Content : explanation 4 MB ,2:54 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Viewing the byte code
Content : explanation 8 MB ,5:12 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Memory Management in Python
Content : explanation 25 MB ,16:33 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Garbage Collection in Python
Content : explanation 13 MB ,8:21 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Comparison of Python with C and Java
Content : explanation 6 MB ,3:42 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Installing Python
Content : explanation 4 MB ,3:3 MIN , THEORY


32x32

Chapter 1 : Overview of Python
Topic : Writing and Executing First Python Program, Getting Help in Python, IDLE
Content : explanation 7 MB ,4:49 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Comments
Content : single line and multiline comment 11 MB ,7:43 MIN , THEORY


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Docstrings
Content : explanation 9 MB ,5:27 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Data types used in Python, numeric data types
Content : numeric data types 16 MB ,9:45 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Compound Data Type
Content : tuple 8 MB ,5:33 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Compound Data Type
Content : list 17 MB ,11:31 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Compound Data Type
Content : bytes 15 MB ,10:6 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Compound Data Type
Content : bytesarray 5 MB ,3:50 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Compound Data Type
Content : strings 32 MB ,21:53 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Compound Data Type
Content : range 7 MB ,4:30 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Boolean Data type
Content : explanation 6 MB ,3:50 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Dictionary
Content : explanation 8 MB ,5:14 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Sets
Content : explanation 7 MB ,4:41 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Sets
Content : frozensets 3 MB ,2:4 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Mapping
Content : explanation 8 MB ,5:36 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Basic Elements of Python
Content : explanation 10 MB ,6:32 MIN , THEORY


32x32

Chapter 2 : Data Types, Variables, and Other Basic Elements
Topic : Variables
Content : explanation 28 MB ,17:9 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Input and Output Operations
Topic : Input Function, Output Statements, The print() function, The print("string") function, The print(variables list) function, , The print(object) function, The print(formatted string) function
Content : explanation 18 MB ,10:24 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Input and Output Operations
Topic : The print(formatted string) function
Content : explanation 16 MB ,9:13 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Input and Output Operations
Topic : Command Line Arguments
Content : explanation 25 MB ,13:14 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Control statements
Topic : The if statement, The if ... else Statement, The 'if ... elif' else' Statement
Content : explanation 20 MB ,13:54 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Control statements
Topic : Loop Statement while loop, for loop, Nested loop
Content : explanation 43 MB ,27:51 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Control statements
Topic : Infinite loop, The else suite, break statement, continue statement, pass statement, assert statement, return statement
Content : explanation 68 MB ,44:10 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Operators
Topic : Arithmetic operators, Assignment operators, Unary minus operator, Relational operators, Logical operators, Bitwise operators, Membership operators, Identity operators, Precedence of Operators, Associativity of Operators
Content : explanation 53 MB ,30:31 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Creating Arrays
Content : explanation 108 MB ,48:53 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Indexing and Slicing of Arrays
Content : explanation 8 MB ,4:48 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Basic Array Operations
Content : explanation 31 MB ,14:17 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Arrays Processing
Content : changing shape 8 MB ,4:35 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Arrays Processing
Content : transpose operation 18 MB ,9:29 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Arrays Processing
Content : sorting array 10 MB ,6:12 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Arrays Processing
Content : splitting array 8 MB ,4:49 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Arrays Processing
Content : changing dimensions 24 MB ,13:52 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Mathematical Operations on Array
Content : explanation 15 MB ,8:43 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Aliasing Arrays
Content : explanation 8 MB ,5:8 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Slicing and Indexing in NumPy Arrays
Content : explanation 10 MB ,5:40 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Advanced Indexing
Content : explanation 18 MB ,12:16 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Dimensions of Arrays
Content : explanation 11 MB ,6:48 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Arrays
Topic : Attributes of an Array, The ndim Attribute, The shape Attribute, The size Attribute, The itemsize Attribute
Content : explanation 2 MB ,1:47 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Functions
Topic : Function definition and call, Returning Results
Content : explanation 27 MB ,18:16 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Functions
Topic : Returning Multiple Values from a Function, Built-in Functions, Difference between a Function and a Method
Content : explanation 24 MB ,12:10 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Functions
Topic : Pass Value by Object Reference
Content : explanation 11 MB ,6:56 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Functions
Topic : Default Arguments, Arbitrary Arguments,
Content : explanation 8 MB ,4:55 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Functions
Topic : Parameters and Arguments, Formal and Actual Arguments, Positional Arguments, Keyword Arguments
Content : explanation 29 MB ,16:45 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Functions
Topic : Recursive Functions
Content : explanation 12 MB ,7:54 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Modules
Topic : Introduction to Modules in Python
Content : explanation 6 MB ,4:11 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Functions
Topic : Anonymous or Lambda Functions, Using Lambda with the filter() Function, Using Lambda with the map() Function, Using Lambda with the reduce() Function
Content : explanation 32 MB ,18:29 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : List and Tuples
Topic : Lists, List Functions and Methods, List Operations, List Slices, Nested Lists
Content : explanation 38 MB ,33:38 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Strings
Topic : Strings
Content : Creating Strings, Functions of Strings, Working with Strings, Length of a String, Indexing and Slicing, Repeating and Concatenating Strings, Checking Membership, Comparing Strings, Removing Spaces, Finding Substrings, Counting Substrings, Immutability, Splitting and Joining Strings, Changing Case, Checking Starting and Ending of a String, Searching in the Strings, Testing Methods 77 MB ,48:28 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Dictionaries
Topic : Creating a Dictionary, Operators in Dictionary, Dictionary Methods, Using for Loop with Dictionaries, Operations on Dictionaries
Content : explanation 30 MB ,25:41 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : List and Tuples
Topic : Tuples, Functions in Tuple
Content : explanation 41 MB ,40:45 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Strings
Topic : Sorting Strings, Finding the Number of Characters and Words, Inserting Substrings into a String
Content : program 49 MB ,31:9 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Dictionary
Topic : Using for Loop with Dictionaries, Converting Lists into Dictionary, Converting Strings into Dictionary, Passing Dictionaries to Functions, Sorting the Elements of a Dictionary using Lambda, Ordered Dictionaries
Content : Explanation 32 MB ,19:32 MIN , THEORY


The Shikshak App

The Shikshak App is an honest attempt to provide quality education.

https://play.google.com/store/apps/details?id=com.weit.theshikshak&hl=en_IN