Variable in Python : Tutorial 15

  Рет қаралды 275,845

Harshit vashisth

Harshit vashisth

Күн бұрын

Пікірлер: 134
@rakeshkranjani
@rakeshkranjani 5 жыл бұрын
hi brother you are great and your work is appreciable in teaching python for free on youtube thank you very much . brother
@aleenadas2054
@aleenadas2054 4 жыл бұрын
You are really amazing...Here lots of apps with fake courses and certificates charging money where as you giving genuine knowledge with so much effort
@TheArora3
@TheArora3 5 жыл бұрын
Harshit, I am loving these videos. Thank you so much. For some reason, my visual studio is not working and I downloaded pycharm and it's working fine. Thank you so much again.
@shreyaz3527
@shreyaz3527 2 жыл бұрын
Variables: It can store data in the form of floating, integers,strings!! #Rules for Variables- ''' variables must start with letters or either undersore Variables does not start with numbers but we can use a number in middle or end of the variables we can't use any special letters or symbols in variables such as @$®© 📄📝In Python We mostly use Snake_case_writting.. '''
@muhammadumar6199
@muhammadumar6199 2 жыл бұрын
Hello, Harshit I am Umar from Pakistan your teaching way is very easy I understand your teaching style,
@sardarharis8261
@sardarharis8261 6 жыл бұрын
very nice harshit ...i'm haris from pakistan ..doing bio medical engineering .....kindly tell me data analysis in python ...thanks a lot bro .....your teaching method was really easy & understandable ....lots of love from pakistan
@gautamvatsa1700
@gautamvatsa1700 6 жыл бұрын
THANK YOU SIR FOR PROVIDING SUCH A GREAT SERIES OF LECTURES
@samirdas7465
@samirdas7465 6 жыл бұрын
You are a great teacher Harshit
@truepearls1790
@truepearls1790 2 жыл бұрын
Buht ALA👌 videos. Now I m subscribing.
@jyotiprakashbalasore
@jyotiprakashbalasore 5 жыл бұрын
Variable name is case sensitive Ex :- Name = 'ASD'; name = 9; print(Name) & print(name) will provide different outputs
@rehanshahid3072
@rehanshahid3072 5 жыл бұрын
i tried but it's n0t the err0r which i teII u
@romazriaz5141
@romazriaz5141 5 жыл бұрын
bhai semi colon ni ana wo remove kru
@keshavgoyal2573
@keshavgoyal2573 2 жыл бұрын
Yes because n capital karne se vo variable hi different ho gaya
@Introducepax
@Introducepax 2 жыл бұрын
Ohhh 🤨😢😢😢mje phle kuch smjh nhi aya bohat sary tutorial dekhy ub pta chla q age or number likhty rehty hen nice yaaar nice you are great teacher ❤️❤️❤️ for me. I'm illiterate man 😭😭😭 but i love python and wanna learn it.
@Bankey_Bihari_Sarkar_Vrindavan
@Bankey_Bihari_Sarkar_Vrindavan 5 жыл бұрын
very nice sir........i am proud of u that i am learning python from your channel.
@siraatsoft1241
@siraatsoft1241 6 жыл бұрын
Excellent, Bhot hi knowledgeable tutorial. Thanks.
@alviahmed7764
@alviahmed7764 6 жыл бұрын
Please do complete course video. I am interested. Good Work bro.
@soniasmelodiousland
@soniasmelodiousland 2 жыл бұрын
thanks for wonderful videos. watching for 4th time
@anshgupta8065
@anshgupta8065 5 жыл бұрын
nice videos ,thanks harshit to support learn python....
@sandipchatterjee4296
@sandipchatterjee4296 6 жыл бұрын
thank you sir ...........you are very very very good teacher,
@RajeevKumar-jt8vl
@RajeevKumar-jt8vl 4 жыл бұрын
thanks harshit for making video very nice teaching..thanks
@tapaskumardas9507
@tapaskumardas9507 6 жыл бұрын
Bohot bohot dhanyabat sir. Ap bohot accha taki ko sa samja ta ha.
@kulpreetsingh9820
@kulpreetsingh9820 4 жыл бұрын
oo bhai kati gair python ha ta re salute on your python
@kartikjetani6481
@kartikjetani6481 5 жыл бұрын
Superb teaching 👌 nice explained
@palaklavkar1559
@palaklavkar1559 5 жыл бұрын
Nice tutorial and your way of teaching are super. Its humbled request to you, please start c++ tutorial also. I guaranteed that, if you teach c++ it will definitely going to help me to learn c++ language very effectively and fast. Thank you.
@soniasmelodiousland
@soniasmelodiousland 3 жыл бұрын
Thanku..best videos on python
@lifehacks9450
@lifehacks9450 6 жыл бұрын
sir machine learning pe vedio banao plss
@ranaahmad364
@ranaahmad364 6 жыл бұрын
Thanks for your brief detail. Within this video you selected multiple rows and then comment it once. How did you do this? or how we can put comments on multiple lines once like other programming languages.
@mumta4u
@mumta4u 6 жыл бұрын
' ' ' print("hello") ' ' '
@shreneek
@shreneek 4 жыл бұрын
clrt + k then C but remove your hand from *ctrl*
@Sky_Gaming253
@Sky_Gaming253 4 жыл бұрын
Thank you so much sir 😊😊😊🤗🤗🤗🤗🤗🤗🤗🤗🤗
@tomvlogger07
@tomvlogger07 5 жыл бұрын
U explained very very good Patten
@broadcasteverything1958
@broadcasteverything1958 6 жыл бұрын
when i run print command visual studio show segmentation fault ?
@ecoacare
@ecoacare 4 жыл бұрын
Hello, bhai log mujhay variables main issue a rha hai jab main variable bna k print karta hoon aur output check karta hoon to variable jis ko assign kia hai wo nahi ata bal k sirf whi varible ajata hai jaisay x ajata hai jab k x=2 assign kia hota hai aur 2 nahi ata
@dr.hamidwardag4769
@dr.hamidwardag4769 2 жыл бұрын
Hello sir. When I run the string it display like that: Full_name Not like: first name and last name What's the problem? Please help me.
@NitinKhetawat
@NitinKhetawat 3 жыл бұрын
Harshit I have a question In C php java we declare same function with variable And again we declare same function with variable value will be changed In Python how it's shows old and new variable value I don't understand
@pawanlakhera8605
@pawanlakhera8605 5 жыл бұрын
Camel case wle m words k beech m underscore(_) ayega y nhi...
@hero7890
@hero7890 4 жыл бұрын
nhi..
@pranjalkalal5330
@pranjalkalal5330 4 жыл бұрын
ek sathe 4 line ni agad # lagavva ni shortcut key kai?
@sarfarazshaikh
@sarfarazshaikh 6 жыл бұрын
How to take linux command as variable for using in python script
@successstory813
@successstory813 4 жыл бұрын
Hello harshit your teaching is very nice. R you teaching 1-1 online class l. M watching videos understand but install problem fr vsd
@usama57926
@usama57926 6 жыл бұрын
thank u very much
@ManishKumar-is8jc
@ManishKumar-is8jc 4 жыл бұрын
How to get ur python book sir ,, plz comment sirrrr
@dawoodirfan5256
@dawoodirfan5256 4 жыл бұрын
Hey guys please help me whenever I debug my file it goes to another terminal and i have to come back to bash and then run it How to solve it?
@surbhijain1017
@surbhijain1017 6 жыл бұрын
Why we need to make file folder every time? why cant we do coding in python idle?
@rathoremanisha2859
@rathoremanisha2859 2 жыл бұрын
please provide the pdf link of the book that you use
@luckyhaider4516
@luckyhaider4516 5 жыл бұрын
thanks sir. nice video
@kundangupta925
@kundangupta925 5 жыл бұрын
Sir python porgramming me header file Ka use nahi karte hai kya ?
@AnkurKumar-ur1cj
@AnkurKumar-ur1cj 5 жыл бұрын
nope.
@himanshudubey4523
@himanshudubey4523 6 жыл бұрын
i have a doubt Harshit for example if i command my_name = himanshu and print("my name") so when i run my code it will show himanshu or not? under score creates string?
@RajuKumar-jl3bq
@RajuKumar-jl3bq 6 жыл бұрын
no definitely not. print("my name") will print = my name. if you want to print himanshu write print(my_name) because you have stored your name in my_name.
@neerajkinnu6136
@neerajkinnu6136 4 жыл бұрын
Also put quotes around himanshu. i. e. my_name="himanshu" and then. print(my_name)
@ittechsolution7356
@ittechsolution7356 6 жыл бұрын
Love you sir ..nice videi
@nirajsingh8453
@nirajsingh8453 5 жыл бұрын
Completed 👍 Thanks
@prachi_smartwork_material
@prachi_smartwork_material Жыл бұрын
Sir aapke notes book ki link kaha h
@sourovbanerjee7185
@sourovbanerjee7185 4 жыл бұрын
Sir how to get your book..? please response.🤷‍♂️
@surojitkonar272
@surojitkonar272 5 жыл бұрын
sir my = or as-sine symbol is not define,how to active
@dogbrosinc6912
@dogbrosinc6912 4 жыл бұрын
Break your pc
@hemantkumarsahoo9201
@hemantkumarsahoo9201 4 жыл бұрын
Thank you Bro.....
@brinderjeetsingh6639
@brinderjeetsingh6639 3 жыл бұрын
You are op and kind heart 💑
@vishalshede6799
@vishalshede6799 4 жыл бұрын
great work
@richardtirtho2407
@richardtirtho2407 5 жыл бұрын
sir my print isn't working. It doesn't print the value. It prints the variable name. what to do?
@neerajkinnu6136
@neerajkinnu6136 4 жыл бұрын
Make sure there is no quotes around the variable in print function
@m.shahbaz4001
@m.shahbaz4001 3 жыл бұрын
sir ap ki book ki link mil sakti ha?
@damankashyap3487
@damankashyap3487 2 жыл бұрын
Sir in the starung: so isko asa bhi likh skte ha😪😪 Sur in the end:AGAR APKO VIDEO ACHI LAGGI HO TO LIKE KARA...!!! 🤩🤩
@Shubham_1999.
@Shubham_1999. 6 жыл бұрын
Sir plz apni book ka link de dijiye mujhe kharidni hai.
@Vahe_111
@Vahe_111 Жыл бұрын
what is the name of book?
@kiran7192
@kiran7192 4 жыл бұрын
Good Explain
@love.kumar.vaishnav
@love.kumar.vaishnav 4 жыл бұрын
thanks sir ji
@wjjejwjjwjw4321
@wjjejwjjwjw4321 4 жыл бұрын
Are sir par ye to btaao ki string use jab and kaha per karna hai and apart from that. print("harshit vasisht is aweome") thank you sir✌✌✌✌
@gayatrichannel3115
@gayatrichannel3115 4 жыл бұрын
Comment out kese krte he sir
@adityarajpurohit5352
@adityarajpurohit5352 4 жыл бұрын
Bhai me jab pylint (python extension) install karta hu error 2 ata he no such file or directory
@waradrajshinde4253
@waradrajshinde4253 4 жыл бұрын
i think u hv changed some file location
@dynamicsid8795
@dynamicsid8795 5 жыл бұрын
Bro Ur amazing Maja aa gya
@harshattri8810
@harshattri8810 5 жыл бұрын
Hello Harshit my name is harsh from Newzealand
@zohaibbhaatti78
@zohaibbhaatti78 5 ай бұрын
Sir g kio issu ay raha hn os ka to bata dei
@tarunshakya4210
@tarunshakya4210 2 жыл бұрын
Thanks bhai😁
@gokalpreetsingh2155
@gokalpreetsingh2155 4 жыл бұрын
Thanks 😊 sir
@ahsanullahmughalahsan486
@ahsanullahmughalahsan486 4 жыл бұрын
sir can we use spyder
@robinpoudyal6892
@robinpoudyal6892 5 жыл бұрын
kaha se sikha ha tumne
@subhamchanda2801
@subhamchanda2801 5 жыл бұрын
👌👌
@kavyasagar3870
@kavyasagar3870 3 жыл бұрын
thank_you = understood print(thank_you)
@soniasmelodiousland
@soniasmelodiousland 6 жыл бұрын
Thank you so much Sir
@suhasbhoir22
@suhasbhoir22 5 жыл бұрын
no output showing when running python abc.py command
@suhasbhoir22
@suhasbhoir22 5 жыл бұрын
it solved. I did not save the file.
@saurabh5879
@saurabh5879 6 жыл бұрын
Please upload on 240p also..
@digvijaykumar5719
@digvijaykumar5719 4 жыл бұрын
Love you bro❤️
@miralvirani9212
@miralvirani9212 4 жыл бұрын
$ python mytest.py File "mytest.py", line 13 num = "miral" ^ SyntaxError: invalid syntax help me to solve this error
@neerajkinnu6136
@neerajkinnu6136 4 жыл бұрын
Make sure there is no space before num in your code
@jaygupta44
@jaygupta44 6 жыл бұрын
Good
@studentsacademy9954
@studentsacademy9954 5 жыл бұрын
Awesome
@niranjanpatel3175
@niranjanpatel3175 6 жыл бұрын
good sir
@praveenkadar7805
@praveenkadar7805 5 жыл бұрын
thank you sir
@naajgoswami6087
@naajgoswami6087 5 жыл бұрын
bhai aap jo bhi samjha rahe ho sab samajh aa raha h but the problem is that ap deffinations hi nahi de rahe sirf examples k through samjha rahe ho
@jailendratripathi8612
@jailendratripathi8612 6 жыл бұрын
Sir how to add comment multiple lines
@chandrakantkakde3263
@chandrakantkakde3263 6 жыл бұрын
Jailendra Tripathi There is no way to add multiline comment
@lollipop3d841
@lollipop3d841 6 жыл бұрын
u can do multiline comment by using """ this is multiline comment this is multiline comment"""
@earth-pranjaljain2663
@earth-pranjaljain2663 5 жыл бұрын
select all and then ctrl + /
@himanshupatel4063
@himanshupatel4063 5 жыл бұрын
your python pdf link?????
@ShivamMBBS
@ShivamMBBS 6 жыл бұрын
Sir aj kitne baje aur kitne video upload karoge
@KrishanKumar-jf1yw
@KrishanKumar-jf1yw 5 жыл бұрын
good
@BaigsvLog
@BaigsvLog 5 жыл бұрын
i am student from pakistan
@merrywish6334
@merrywish6334 5 жыл бұрын
me too
@sayandeepjana3828
@sayandeepjana3828 4 жыл бұрын
html css and java script video course plss
@zeeshanakram8751
@zeeshanakram8751 6 жыл бұрын
source code is missing.
@jitendrapatel7896
@jitendrapatel7896 4 жыл бұрын
👍👍👍👍
@its_rahul__4711
@its_rahul__4711 2 жыл бұрын
its good but your source code isn,t visible
@joshhae3931
@joshhae3931 2 жыл бұрын
Can we became ciber ciquirty engineer
@WebLokofficial
@WebLokofficial 4 жыл бұрын
sir please teach PhP
@codeguru5164
@codeguru5164 6 жыл бұрын
great
@tomvlogger07
@tomvlogger07 5 жыл бұрын
Sir I want to learn Python language
@waradrajshinde4253
@waradrajshinde4253 4 жыл бұрын
so what are u learning now Chinese??😒
@wildturtle2416
@wildturtle2416 4 жыл бұрын
Instructions are not clear i just hacked into Google Company 😂
@alokpal7347
@alokpal7347 5 жыл бұрын
Sir book name and purchase link
@krishnagupta-zd8bh
@krishnagupta-zd8bh 6 жыл бұрын
aap source code please share kariye
@vivekvicky9641
@vivekvicky9641 6 жыл бұрын
🙏🙏🙏
@MKLTech
@MKLTech 4 жыл бұрын
Sir mujhe python thoda bhi nhi aata h to mujhe aapka video me samjh me nhi aa rha ki kaha se dekhe kyuki mujhe python starting se jna h ,,so please aap btao me kaha kis lecture se dekhna start karu end tak dekhe
@waradrajshinde4253
@waradrajshinde4253 4 жыл бұрын
pura tutorial pada hai see from beginning i also was a beginner
@niranjanpatel3175
@niranjanpatel3175 6 жыл бұрын
sir please pdf file share kariye
@aniketmanwar6002
@aniketmanwar6002 4 жыл бұрын
Shares free book for python
Chapter 1 Summary : Python Tutorial 16
10:43
Harshit vashisth
Рет қаралды 221 М.
Python as a Calculator : Python tutorial 14
15:22
Harshit vashisth
Рет қаралды 319 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 199 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 8 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Functions Intro : Python tutorial 70
10:48
Harshit vashisth
Рет қаралды 137 М.
Int() function : python tutorial 19
7:10
Harshit vashisth
Рет қаралды 247 М.
Recursion Simply Explained with Code Examples - Python for Beginners
9:07
Python Simplified
Рет қаралды 183 М.
How to Use Lists in Python
18:49
Programming with Mosh
Рет қаралды 328 М.
For loop : Python tutorial 59
5:51
Harshit vashisth
Рет қаралды 124 М.
If-elif-else statement : Python tutorial 47
6:50
Harshit vashisth
Рет қаралды 126 М.
👩‍💻 Python for Beginners Tutorial
1:03:21
Kevin Stratvert
Рет қаралды 3,4 МЛН
How To Use Functions In Python (Python Tutorial #3)
14:55
CS Dojo
Рет қаралды 2,4 МЛН
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 199 МЛН