Get ready for top companies with our placement-ready Python full course on TechVidvan: techvidvan.com/courses/python-course-hindi/?campaign=ytdsad&ref=1374 Apart from structured learning, you will get: - Study Material - Notes - Practical Codes - Quizzes & Tests - Interview Questions - Real-time Projects - Videos in Sequential Order - Video Playlist - Roadmap to get job - Job updates - Industry-recognized Certificate In case of any queries, please contact us on 8451097879 / info@techvidvan.com
@@hiteshmoolchandani6533 This is a Python course, for data analytics, you have to enroll in Data Analysis using Python course on TechVidvan (link in description)
Single line defination : Python is a high-level, interpreted, and general-purpose programming language known for its readability and dynamic semantics .
Bro can you tell where to write the program in idle environment like a=int(input(enter first number)) Because whenever I write it prints . The problem he explained before 3:24:34 please tell me
Hello sir, I just finished your 4-hour Python lectures and I must say, you're the best Python instructor I've encountered on both online and offline platforms! Your teaching style is exceptional, and you deserve at least 10 times more views than you currently have. I'm also thoroughly enjoying practicing the practical examples alongside your lessons, which has greatly reinforced my understanding. Keep up the fantastic work.
Great to hear! After working for almost 6 months, I have created a complete Python full course which is placement-ready. If you want to get ready for top companies enroll in full course (link in description). Along with the course, you will get study material, practical codes, quizzes, real-time projects, interview series, industry-recognized certificate, and more. Please visit TechVidvan (link in description) and enroll now.
Day 1 : @1:00:00 Day 2 : @2:00:00 Day 3 : @3:27:13 Day 4 : @4:06:18 Day 5 : @5:01:24 Day 6 : @6:04:26 Day 7 : @7:05:27 Day 8 : @7:55:30 Day 9 : @8:51:24 Day 10 : @9:41:02 Day 11: Completed Thank you! sir
1:42:50 Ans : source code is the code that we write and the extension is py, while byte code is the compiled machine code through jit compiler and has a extension of .pyc
Here are the areas where C and C++ do better than Python, explained simply: 1.Speed: C and C++ run much faster than Python because they are directly converted into machine code, while Python is interpreted line by line, which makes it slower. 2.Memory Control: In C and C++, you can directly manage how memory is used, which is important for performance-critical applications. Python does this automatically, which can be less efficient. 3.Low-Level Access: C and C++ let you work closely with the hardware, making them great for systems like operating systems or hardware drivers. Python is more high-level, meaning you don't get as much direct control over hardware. 4.Embedded Systems: C and C++ are often used for small devices (like microcontrollers) where speed and memory control are crucial. Python is usually too slow or heavy for these kinds of tasks. 5.Game Development: High-performance games often use C++ because it can handle fast graphics and real-time processing better than Python. since i am more into c and c++. so there are some areas where python lacks.
Python is a versatile programming language known for its simplicity and readability. It's used for various tasks like web development, data analysis, and machine learning.
Because its used in dynamic domain of IT like its use in data science,devops, automations my main objective is want to use this language to automate my personal and professional tasks with python
1:39 - Source code file is a file written by developer with an extension of .py, while byte code is a file formed by the JIT compiler(Just in Time), with an extension of .pyc (python cache file) which is to be runned on PVM- python virtual machine, which is part of PRE- Python run time Envoirment, in order to deliver the output.
1:27:00 1) Creator of the python was mostly saw "Monty Python's Circus" and it was his favourite TV show that's the reason he took "PYTHON" word and given the name. 2) Guido Van Rossam was the mainly creator of Python. 3) Reason for creating Python, it is easy to learn and it has a lot of rich libraries...
This is a very good idea to write everything in comments, as it improves learning and understanding. so the Difference Between Interpreter and Compiler is Compiler - Converts the entire source code into bytecode or machine code at once. - Faster processing time because it compiles the whole code before execution. Interpreter - Converts and executes the code line by line. - Slower compared to a compiler because it processes the code during execution.
30:38 Python is a high-level, interpreted programming language known for its simplicity, versatility, and readability, widely used for web development, data analysis, automation, and more.
Great progress! You're doing an excellent job staying consistent. Keep up the momentum and don't forget to share the course with your friends! If you're looking to dive even deeper, check out our Placement Ready courses on Techvidvan (link in description). Keep learning!
Assalamualaikm Sir watching from Pakistan sir in relational operators you mentioned that if g=15;h=15;i=1 print(g==h==i) ans will be true and if "g=15;h=15;i=15print(g==h==i)" ans will be"False" but sir when i am doing this its vice versa sir Sir I'll be thankful to you if you solved my confusion @DataFlair Hindi
1. Numeric a. Integer b. Complex Number c. Float 2. Sequence Type a. String b. List c. Tuple 3. Boolean 4. Set 5. Dictionary 6. FrozenSet 7. None 8. Byte 9. ByteArrary 10. Range 11. Moneyview Total (11+6)17, Is it proper then, Sir?
name=input("enter your name") age=int(input("enter you age")) ms=input("enter your materianal status") if name=="Rajesh": if age>30: if ms=="married": print('select')
I'm working professional and listening about python everywhere within my organization as well as across IT sector. So that I want to be expert in this also.
Sir main to python programming is liye sikhna chahta hun ki, Mujhe kisi programming ke bare me jida knowledge nahi hai, or ye language mujhe asaan dikhi, Or main technology me apna carrier banana chahta hun, Main pahle python language Sikh lun fir mujhe doosri language bhi sikhna hai, Yahan tak ki mera irada sabhi ka hai
Source code is code set up through library which we say as an easy language that translated into bytecode through jit complier . .py is an extension of source code and .pyc is bytecode
Thank you so muchhhhh sir ❤ aapne bilkul crystal clear kr diya, maine codewithharry ki playlist dekhi h python ki bt jbse aapki getter and setter ki vdo dekhi Maine tbhi codewithharry ki playlist s switch krke aapki playlist watch krni start krdi
i cmpleted half of this video.....very amazing teaching.....i wanr to go for data analytics an d then data science.....i am a non tech student .....but understanding very easily....i'll eagerly wait for a response from this channel to solve my further querry
Many guys from non tech background have shifted to main stream IT with Python & Data Science. You can learn them quite easily. After mastering Python, start Data Science. If you need to talk to our consellor, please call us on 9111133369
Namste Sir. Main to bohot barbaad ladka hun asal mein. Bas kuch sikhne se shuruaat krne ka socha , to aapka lecture shuru kiya. Roz 30 minutes - 1 ghanta padhne ka soch rha hun sir . Aashirvaad dijiye ga aap hme.🙏
sir i want to learn python because I am from Non-IT background and some of my friends suggested me to learn this language . PYTHON is a very Easy to learn than other language
java and javascript are also machine independent language but C and C++ are machine dependent languages because window executed code are not be run on linux or Mac and vice versa.
I new learner its my first language for learning ..can you guide me sir how after this video what to do next for more learning my plan to study Data science ..plz
Very Detailed Course! Recommended for those who want to learn python from zero....❤❤❤ If you don't like theory, you can skip.But according to my opinion theory is very very important
Thank you for your kind words! This course is designed to help beginners build a solid foundation in Python. If you find it helpful, don’t forget to share it with others who might benefit too!
Compiler: A compiler translates code from a high-level programming language into machine code before the program runs. Interpreter: An interpreter translates code written in a high-level programming language into machine code line-by-line as the code runs.
To become a Data Scientist, you have to master: Python & ML along with some basic knowledge of stats, BI, and data engineering like data analysis and data processing. For free counselling, you can contact me on 9111133369.
Thank you so much! I'm glad you found the explanation helpful. Keep up the great work and feel free to share these lessons with others who might benefit. Let's keep learning together! 🙌
easy coding , easy to remember methods , functions and more predefined fuction which can be easly used for our programming and offcourse lots of companies asking python developers for their projects
Get ready for top companies with our placement-ready Python full course on TechVidvan: techvidvan.com/courses/python-course-hindi/?campaign=ytdsad&ref=1374
Apart from structured learning, you will get:
- Study Material
- Notes
- Practical Codes
- Quizzes & Tests
- Interview Questions
- Real-time Projects
- Videos in Sequential Order
- Video Playlist
- Roadmap to get job
- Job updates
- Industry-recognized Certificate
In case of any queries, please contact us on 8451097879 / info@techvidvan.com
Sir ye course sufficient h ya aapka primium wala course purchase kerne pdega data analytics k liye @dataflairhindi
Latest version 3.11.1
Latest version 3.11.1
@@hiteshmoolchandani6533 This is a Python course, for data analytics, you have to enroll in Data Analysis using Python course on TechVidvan (link in description)
Nice
Indian Teacher/Professor made TH-cam as Most reliable Open University... Thank you so Much Sir....
Lots Of Love & Respect From Nepal❣
It's great to know the course is reaching students in Nepal! Keep learning and coding!
Single line defination : Python is a high-level, interpreted, and general-purpose programming language known for its readability and dynamic semantics .
Bro can you tell where to write the program in idle environment like a=int(input(enter first number))
Because whenever I write it prints . The problem he explained before 3:24:34 please tell me
Hello sir, I just finished your 4-hour Python lectures and I must say, you're the best Python instructor I've encountered on both online and offline platforms! Your teaching style is exceptional, and you deserve at least 10 times more views than you currently have. I'm also thoroughly enjoying practicing the practical examples alongside your lessons, which has greatly reinforced my understanding.
Keep up the fantastic work.
Great to hear!
After working for almost 6 months, I have created a complete Python full course which is placement-ready. If you want to get ready for top companies enroll in full course (link in description).
Along with the course, you will get study material, practical codes, quizzes, real-time projects, interview series, industry-recognized certificate, and more. Please visit TechVidvan (link in description) and enroll now.
Did you got certificate?
Fabulous ❤❤❤❤❤❤❤
Day 1 : @1:00:00
Day 2 : @2:00:00
Day 3 : @3:27:13
Day 4 : @4:06:18
Day 5 : @5:01:24
Day 6 : @6:04:26
Day 7 : @7:05:27
Day 8 : @7:55:30
Day 9 : @8:51:24
Day 10 : @9:41:02
Day 11: Completed
Thank you! sir
I appreciate your efforts. Now, plan to enroll in placement-ready full course and get ready for top MNCs (link in description)
1:42:50 Ans : source code is the code that we write and the extension is py, while byte code is the compiled machine code through jit compiler and has a extension of .pyc
1:04:23
Object Oriented Programming ---> 2
C#, Php
07:53:50 n = 1
while(n
Here are the areas where C and C++ do better than Python, explained simply:
1.Speed: C and C++ run much faster than Python because they are directly converted into machine code, while Python is interpreted line by line, which makes it slower.
2.Memory Control: In C and C++, you can directly manage how memory is used, which is important for performance-critical applications. Python does this automatically, which can be less efficient.
3.Low-Level Access: C and C++ let you work closely with the hardware, making them great for systems like operating systems or hardware drivers. Python is more high-level, meaning you don't get as much direct control over hardware.
4.Embedded Systems: C and C++ are often used for small devices (like microcontrollers) where speed and memory control are crucial. Python is usually too slow or heavy for these kinds of tasks.
5.Game Development: High-performance games often use C++ because it can handle fast graphics and real-time processing better than Python.
since i am more into c and c++. so there are some areas where python lacks.
Great knowledge...
This is chat gpt knowledge 😅😂😅
Superb, you made my some doubt cleared 😊
1:45:54 A JIT compiler translates code at runtime for execution, while a simple compiler translates code entirely before execution.
Best teacher who knows to teach properly,,, using black pen and white borad is sooo understandable.... ❤
Thanks, if you like the video, please share with your friends.
Python is a versatile programming language known for its simplicity and readability. It's used for various tasks like web development, data analysis, and machine learning.
Do you want Python Projects that help to start your coding journey?
leave your comment below👇
Yes sir please share😊
Yes sir, where to access
Yes sir i want python project
Python Projects
Yes sir
Is anyone here new to programming like me?
Yes, its my first language
Bro I am also beginner, this is my first language that I have start
Same, even it's my 1 video to learn coding
Yes
Mee
Complete beginner to start python 🎉🎉🎉
At 1:02:47 object oriented programming language are java,PHP,Ruby, Dart, perl,swiftscript,......etc
Because its used in dynamic domain of IT like its use in data science,devops, automations my main objective is want to use this language to automate my personal and professional tasks with python
1:39 - Source code file is a file written by developer with an extension of .py, while byte code is a file formed by the JIT compiler(Just in Time), with an extension of .pyc (python cache file) which is to be runned on PVM- python virtual machine, which is part of PRE- Python run time Envoirment, in order to deliver the output.
Dhanyavaad sir, we are waiting for this course, since a long time.
1:27:00
1) Creator of the python was mostly saw "Monty Python's Circus" and it was his favourite TV show that's the reason he took "PYTHON" word and given the name.
2) Guido Van Rossam was the mainly creator of Python.
3) Reason for creating Python, it is easy to learn and it has a lot of rich libraries...
general compiler compiles code page by page in compiled form on the other hand JIT compiles code line by line
This is a very good idea to write everything in comments, as it improves learning and understanding.
so the Difference Between Interpreter and Compiler is
Compiler
- Converts the entire source code into bytecode or machine code at once.
- Faster processing time because it compiles the whole code before execution.
Interpreter
- Converts and executes the code line by line.
- Slower compared to a compiler because it processes the code during execution.
What do you want along with this FREE Python course?
Study material / Practical codes / Quizzes / Certificate
comment now!! 👇
Sir Study Material Like Notes and Question Also
Aam ke sath gutli 👀@@xd....yt89
Sir all that things 😊😊
all
Sir please provide all necessarily notes which makes our future knowledgeable
30:38 Python is a high-level, interpreted programming language known for its simplicity, versatility, and readability, widely used for web development, data analysis, automation, and more.
The best learning in all my life. You are the best teacher in the world for me.
Thanks, keep learning with DataFlair.
Day 1 : @2:00:00
Day 2 : @5:30:00
Day 3: @8:00:00
Day 4: @9:28:00
Day 5: Completed
Thank you Sir
Great progress! You're doing an excellent job staying consistent. Keep up the momentum and don't forget to share the course with your friends! If you're looking to dive even deeper, check out our Placement Ready courses on Techvidvan (link in description). Keep learning!
Assalamualaikm Sir watching from Pakistan sir in relational operators you mentioned that if g=15;h=15;i=1 print(g==h==i) ans will be true and if "g=15;h=15;i=15print(g==h==i)" ans will be"False" but sir when i am doing this its vice versa sir Sir I'll be thankful to you if you solved my confusion @DataFlair Hindi
Hey you can Watch a letest python course from code with hary and apnacolage Shraddha didi.....best and biginer friendly 😃 ...
You can try this quistions answer with easy explanation using ai name google bard....me bhi use karta hu coding karte samay😀
a=15
b=15
c=15
print(a==b==c)
Its giving ans True.
Time stamp 4:41:40
Sir your java course was excellent, and thanku sir for this..
Python in One line: user friendly and have much more libraries to fullfill user requirements for developing different softwares.
AI and Data analysis
1. Numeric
a. Integer
b. Complex Number
c. Float
2. Sequence Type
a. String
b. List
c. Tuple
3. Boolean
4. Set
5. Dictionary
6. FrozenSet
7. None
8. Byte
9. ByteArrary
10. Range
11. Moneyview
Total (11+6)17, Is it proper then, Sir?
Telent 😲...jay shree ram 🕉 🧡 Samb sada shiv 🧡
I was waiting for this for long period of time
Finally!!! Thank you sir.
I am very happy to see you studying on TH-cam ..Sir I studied Java offline from you in 2009.Thank you Sir for your valuable efforts..🙏
Thanks Manish, Please help me in spreading these videos with everyone.
Mili apko job kya
name=input("enter your name")
age=int(input("enter you age"))
ms=input("enter your materianal status")
if name=="Rajesh":
if age>30:
if ms=="married":
print('select')
I am today starting this class मैं आज यह कक्षा प्रारंभ कर रहा हूं
All the best, let me know if you face any issues. Also comment if you like my course.
Binary-2 (0,1)
Octal-8(0-7)
Hexadecimal-16(0-F)
Meri terha or kon ha jo 1st time coding seekh reha ha
Me
Me... Share Ur num PLS
Bhai app pakistan say ho
Me Bi.
Mee too
sir we must be wait for that
We are very glad to you that you are doing everything for us...
Paython BBC Channel pe PYTHON CIRUSE Searial se nam pada. Jo developer la favourite serial tha
Platform independent is java.
interpreter = it translate the code line by line
compiler = it translate the code whole code at once only
Great Sir, Data Science and Data analytical
I'm working professional and listening about python everywhere within my organization as well as across IT sector. So that I want to be expert in this also.
Yes, Python is in huge demand and pay scale is also high. If you want to master Python, enroll in our full course (link in description)
Very much clear first time I ever clear about it
Sir main to python programming is liye sikhna chahta hun ki, Mujhe kisi programming ke bare me jida knowledge nahi hai, or ye language mujhe asaan dikhi, Or main technology me apna carrier banana chahta hun, Main pahle python language Sikh lun fir mujhe doosri language bhi sikhna hai, Yahan tak ki mera irada sabhi ka hai
i want to learn python because it will change my life
Interpreter can read and run code line by line and compiler can do the same process page by page
I start python for freelancing its first step.
Python is Mother of all Computer Language..😊
Java and Python top 2 most platform independent language.
Source code is code set up through library which we say as an easy language that translated into bytecode through jit complier . .py is an extension of source code and .pyc is bytecode
Excellent observation! You’ve got the key concepts of source code and bytecode.
Thank you so muchhhhh sir ❤ aapne bilkul crystal clear kr diya, maine codewithharry ki playlist dekhi h python ki bt jbse aapki getter and setter ki vdo dekhi Maine tbhi codewithharry ki playlist s switch krke aapki playlist watch krni start krdi
Thanks, keep learning with DataFlair. Please share with all your friends.
i cmpleted half of this video.....very amazing teaching.....i wanr to go for data analytics an d then data science.....i am a non tech student .....but understanding very easily....i'll eagerly wait for a response from this channel to solve my further querry
Many guys from non tech background have shifted to main stream IT with Python & Data Science. You can learn them quite easily. After mastering Python, start Data Science. If you need to talk to our consellor, please call us on 9111133369
Namste Sir.
Main to bohot barbaad ladka hun asal mein.
Bas kuch sikhne se shuruaat krne ka socha ,
to aapka lecture shuru kiya. Roz 30 minutes - 1 ghanta padhne ka soch rha hun sir .
Aashirvaad dijiye ga aap hme.🙏
Just work hard and be positive, you will become job ready. it will be a good approach to learn daily for around 1 hr.
Advance excel bhi achchhe se padho. job mil jayegi growth bhi hai.
Namste Sir 🙏
It is a very Powerful Language.
Python save in 2 file 1. Source code. Py 2. Byte code. Pyc
Because it's a simple programming language easy to learn and we start yours coding journey with python
Wow, thankyou so much sir
1.because of the tv serial show monti python circuse
2.1989-bite version snd 1991-official version
4.Guddo van Rosam
My python career planing app development🎉🎉❤
sir i want to learn python because I am from Non-IT background and some of my friends suggested me to learn this language . PYTHON is a very Easy to learn than other language
Yea me too.i have done master in physics but don't have any idea about programming , coding.
i am learning python not for development but for cloud computing.....
me to
java and javascript are also machine independent language but C and C++ are machine dependent languages because window executed code are not be run on linux or Mac and vice versa.
There are several languages which is open source and free ware such as
1.RUBY
2.RUST
3.JAVASCRIPT
4.PERL
5.SWIFT
Today I have started learning session with you.
I want to learn python for cyber security
Aap se best instructor, I haven't seen earlier, aap ka teaching the ways hi anukha hain
Thanks, keep learning with DataFlair.
Yehh....🥳
Can't wait sir👏👏
mai DataScience Sikhna Chahati hu. Future me DataScience k field me kaam karna hai. isilye Python choose kiya.
Data Science is a trending field. after mastering Python, you can start learning Data Science.
I new learner its my first language for learning ..can you guide me sir how after this video what to do next for more learning my plan to study Data science ..plz
Sir I am watching first video my from Pakistan
Django devoloper
Very Detailed Course! Recommended for those who want to learn python from zero....❤❤❤
If you don't like theory, you can skip.But according to my opinion theory is very very important
Thank you for your kind words! This course is designed to help beginners build a solid foundation in Python. If you find it helpful, don’t forget to share it with others who might benefit too!
My first programming language
Data science gate
Hy
जिंदगी के इस मोड़ पर हू समझ नहीं आ रहा है कि क्या करू क्या नहीं पर अब गुरुजी को सुन कर बहुत अच्छा लगा एक मार्ग दर्शन हुआ गुरुजी धन्यवाद ❤❤❤❤
For free counselling, you can call me on 91111-33369
You are doing great job sir💯
Base of binary is 2
Base of octal is 8
Base of hexadecimal is 16
Decimal is by default
In python binary represents 0B
Octal as 0O
Hexadecimal as 0X
I wana use python for data analytics.
2:39 to built understand and make chatgpt like small scale tool
Yes, it is very easy to learn
Compiler: A compiler translates code from a high-level programming language into machine code before the program runs. Interpreter: An interpreter translates code written in a high-level programming language into machine code line-by-line as the code runs.
sir please recommend good path for become a data scientist
To become a Data Scientist, you have to master:
Python & ML along with some basic knowledge of stats, BI, and data engineering like data analysis and data processing.
For free counselling, you can contact me on 9111133369.
Amazing lecture i couldn't finish yet I will complete it need to spend some valuable time on it
Yes sir live interaction chahiye
I am 43 year old and absolutely beginner with programming...
Me 44
Me 57
Me 30y , share Ur number to make beginner community/group
data type :
int
float
char
boolean
string
tuple
decimal
list
What other programming languages do you know?
I recently completed C++
It's my First language bro
Buht zarbardst explain kia he apne python language programing ko
Thank you so much! I'm glad you found the explanation helpful. Keep up the great work and feel free to share these lessons with others who might benefit. Let's keep learning together! 🙌
Wow, thankyou so much sir ,
i am so much excited for this,
are you also excited friends
Please "comment" your thought in reply.✨
✋
❤
❤
easy coding , easy to remember methods , functions and more predefined fuction which can be easly used for our programming and offcourse lots of companies asking python developers for their projects
My Python version is 3.12.4
what a style of teaching sir! I really liked your style of teaching from Nepal!
Thanks. If you want to become job ready, enroll in full course on TechVidvan (link in description).
Thank you sir for this course
I am working professional in NON-IT background and I want to switch to Data Analyst
After finishing the video contact me for counselling: 9111133369
I want to become python developer because of demand of ai
Nice Python Tutorial sir..
Kon kon devops kar rahe hai comment Karo .. Jay shree Ram 🙏🏼🚩
India , Odisha 🇮🇳🇮🇳
Kaha se seekh rahe ho ?
@@parthadasxll-sci-a-2251 Mera khatam hone wala hai bro bs kuch tools bacha hai .....
Excellent sessions with hindi language.... Thankyou so for this video. It helped me alot. Thankyou from my heart🙂
I'm glad you found the course helpful! Keep learning and share it with your friends!
Thank you so much
Compiler translates source code into object code however JIT compiler translates sourcd code into byte code.
1:13, compiler program ma Syntex check krta ha, or jahan mistake find krta ha wahan wo mistake show krta ha,