00:01 Learned Python in 30 days with a structured course 01:41 Python course covers installation, Jupyter notebook, and data structures 03:10 Comprehensive Python course with quizzes and exercises 04:48 Coding Ninjas scholarship test with benefits and discounts 06:19 Learning to handle errors, formatting code, applying concepts practically 07:51 Learned Python in 30 days with extensive coverage of web development, PIL library, working with images, PDFs, spreadsheets, emails, capstone projects, advanced data structures, and ipy widgets. 09:33 Course offers updated content and diverse projects 11:10 Learned Python basics and explored various applications and modules
I would like to see a video of you talking about Data Structures and Algorithms. How you learnt it and what suggestions you'd have for someone getting into DSA?
I bought this course last october, and I ended procrastinating the whole time, so I'm trying to complete the course now, and I gotta say, it IS a great course! however if anyone thinks they need more practice in order to complete the milestone projects, angela wu is the right instructor for you!
@@yooooo8652 yeah it is good, however one thing that I struggled with was during milestone projects, I didn't think the course prepared me well enough for such hands-on applications, for that I'll recommend Angela Yu 100 days python course.
Loved how you stressed a lot about keeping your fundamentals clear. Python is a language with immense potential and use-case. With evolving technology, the basics will help you apply the language in whichever way you want.
@@almostmonk5523 I read 1st three words of your comment and assumed it would go like if you know how to read then you can code in python 😂 , it literally makes sense don't u think?
Lol, you purchased the course in July 2019 and got the certificate in 2022 and the title of your video is I LEARNT PYTHON IN 30 DAYS. How easily people can get fooled, if someone can speak English fluently & confidently and claim I have accomplished things. People follow them like sheep.
Lol, you purchased the course in July 2019 and got the certificate in 2022 and the title of your video is I LEARNT PYTHON IN 30 DAYS. How easily people can get fooled, if someone can speak English fluently & confidently and claim I have accomplished things. People follow them like sheep.
Yes, you will learn it 2023. In 6 months time I will come back to this comment. Come on Kumar, I believe in you. The basics are the hardest part, after that it gets easier and more fun!
Hey ishan , Great explainer, I started my pythin journey with automate the boring stuffs with python and built webscrapper , desktop assistant , yt downloader, virus creation , simple calculator and few other projects I love the simplicity of python and have fun creating projects on those , Now I am following vauld, can u create a vid on how vauld work and how to invest using that , it will be helpful Though i don't know whether you respond or not , but I get a lot of info from ur channel Thanks
hey..can you provide your roadmap please? because even i am learning from automate the boring stuffs with python and I am almost done. What should I do next?
I took an HTML course on Udemy, didn't completed it yet. I also wanted to start python but I was confused which course to take so thanks for making it easy to choose a course, and yes I watched the video till the end 😄
I watched it till the very end , i am an enthusiast of programming language , also belong to computer science , i am a 47 year old man from Kolkata , also i am your follower at Instagram . Thank you .
"I watched till the end!" I would suggest another video on Udemy. "100 Days of Code: The Complete Python Pro Bootcamp for 2022" This course is also good. They covered everything.
@@raghavkr2746 Bro If you are a complete beginner then checkout codeWithHarry Yt For advance go for the "100 Days of Code: The Complete Python Pro Bootcamp for 2022" this course in Udemy. You can check out their course structure.
loved how you stressed a lot about keeping your fundamental clear python is a language with immense potential and use-case. With evolving technology the basics will help you apply the language in whichever way you want.
I'm learning python from a python bootcamp instructed by dr.angela yu in udemy. She's just amazing in the way of her presentation and her perfectly structured modules
Angela Yu's python course is scam....she's only Kept video lectures upto Day 60....after that there r only PDFs no videos,,,but the course content gets tougher in those days and not having video content for those is a big drawback
Hi ishan had a doubt, were you a complete beginner when starting this course or did you have any prior knowledge to understand the terminologies being used?
BS.. if you want to learn python fundamentals enroll E&ICT summer program by IIT kanpur. Live classes everyday 1.5 hrs and great faculty. Stop anytime in the class and ask questions. Faculty will answer your question. Not to forgot u will get certificate from IIT kanpur tc 80% attendance is mandatory. There might be case where this comment may be deleted, you know what i meant. Fees is ~6k INR
Hey Ishan, I have bought 100 days bootcamp course from Udemy by Angela Yu. Is is OK to continue with this course I am pursuing or should I switch to the course recommended by you.
Pranam bhaiya mai Bihar ke aik chote gav RUPAULI se hu aap ka videos bahut achaa laga hame Aaj Sunday ko maine aap ka videos dekha 🥰🙏🚩happy sunday bhaiya 🥰🙏🚩आप का छोटा भाई हिन्द के रक्षक 🥰🙏🇮🇳🇮🇳
Hey Ishan, You're busy with your work everyday. It's good that you make videos on important topics. But what work you do in the Afternoon. I feel very sleepy in the Afternoon. Can you suggest me something that I can carry out in the Afternoon??
Please Reply Problem Statement Write a Python program to generate tickets for online bus booking, based on the class diagram given below. Method description: Initialize static variable counter to 0 validate_source_destination(): Validate source and destination. source must always be Delhi and destination can be either Mumbai, Chennai, Pune or Kolkata. If both are valid, return true. Else return false generate_ticket(): Validate source and destination If valid, generate ticket id and assign it to attribute, ticket_id.Ticket id should be generated with the first letter of source followed by first letter of destination and an auto-generated value starting from 01 (Ex: DM01, DP02,.. ,DK10,DC11) Else, set ticket_id as None Note: Perform case insensitive string comparison For testing: Create objects of Ticket class Invoke generate_ticket() method on Ticket object Display ticket id, passenger name, source, destination In case of error/invalid data, display appropriate error message class Ticket: counter=0 def __init__(self, passenger_name, source, destination): self.__passenger_name=passenger_name self.__source=source self.__destination=destination Ticket.counter+=1 def set_passenger_name(self, passenger_name): self.__passenger_name=passenger_name def set_source(self, source): self.__source=source
def set_destination(self, destination): self.__destination=destination #def set_ticket_id(self): # self.__ticket_id=[] #def get_ticket_id(self): # return self.__ticket_id def get_passenger_name(self): return self.__passenger_name def get_source(Self): return self.__source def get_destination(self): return self.__destination def validate_source_destination(self): if self.__source=="Delhi": if self.__destination=="Mumbai" or "Pune" or "Chennai" or "Kolkata": return True else: return False else: return False def generate_ticket(self): if self.validate_source_destination(): l1=["00","01","02","03","04","05","06","07","08","09","10"] if Ticket.counter>10: l1.append(str(Ticket.counter)) for index in range(0,Ticket.counter): self.__ticket_id="D"+self.__destination[0]+l1[index] print(self.__ticket_id)
you are just fooling people with incorrect information. tile is you learn python in 30 days. Course you have shared is advanced python with data science concepts. you buy it 2019 and certified in 2022. Guys....please observe carefully
Hi Ishan, I want to learn Python language. If I am a beginner with no previous coding knowledge, will this course help me to understand everything related to coding? And more thing, if I have a query or problem will the the tutors help me to solve the problem.
Hello Ishan I did my Masters in 2019 and I don't have any job right now. I want to do job in IT field So Started watch Your Video I found my self more comfortable to learn about python. Its very useful for me.
Learn Development- Full stack development + Data Structures + language - C++,Java.....this will be enough for u to get job... u can learn python after some time.. because there r not enough job roles in python...u will get so many jobs in full stack web development...
@@antriksX I want start programming and didn’t know anywhere to start from every RUclipsr is like start with python I wish I had a road map lol and how I would get job with these languages
" Alone I can 'say' but together we can 'talk', alone I can 'enjoy' but together we can 'celebrate'. Alone I can 'smile' but together we can 'laugh'. That is the beauty of human relations. Stay connected."
Lol, you purchased the course in July 2019 and got the certificate in 2022 and the title of your video is I LEARNT PYTHON IN 30 DAYS. How easily people can get fooled, if someone can speak English fluently & confidently and claim I have accomplished things. People follow them like sheep.
Hi ishaan, my name is Radai and thank you for this video. Great video by the way, I have a request, can you show how to on a Progress Bar that has 4 colors that move on depending on where your sugar is? For ex: a Progress Bar that is Width 350 by Height 225. Then the 4 colors are Blue for low, Green for normal, Yellow for high and Red for critical and the colors move depending on where your Sugar is on that day, using the Accelerometer from any Smartphone. For ex: a Samsung S 21 5G Ultra, which is the phone i use, ishaan. So you think you co do this How to using Python?
Lol, you purchased the course in July 2019 and got the certificate in 2022 and the title of your video is I LEARNT PYTHON IN 30 DAYS. How easily people can get fooled, if someone can speak English fluently & confidently and claim I have accomplished things. People follow them like sheep.
Its a 22 hours course n uh were studing 3-4 hours a day n still it took uh 30 days to complete this ? Or uh r talking abhi full python including this course …sorry to ask but everyone is dng paid promotion so we have no idea whether we should go for it or not
00:01 Learned Python in 30 days with a structured course
01:41 Python course covers installation, Jupyter notebook, and data structures
03:10 Comprehensive Python course with quizzes and exercises
04:48 Coding Ninjas scholarship test with benefits and discounts
06:19 Learning to handle errors, formatting code, applying concepts practically
07:51 Learned Python in 30 days with extensive coverage of web development, PIL library, working with images, PDFs, spreadsheets, emails, capstone projects, advanced data structures, and ipy widgets.
09:33 Course offers updated content and diverse projects
11:10 Learned Python basics and explored various applications and modules
I would like to see a video of you talking about Data Structures and Algorithms. How you learnt it and what suggestions you'd have for someone getting into DSA?
Me too🤗
And I have finished 40% of the course and arrived at Tuples in 5 days with breaks ♪ ♬ ヾ(´︶`♡)ノ ♬ ♪. Ez
me3
Me 4
Kunal kushwaha (Java+DSA)
I bought this course last october, and I ended procrastinating the whole time, so I'm trying to complete the course now, and I gotta say, it IS a great course! however if anyone thinks they need more practice in order to complete the milestone projects, angela wu is the right instructor for you!
was python your first language ?
@@entertainmentschool170 yes
Um... I am from a non tech background, so do you think it is a good course to start from scratch?
@@yooooo8652 yeah it is good, however one thing that I struggled with was during milestone projects, I didn't think the course prepared me well enough for such hands-on applications, for that I'll recommend Angela Yu 100 days python course.
Hi bro can buy a course which he had taked?
Loved how you stressed a lot about keeping your fundamentals clear. Python is a language with immense potential and use-case. With evolving technology, the basics will help you apply the language in whichever way you want.
ruclips.net/channel/UC0IyUoPAzg8U79tqx1YRSEw
if u know how to read u can read all of these at the course
@@almostmonk5523 video,x,ju xv,uj,v ,xjv*j,vxn,j,vxkzi vvvovb😏🤩
@@almostmonk5523 I read 1st three words of your comment and assumed it would go like if you know how to read then you can code in python 😂 , it literally makes sense don't u think?
@@gorenemesis1878 .e
I watched till the end and the content was very precise and informative. Thanks for posting such videos Ishan!!
Knowledge bridges age; this guy is so young and yet he knows his stuff really well
Lol, you purchased the course in July 2019 and got the certificate in 2022 and the title of your video is I LEARNT PYTHON IN 30 DAYS. How easily people can get fooled, if someone can speak English fluently & confidently and claim I have accomplished things. People follow them like sheep.
Me starting in 2024😂
Same😂
It's never too late
Bhai tu bhi course liya kaya?
Same here
Same 😂 but AI is coming 😢
“Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.” ...
Lol, you purchased the course in July 2019 and got the certificate in 2022 and the title of your video is I LEARNT PYTHON IN 30 DAYS. How easily people can get fooled, if someone can speak English fluently & confidently and claim I have accomplished things. People follow them like sheep.
I watched till the end broo and thanks for overview you have given for python. It is a great road map to move through and great effort
2022 passed. 2023, The same time after a year. Will I learn this now !
Yes, you will learn it 2023. In 6 months time I will come back to this comment. Come on Kumar, I believe in you. The basics are the hardest part, after that it gets easier and more fun!
@@abssdabss how is it going?
@@abssdabss What About Dr. Angela yu 100 days of Code... planning to buy that course or should i go for RUclips playlist code with harry..pls reply
@@chetanchauhan3561 I feel like Angela's course teaches a lot of things that aren't Python. Personally I prefer a pure python course.
@@abssdabss man i want to start with python but confused
Never thought that a udemy course summary can be converted to a video. Bro, you are damn creative...
Exactly, this was extremely thoughtful.
😂😂
He just selling courses 😂😂 who knows either he learned python or not 😅 People take years to become a decent coder
Hey ishan ,
Great explainer, I started my pythin journey with automate the boring stuffs with python and built webscrapper , desktop assistant , yt downloader, virus creation , simple calculator and few other projects
I love the simplicity of python and have fun creating projects on those ,
Now I am following vauld, can u create a vid on how vauld work and how to invest using that , it will be helpful
Though i don't know whether you respond or not , but I get a lot of info from ur channel
Thanks
hey..can you provide your roadmap please? because even i am learning from automate the boring stuffs with python and I am almost done. What should I do next?
Please can you help me and tell me how u started to learn the basics for python i am a beginner!!!
Created virus through bat?
@@muzzygully3144 i am also biginner,
@@atiquedeshmukh457 let's network together man we might be able to make it.
I watched it till the end. Great content!! Thanks for the guidance.
ruclips.net/channel/UC0IyUoPAzg8U79tqx1YRSEw
I am at first milestone project of this course . Jose is a great teacher .. Absolutely amazing course
have you completed the course??
@@prathamshrivastav7701 Not yet but I'm at Advanced python modules.
@@MAVENX How's it going till now?
@@MAVENX ic i also bought this course and I am at milestones project 1.
Are you in college? and what are you planning for the future?
Only Legends understand that it's a 12 minutes ad🧐
Note- I'm not his hater, it's my pov
So coding ninja was a ad within a ad 😂
I took an HTML course on Udemy, didn't completed it yet. I also wanted to start python but I was confused which course to take so thanks for making it easy to choose a course, and yes I watched the video till the end 😄
bro first complete your html course and than start python
Bro can you give me this python course
Mujhe python developer banne hai kitna time lg jayega brother
@@villagenetwork3167 did u start learning?
Please help in learning python i has zero knowledge on coding 😊
Thanks a lot for sharing about the python course!
And Ya "I watched till the end".✌🏻
ruclips.net/channel/UC0IyUoPAzg8U79tqx1YRSEw
I watched it till the very end , i am an enthusiast of programming language , also belong to computer science , i am a 47 year old man from Kolkata , also i am your follower at Instagram .
Thank you .
I watched till the end...thanks for sharing the details of the course... Will start learning that course now...
I watched till the very end , your content is so clear to understand
Well explained, this made the topic much clearer!
Legends learnt/learning from "code with Harry" bhaiya and using Visual Studio Code as IDE
I watched till the end, your content is just awesome, the way you seamlessly deliver is appreciable
As a mechanical engineering student, I started python today
From where brooo???tell me
@@ritikcreationx code with Harry.
12 hours video
@@mechanical3766 ok bro i m not understanding his concepts
@@ritikcreationx to app code Daddy ke channel se sikh lo , vo aap ki problem bhi solve kr denge comment me
@@mechanical3766 bhai me bhi mechanical engg hu 2019 passout mujhe bhi python ka course karna hai any suggestion ??
I watched till the end and its really very interesting and captivating to start the journey of programming language with python. Thanks Ishan!
Brother please explain about present best technologies to learn
Its blockchain
web3
Loved the way you've advertised Ethereum in the most subtle manner😅
I WATCHED IT TILL THE VERY END.....AND GREAT HELP YOU HAVE PROVIDED ME BROOOOO.
"I watched till the end!"
I would suggest another video on Udemy.
"100 Days of Code: The Complete Python Pro Bootcamp for 2022" This course is also good.
They covered everything.
bro suggest to me whether to select this python or your suggestion
@@raghavkr2746 Bro If you are a complete beginner then checkout codeWithHarry Yt
For advance go for the "100 Days of Code: The Complete Python Pro Bootcamp for 2022" this course in Udemy.
You can check out their course structure.
ruclips.net/channel/UC0IyUoPAzg8U79tqx1YRSEw
Which is better
100 days of code or
Zero to hero python course?
@@myronp5764 if you know any other language 100 days is better.
I watched till the end.
Great explanation. Thanks for sharing.
I am watching this video on same date but in next year 12 july 2023 one day before your birthday,.......... hahahahaahaha
I watched till the end ..
Simply superb, very helpful
I watched till the end, great content 👌
So encouraging and awesome video. God bless you!
Thank you so much Ishan!
loved how you stressed a lot about keeping your fundamental clear python is a language with immense potential and use-case. With evolving technology the basics will help you apply the language in whichever way you want.
Done , just bought this course now!
@@shabanashaik8383 yup, it was a great course
Which is better Code with Harry or Udemy for Python Course
I'm learning python from a python bootcamp instructed by dr.angela yu in udemy. She's just amazing in the way of her presentation and her perfectly structured modules
Angela Yu's python course is scam....she's only Kept video lectures upto Day 60....after that there r only PDFs no videos,,,but the course content gets tougher in those days and not having video content for those is a big drawback
@@myronp5764 is Andrei Neagoie's python course better than Angela's?
@@rohandwivedi9837 yes
@@myronp5764pls suggest another better course than hers
Hi ishan had a doubt,
were you a complete beginner when starting this course or did you have any prior knowledge to understand the terminologies being used?
Same doubts
i also want to know
BS.. if you want to learn python fundamentals enroll E&ICT summer program by IIT kanpur. Live classes everyday 1.5 hrs and great faculty. Stop anytime in the class and ask questions. Faculty will answer your question. Not to forgot u will get certificate from IIT kanpur tc 80% attendance is mandatory.
There might be case where this comment may be deleted, you know what i meant.
Fees is ~6k INR
"I watched" sounds like a version of "Brooks was here, so was red"
Padikkunora kazhiv kond irikum last result😅
Setyam , evdeya work cheyunne?? Python valom ariyo🥹
I recently completed my basics of python with oops in a month
I watched till the end.
I am just starting out and the video is really helpful. Thanks for the insights
You coding now, 5 months later Kitanna?
Which is better to take course RUclips or other outside apps?
Great video.. thanks bro!!
dude did a plug-in right when the most important question was asked
Awesome 👍
Good luck 🎁🎁🎁🎁
I watched till the end. Thanks Ishan.
Great content 👍
Love your T-shirt
I watched till the very end. Great video.
Hey Ishan, I have bought 100 days bootcamp course from Udemy by Angela Yu. Is is OK to continue with this course I am pursuing or should I switch to the course recommended by you.
@@IshanSharma7390 Thanks Ishan for your reply. I am at present 34 years of age. It's an honor learning a lot of things from you. Thanks again.
@@gufranalam9802 age is number
@@gufranalam9802 hi bro did you complete it? And how's it for beginners?
@@karth2882 do you know which is better?
100 days of code by Angela or Zero to hero python course by Jose Portillo?
@@myronp5764 didn't start bro
Hii , broh Do a video on how you learned social media marketing and how you executed it 💯it helps for us what resources you used
Pranam bhaiya mai Bihar ke aik chote gav RUPAULI se hu aap ka videos bahut achaa laga hame
Aaj Sunday ko maine aap ka videos dekha
🥰🙏🚩happy sunday bhaiya 🥰🙏🚩आप का छोटा भाई हिन्द के रक्षक 🥰🙏🇮🇳🇮🇳
Starting at the end of 2024
Sir aapki voice bahut zyada fast hai please next time thodi slow banaye ok sir because it's my request
Hey Ishan, You're busy with your work everyday. It's good that you make videos on important topics. But what work you do in the Afternoon. I feel very sleepy in the Afternoon. Can you suggest me something that I can carry out in the Afternoon??
i watched till end, thanku so much bro
Great video bhaiya
Helped in learning 🙏☺
Please Reply
Problem Statement
Write a Python program to generate tickets for online bus booking, based on the class diagram given below.
Method description:
Initialize static variable counter to 0
validate_source_destination(): Validate source and destination. source must always be Delhi and destination can be either Mumbai, Chennai, Pune or Kolkata. If both are valid, return true. Else return false
generate_ticket():
Validate source and destination
If valid, generate ticket id and assign it to attribute, ticket_id.Ticket id should be generated with the first letter of source followed by first letter of destination and an auto-generated value starting from 01 (Ex: DM01, DP02,.. ,DK10,DC11)
Else, set ticket_id as None
Note: Perform case insensitive string comparison
For testing:
Create objects of Ticket class
Invoke generate_ticket() method on Ticket object
Display ticket id, passenger name, source, destination
In case of error/invalid data, display appropriate error message
class Ticket:
counter=0
def __init__(self, passenger_name, source, destination):
self.__passenger_name=passenger_name
self.__source=source
self.__destination=destination
Ticket.counter+=1
def set_passenger_name(self, passenger_name):
self.__passenger_name=passenger_name
def set_source(self, source):
self.__source=source
def set_destination(self, destination):
self.__destination=destination
#def set_ticket_id(self):
# self.__ticket_id=[]
#def get_ticket_id(self):
# return self.__ticket_id
def get_passenger_name(self):
return self.__passenger_name
def get_source(Self):
return self.__source
def get_destination(self):
return self.__destination
def validate_source_destination(self):
if self.__source=="Delhi":
if self.__destination=="Mumbai" or "Pune" or "Chennai" or "Kolkata":
return True
else:
return False
else:
return False
def generate_ticket(self):
if self.validate_source_destination():
l1=["00","01","02","03","04","05","06","07","08","09","10"]
if Ticket.counter>10:
l1.append(str(Ticket.counter))
for index in range(0,Ticket.counter):
self.__ticket_id="D"+self.__destination[0]+l1[index]
print(self.__ticket_id)
t1=Ticket("Preeti","Delhi","Pune")
t1.set_passenger_name("Preeti")
t1.set_source("Delhi")
t1.set_destination("Pune")
t1.validate_source_destination()
t1.generate_ticket()
t2=Ticket("Akshit","Delhi","Mumbai")
t2.set_passenger_name("Akshit")
t2.set_source("Delhi")
t2.set_destination("Mumbai")
t2.validate_source_destination()
t2.generate_ticket()
I watched till the very end...nice video
Thats motivational ...I watched till the end ..I am starting today 26.07.2023
Time waste.simply go and buy udemy course that's what he is explaining
you are just fooling people with incorrect information.
tile is you learn python in 30 days. Course you have shared is advanced python with data science concepts. you buy it 2019 and certified in 2022.
Guys....please observe carefully
I can’t understand none of these people who try to teach or explain anything about python.
i watched till the end. i think i'm confident in taking the course
Yo i just realised I’m watching this video on your birthday lol. Happy birthday random guy on the internet
30 days 60 days does not matter fact is why choose you it and what is the main goal behind the programming code selection
Can you make more such project based videos?
@@IshanSharma7390 python projects for beginners and what all features or parameters we require in a project to bag an internship
Happy Birthday Brother 😊
Many More Happy Returns of the Day Brother😊
Hi Ishan, I want to learn Python language. If I am a beginner with no previous coding knowledge, will this course help me to understand everything related to coding? And more thing, if I have a query or problem will the the tutors help me to solve the problem.
Hello Ishan I did my Masters in 2019 and I don't have any job right now. I want to do job in IT field So Started watch Your Video I found my self more comfortable to learn about python. Its very useful for me.
Learn Development- Full stack development + Data Structures + language - C++,Java.....this will be enough for u to get job... u can learn python after some time.. because there r not enough job roles in python...u will get so many jobs in full stack web development...
@@antriksX I want start programming and didn’t know anywhere to start from every RUclipsr is like start with python I wish I had a road map lol and how I would get job with these languages
HAPPIEST BIRTHDAY BROTHER
It's actually quite nice to know that your birthday is on 13th july mine is too
" Alone I can 'say' but together we can 'talk', alone I can 'enjoy' but together we can 'celebrate'. Alone I can 'smile' but together we can 'laugh'. That is the beauty of human relations. Stay connected."
ruclips.net/channel/UC0IyUoPAzg8U79tqx1YRSEw
I watched till the end mate!
Why you choose Python as a first language? I am also looking for a language to start my coding journey, please reply
which one do you recommend from the Google automation with python certificate course on coursera and this udemy course by jose ??
Lol, you purchased the course in July 2019 and got the certificate in 2022 and the title of your video is I LEARNT PYTHON IN 30 DAYS. How easily people can get fooled, if someone can speak English fluently & confidently and claim I have accomplished things. People follow them like sheep.
What Using Python we can make our carrier in AI and DATA SCIENCE ?
Kitne bhi course dikhado, My words for Code With Harry will remain same and he has amazing premium course for free on his channel.
Iam 13 learning python⚕️
I wanted till the end ✨
Does anyone recommend any other good course for python for 2024....I know basic knowledge but want to master it...any suggestions would be great
Which course should I choose python from zero to hero or machine learning using python
Thanks for sharing brother 👍
I watched till the end, it’s amazing.
Hi ishaan, my name is Radai and thank you for this video. Great video by the way, I have a request, can you show how to on a Progress Bar that has 4 colors that move on depending on where your sugar is? For ex: a Progress Bar that is Width 350 by Height 225. Then the 4 colors are Blue for low, Green for normal, Yellow for high and Red for critical and the colors move depending on where your Sugar is on that day, using the Accelerometer from any Smartphone. For ex: a Samsung S 21 5G Ultra, which is the phone i use, ishaan. So you think you co do this How to using Python?
Lol, you purchased the course in July 2019 and got the certificate in 2022 and the title of your video is I LEARNT PYTHON IN 30 DAYS. How easily people can get fooled, if someone can speak English fluently & confidently and claim I have accomplished things. People follow them like sheep.
Its a 22 hours course n uh were studing 3-4 hours a day n still it took uh 30 days to complete this ? Or uh r talking abhi full python including this course …sorry to ask but everyone is dng paid promotion so we have no idea whether we should go for it or not
Happy Birthday 🎂
How many hours you used to practice each day? Please try to answer this.
3-4 hrs a day for 30 days
Hello Ishan I'm currently learning python from yt. i have question should i continue learning from RUclips or should i by a course
Just a coincidence my brothers birthday is also on 13 july GG
Bro forget to watch code with Harry
I have a doubt,I am learning ux design, should I learn coding now,or after completing that course
Btw loved the video 😉😉,I watched till end
If you can do it simultaneously, there’s nothing like it.
Ok,thank you
☺️🙏
Have you completed both?
@@amanpratapsingh5820😂
Amazing 🔥🔥
ruclips.net/channel/UC0IyUoPAzg8U79tqx1YRSEw
seems like a promotional video for udemy