
I had shown how to download python 3.6.3 version..
x86 -- >indicates 32 bit version
x86 64 -->indicates 64 bit version
if you face any issues while watching this video download it, and watch in your video players...
Explore list operations in Python for beginners, including inserting, counting, indexing, slicing, and deleting, then reversing and sorting lists with real-time examples.
Explore tuple operations in Python, highlighting immutability, the limits of concatenation, and why you cannot add or modify elements, while demonstrating which commands work on tuples.
A/c to python documentation Standards i had updated full in depth information, for this mutable and immutable
This lecture introduces Python string manipulation, showing how to create strings, use indexing and slicing, and apply methods like lower, upper, startswith, endswith, find, index, partition, and replace.
Explore Python if statements and conditionals with real time examples, including less than comparisons and print statements, to reinforce basic control flow for beginners.
Learn how to use a Python while loop with an increment to update a value until a condition stops the loop, and prevent infinite loops.
Learn how to define a class and its initializer in Python, set attributes with self, and instantiate objects by passing parameters, using a practical mobile example.
Learn how to check, set, and get attributes in a Python class, including verifying attribute presence with has attributes, and initializing and accessing them.
Explore inheritance in Python through a parent-child example, showing how a child class accesses and overrides parent methods, calls super, and shares behaviors across classes.
Explore regular expressions in Python, learn to compile patterns, and use character ranges like a-z to validate input and find matches.
Some predefined content according to Python docs...
remaining examples i had prepared by myself.... so please apply same concept and prepare your own examples
Learn how to rename columns in Pandas with the rename function. Replace old column names with new ones in a dataframe, using a simple column example.
How to Python In your machine
Basic introduction Python IDLE
Python Math Operations
Data Structures
Introduction to List,Tuples,Dictionaries
Introduction to Strings
What is Mutable?
What is Immutable?
Introduction to Loops
Condition If statements
While loop
What is the use of directory
Factorial Programs
How can you create a function?
Function Programming Examples
Introduction to OOPS concept
Inheritance**
Inheritance examples
Introduction to Regular Expressions
How can you verify your phone number using re
Basic Introduction to Pandas