Welcome to Python Se AI Tak.
In this Day 2 video, we will learn Variables and Data Types in Python using Jupyter Notebook inside VS Code.
This video is beginner-friendly and perfect for students who are starting Python from zero.
Topics covered:
What is a variable?
How to create variables
Rules for variable names
String data type
Integer data type
Float data type
Boolean data type
type() function
Practice task
In Day 1, we wrote our first Python program. Today, we are learning how to store data using variables and understand different types of data in Python.
In Day 3, we will cover Python basics in one shot.
Practice zaroor karna, kyunki coding sirf dekhne se nahi, karne se aati hai.
Practice Task:
Create your own profile using variables.
Print:
1. Your name
2. Your age
3. Your city
4. Your goal
5. Whether you are learning Python or not
Example:
name = "Student"
age = 18
city = "India"
goal = "Learn Python and AI"
is_learning_python = True
Comment “Done” after completing the task.
#PythonSeAITak #PythonForBeginners #LearnPython #PythonVariables #PythonDataTypes #VSCode #JupyterNotebook #PythonToAI #python tutorial for beginners