Python type casting and operators Let us see about Python type casting and operators. Python Type casting Python Operators Watch on YouTube: https://youtu.be/cit6jKwKY1o Python type casting We know Python is not strict with the data type declaration of variables. What makes the need of type casting? Let us see below

Python comments and variables Let us see about Python comments and variables which covers the below topics. Python Comments Single line comment End of the line comments Multi line comments using # (Pound or Sharp) Multi line comments using “”” (3 double quotes a.k.a Multi line string) Variables Declaring variables

Python Syntax and Data types Today we are going to see about Python Syntax and Data types which consist of the following Python Syntax Indentation in Python Best practices while writing Python program Data types (In build data types in Python) Code Repo : https://git.io/JtUqQ Slides : https://git.io/JtUZM In case

Writing your first code in Python Today we are going to see about Writing your first code in Python In case if you have missed our previous topics Python introduction in Tamil Part 1 Python introduction in Tamil Part 2 Watch in youtube: https://youtu.be/Mj6HSMLvikc Writing your first Python code Where

Python intro in Tamil – Part 2 In today’s topic we will be seeing the Python intro in Tamil – Part 2 | பைதான் கற்றுக்கொள்ளுங்கள், before proceeding if you have missed watching our previous topic “Python intro in Tamil – part 1” see below link. Watch Python introduction in Tamil