I am a medical student and just love to learn new things, and thats the far best learning video of new language. You are just awesome. Thank you very much for creating this video.
Hi,sir. Just an hour into your video and I must say, it’s been well detailed and explanatory. I also like that you carry your viewer along if he pays attention. Couldn’t be happier to come across your video. Thank you.
Hey buddy from where u did you MBA in Business Analytics and how much it costs for 2 years and did you also get any placement after doing it? please advise
@@rahulvempati25.12 Doesn't require the MBA in BA... I have done post grad in BA...and end up with a marketing job ...not so much of opportunities out there for MBA in BA...
Loved the way you explained each thing like basics from scratch and making slowly comfortable with the program. In detail explanation. Do upload some more tutorials.
Hello Harshit sir, I am learning Data Analyst course from an institution but it was tough for me to understand the classes because I come from Commerce background, I barely understood what mentors taught me and i couldn't ask questions because it's online classes. I nearly gave up. But thank God, i don't know how I come across your this video, it took me nearly 8-9 days to complete this 7 hours video, but I did it. And completely understood the concept. Thank you so much sir, i don't know how to thank you. God bless you ❤
Please do an intermediate and advanced versions too . I got my basics right and this gives a lot of hands on practice for python . Hope you release other versions too . Eagerly waiting for them .
Such a wonderful effort. A clean, neat, short, simple, highly understandable way of presentation of all kinds of basics of python. Your teaching is one among who makes everyone can learn anything irrespective of any background. Thank you. keep doing
Harshit, Thank you for creating an easy to follow tutorial for Python in Jupyter Notebook. Basics that you covered in this tutorial should give good foundation for further learning. Good job.
You are an Outstanding Teacher! Your curriculum is remarkable! Fantastic effort! Please continue the great work. I am working every step you are doing. Just fyi, for some reason, 2^3 is giving me 1. Not sure why? If you see my mistake, please correct. Huge thanks! YS
Thank you so much Sir for your great explanation in a very cleared concept to Python basics. Honestly, it's a very useful and helpful for beginners. All the best for your effort in the near future.💯👍
Thank you for this wonderful job done. I am new to Python and I am taking this course because I am intending to study data science. I would like to ask a question. When you explaining lambda (6hr:18min), you gave a define a function as: def even(x) If x%2==0 Can you please explain better what x%2==0 mean. Thank you
sir,in continue and break l1=[10,30,20,30,30,20,50] for i in l1: if i==30: print("skipping 30") continue if i==20: print("breaking the loop") break print(i) the output show: skipping 30 skipping 30 skipping 30.... we don"t got actual value the break option and continue not work properly
Great video. Thank you sir. You know how it should be thought. A step by step lesson of all important steps. TH-cam should be a place for a video likes yours. Nowadays we see full of trash contents here without any values
how to solve when it doesnt connect to the kernel A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration.
Hi Harshit Very good explanation of python from scratch to upgrade level. I just requesting you that can we have the Jupiter notebook in which you wrote codes in a pdf format or in any format
Content is very good but unable to see comments clearly or we can say clarities not good comment should be crystal clear so that we can observe minuts thing
you are directly writing fibonacci(enter number), but nowhere you have saved the fibonacci numbers. Then how u r able to call any particular fibonacci number????? Bhai fibonacci() in built function hai kya?
Hi Sir, an hour into your video and quite educative. I have a problem for the data types. what is wrong with this syntax :type(int(float('12.25'))) its giving me an error. i have repeatedly run it and still giving error. Please what am i doing wrong.
Thanks for such an amazing video. I do have a query though, since you mentioned it is case sensitive, when I'm trying changing the variable as 'Var' instead of 'var', it is giving me the value that I have assigned in the latest variable. Eg var = 10 then I write Var = 20 to check, I write var and the output comes as 20 not 10 (which is the latest value I've assigned for the variable). Please check and help. :)
Hello, help regarding this issues would be great, I'm attempting to learn a little more about how while loops work but I keep receiving this error when typing the code in Jupyter notebook. It once and prompted me for the password then when I tried to execute the cell again I got a string error. I'm using Jupyter from with in ArcGIS Pro. The current modules installed are arcpy and os. Example of code is below. password = ' ' while password != 'password': print("What is the password?") password = input() print('Yes, the password is ' + password + '. You may enter.') What is the password? --------------------------------------------------------------------------- TypeError Traceback (most recent call last) In [229]: Line 4: password = input() TypeError: 'str' object is not callable
Hi.. I am storing all the codes in TestDirectory\Codes directory which is under G drive. This is just an example to navigate to directory where you want to open Jupyter Interface so that any code file you create will be stored here. If you want to use exact this path - you can create TestDirectory folder in G drive. Under TestDirectoryfolder create Codes folder. Hope this will help. Thanks.
I am a medical student and just love to learn new things, and thats the far best learning video of new language. You are just awesome. Thank you very much for creating this video.
such underrated video .. totally understood basics which i was struggling with .. thank you sir
Most welcome!
😄🙌
@@harshitagarwal6190 can you share your notes for this course?
Hi,sir. Just an hour into your video and I must say, it’s been well detailed and explanatory. I also like that you carry your viewer along if he pays attention. Couldn’t be happier to come across your video. Thank you.
Did my mba in business analytics, whole python was taught in one go but basics got cleared now. Such awesome concepts.
Hey buddy from where u did you MBA in Business Analytics and how much it costs for 2 years and did you also get any placement after doing it? please advise
@@rahulvempati25.12 Doesn't require the MBA in BA... I have done post grad in BA...and end up with a marketing job ...not so much of opportunities out there for MBA in BA...
It took me 2 days to cover your whole video. Really love it how you clearly explained.
You are a real savior. I bow to you 🥺
Loved the way you explained each thing like basics from scratch and making slowly comfortable with the program. In detail explanation. Do upload some more tutorials.
Thanks. Sure.
@@harshitagarwal6190 sir, when will the intermediate and advance level will come??? eagerly waiting for them.
Hello Harshit sir, I am learning Data Analyst course from an institution but it was tough for me to understand the classes because I come from Commerce background, I barely understood what mentors taught me and i couldn't ask questions because it's online classes. I nearly gave up. But thank God, i don't know how I come across your this video, it took me nearly 8-9 days to complete this 7 hours video, but I did it. And completely understood the concept. Thank you so much sir, i don't know how to thank you. God bless you ❤
Please do an intermediate and advanced versions too . I got my basics right and this gives a lot of hands on practice for python . Hope you release other versions too . Eagerly waiting for them .
Very nice way of explanation. I was stuck with jupyter and anaconda and you saved me. Great sir!!!
In a very simple way completely taught each and every basics of python. What not understood in class i understand here. Thanks 👍
A lots of concepts are cleared in 7 Hour Video for beginner of Python....Thank you for such a learningful video....
1:02:14 (arithmetic) , 2:00:25 (print statement) , 2:04:00(indentetion) , 2:11:50(assignment operator) , 2:17:45(relational operator) 2:37:00(if else statement) 2:52:00 (list) , (strings) 3:24:05
Was a newbie. Week later part of quantum computing club❤️❤️❤️
Buddy you are an angel for me..i was struggling between pycharm and jupyter notebook..thank so much yr thank you
thanku harshit for the way u guiding and teaching its just just awesome these many days i was struggling simply
Such a wonderful effort. A clean, neat, short, simple, highly understandable way of presentation of all kinds of basics of python. Your teaching is one among who makes everyone can learn anything irrespective of any background.
Thank you.
keep doing
Underrated video bro!!!!!!!💯🔥 Keep it up you are great 👍🏻
This is how it should begin… IT IS DIFFICULT TO BE SIMPLE…. Kudos to You Bhaiya….
Thank you very much sir your tutorial is far more better than my teacher teach me in class thanks alot
This video is really very helpful. You explain everything with simple examples......easy to understood everything...... thank you for this video
Thank you soumya tripathi
Hmmmm
Hey nice work,
in formatting you could have added 1 method
print(f"sam is",x,"years old and his father is",y,"years old")
Very useful video to learn python basics. Thanks for your teaching 😊
Harshit, Thank you for creating an easy to follow tutorial for Python in Jupyter Notebook. Basics that you covered in this tutorial should give good foundation for further learning. Good job.
Hats off bro. It was very useful for beginners👏🏻👏🏻👏🏻👏🏻
This video was extremely helpful for non cs beginners like me 😊.
Thank you so much sir... It helped me a lot to learn python from basics... As I am from non it background.
Glad to hear that
Great work Mr Agarwal. Keep up the good work and let me know where to find more practice material.
Thank you, I will
Thank you so much I have learned all the basics. It was helpful.
Great explanation in a very easy understandable language.. Got the experience on basic can't wait for ur more upcoming videoss..
under rated channel 😢, I have never seen such a great video on python. No one has expalined like u. Just Amazing👍🏼keep it up good work. ❤
You are an Outstanding Teacher! Your curriculum is remarkable! Fantastic effort! Please continue the great work.
I am working every step you are doing. Just fyi, for some reason, 2^3 is giving me 1. Not sure why? If you see my mistake, please correct. Huge thanks! YS
Hi. Thanks. Instead of ^, please use ** for power operations.
@@harshitagarwal6190 Thank you!
It is really very helpful video to understand basics... Thank You So Much Sir
Thanks Harshit! Very good presentation.
Thank You for such a wonderful video with neat & clean concepts. Excellent!!!
Great work 💯
Appreciated 👏
Very informative lecture
Thank you
You are most welcome
Excellent teaching.
Thankyou for making this video 🎉
Thanks ❤
Thank you so much Sir for your great explanation in a very cleared concept to Python basics. Honestly, it's a very useful and helpful for beginners. All the best for your effort in the near future.💯👍
some heroes don't wear capes but some upload 7hrs tutorial with no ads .
Thank you for this wonderful job done. I am new to Python and I am taking this course because I am intending to study data science.
I would like to ask a question. When you explaining lambda (6hr:18min), you gave a define a function as:
def even(x)
If x%2==0
Can you please explain better what x%2==0 mean.
Thank you
Tq tq sir ur explanation how to install python as well as anaconda jyupter I got cleared my doubts sir tq for ur clear explanation sir .👍🏾
You are blessed or else it's not possible. Keep doing without rewards. Rewards are embedded in you and in your life.
The jupyter notebook is displaying a HTML code in notebook and not opening in browser. What should i do?
my brother you should have like a kamillion subs right now but thanks content is the best
Such a wonderful class
Awesome. Pls make a video on MySQL too
sir,in continue and break
l1=[10,30,20,30,30,20,50]
for i in l1:
if i==30:
print("skipping 30")
continue
if i==20:
print("breaking the loop")
break
print(i)
the output show:
skipping 30
skipping 30
skipping 30....
we don"t got actual value
the break option and continue not work properly
This is amazing. Thank you.
Thankyou so much sir Its really helpful
like i cant say thank u enough for this information, hope u have great day :)
Thanks for a well detailed and clear presentation. Do you have notes for the video?
Great video sir🧡🧡
thankyou. very much. really helpfull
Great video. Thank you sir. You know how it should be thought. A step by step lesson of all important steps. TH-cam should be a place for a video likes yours. Nowadays we see full of trash contents here without any values
Thanks Harshit.
Thanks bro... This more helpful for me
Can u please upload java and spring boot , Spring rest ,spring hibernate
Thank you for the video
I have questions to ask?
I can find your other video on TH-cam
day after tomarrow i have interview in infosys, now i am started form biggining to learn
what will happen donnow......
Hello I'm new to this course.
Can anyone tell me why print() function is not used in lists
Sir is video k description me time display b krte dete to help ho jati. Jo portion sikhna h direct uspe jump kr skte h
Sure..
@@harshitagarwal6190 sir please can we get the ppt for this?
@@upadhyaya.rohitt Hi Rohit.. I have uploaded the Time Codes. Soon i will share the presentation. Thanks.
Visit also this channel to know the basic of Jupyter th-cam.com/video/T9rSSVrQahw/w-d-xo.html&feature=share
how to solve when it doesnt connect to the kernel
A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration.
Should i also install python if I'm installing anaconda??
Hi Harshit Very good explanation of python from scratch to upgrade level. I just requesting you that can we have the Jupiter notebook in which you wrote codes in a pdf format or in any format
Content is very good but unable to see comments clearly or we can say clarities not good comment should be crystal clear so that we can observe minuts thing
I should be able to make use google-colab to learn it?
Thanks a lot Dear 🙏🙏🙏🙏🙏🙏🙏🙏🙏
Sir, the code at 4:52:13 is not running . its showing str object is not callable. please help
Very helpful 👍
Are harry Bhai idhar kese 😂 ... Btw good job ✌️
very well taught
what if i change variable in arithmetic operation. then results are not changing according to the variable
you are directly writing fibonacci(enter number), but nowhere you have saved the fibonacci numbers. Then how u r able to call any particular fibonacci number????? Bhai fibonacci() in built function hai kya?
Hi Harshit,
Kindly let me know where is the assignment link? Please put another tutorial for next level python with Jupyter notebook.
Hi. Please check the description of video.
In the screen below the logout button, there is Python 3 there is. in my screen Python 3(ipykernel) what's mean this is
Unable to open dialogue box in user input and formatting...plz help
my laptop is 32 bit, can I process my code like you do in this video?
Sir plz upload file handling in jupyter
Sir I am facing error in milestone project 1 63episode
Whenever I try to install anaconda on 32 bit OS but there shown create menu error and missing icon anaconda navigator ,anaconda prompt
Hi Sir, an hour into your video and quite educative. I have a problem for the data types. what is wrong with this syntax :type(int(float('12.25'))) its giving me an error. i have repeatedly run it and still giving error. Please what am i doing wrong.
Excellent sir
From where i Can Get These Jupyter notebook files
Thanks for such an amazing video.
I do have a query though, since you mentioned it is case sensitive, when I'm trying changing the variable as 'Var' instead of 'var', it is giving me the value that I have assigned in the latest variable. Eg var = 10
then I write Var = 20
to check, I write var and the output comes as 20 not 10 (which is the latest value I've assigned for the variable).
Please check and help. :)
it is because in python when we overwrite the values it takes then latest value i.e.var=20
Doing the numpy exercise could not get numpy to download as kernal not functioning tried pip install -U Numpy and still no success . Any suggestions
Hii sir..i tried installing anaconda but it was not installing on my windows pc..what to do ?
So useful video 💖thanks... Can we contact you whenever i get doubts... Because I'm doing data science
hi,
could we get that ppt as notes to revise thing
Thank you 🙏🙏
Hello, help regarding this issues would be great, I'm attempting to learn a little more about how while loops work but I keep receiving this error when typing the code in Jupyter notebook. It once and prompted me for the password then when I tried to execute the cell again I got a string error. I'm using Jupyter from with in ArcGIS Pro. The current modules installed are arcpy and os.
Example of code is below.
password = ' '
while password != 'password':
print("What is the password?")
password = input()
print('Yes, the password is ' + password + '. You may enter.')
What is the password?
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
In [229]:
Line 4: password = input()
TypeError: 'str' object is not callable
Great video, I am a beginner in python and the explanation was really good and helped me learn it easily
does it cover advanced python topics also?
Hi sir How to create 1 to 20 reverse number using while loop can you help me in this
Your video is really helpful for us.pls explain how to get your presentation???
Sure. I'll collate all the presentations and share them..
Soon.
Time 29:12 which folder you inter, when I am writing this code system can not find the path specified
Please help me 🙏
Hi.. I am storing all the codes in TestDirectory\Codes directory which is under G drive. This is just an example to navigate to directory where you want to open Jupyter Interface so that any code file you create will be stored here. If you want to use exact this path - you can create TestDirectory folder in G drive. Under TestDirectoryfolder create Codes folder.
Hope this will help. Thanks.
Sir, I emailed you, please go through email. I have mentioned problem and also attached image 🙏😊😊
Hi. I have replied on mail. Please try and let me know if you are still getting error.
Thanks you much sir, problem resolve 😊
Same here sir unable to find codes for getting Jupyter notebook
Can u help me out
Great thanks
Hi, please any one can provide or send python note of this course , thank you