Python Tutorial For Beginners | Data Types and Variables in Python (Urdu/Hindi)

Опубликовано: 16 Март 2026
на канале: Python Programming
177
23

#python #pythonprogramming #pythontutorial

In this lecture of python programming tutorial for beginners Urdu/Hindi .you will learn about programming data types.
What are data types in python programming language?,
How can you use different data types in python language,
How to use string, integer, float and boolean data types in python.
What are the differences multiple in data types.

Next, You also learn about Variables.
What are the variables in python programming language?
How can you create variables in python.
What is the use of variable in python.

Also you can create multiple variables in single row e.g:
name,age,hobby = "Syed Shakaib", "31" , "Teaching"

Python Variables:
In Python, variables are used to store data. Unlike some other programming languages, you don’t need to declare the type of a variable explicitly; Python determines the type automatically.

Rules for Naming Variables:
Variable names must start with a letter or an underscore (_).
They cannot start with a number.
They can contain letters, numbers, and underscores.
They are case-sensitive (age and Age are different variables).
Reserved keywords (like if, while, def, etc.) cannot be used as variable names.

How to download and install Pycharm Community Edition:
   • Python Tutorial for Beginners - How to Dow...  

📌 🔔 Subscribe for More Lectures:    / @codewithshakaib  

📌 📂 Python Complete Course For Beginners:    • Playlist  

📌 📢 Follow for More Updates:

🌐 Facebook Page:   / codewithshakaib  

#coding #programmingtutorial #codewithshakaib #ai #course #machinelearning #webdevelopment #codewithshakaib