Python Full Course | Free Python Tutorial for Beginners

Поділитися
Вставка
  • Опубліковано 28 сер 2024

КОМЕНТАРІ • 691

  • @DataFlairHindi
    @DataFlairHindi  Місяць тому +18

    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
      @hiteshmoolchandani6533 Місяць тому +1

      Sir ye course sufficient h ya aapka primium wala course purchase kerne pdega data analytics k liye @dataflairhindi

    • @jyotiaujla6860
      @jyotiaujla6860 21 день тому

      Latest version 3.11.1

    • @jyotiaujla6860
      @jyotiaujla6860 21 день тому +1

      Latest version 3.11.1

    • @DataFlairHindi
      @DataFlairHindi  16 днів тому +2

      @@hiteshmoolchandani6533 This is a Python course, for data analytics, you have to enroll in Data Analysis using Python course on TechVidvan (link in description)

    • @rinkutiwari1285
      @rinkutiwari1285 12 днів тому

      Nice

  • @subrotodebnath7680
    @subrotodebnath7680 Місяць тому +21

    Single line defination : Python is a high-level, interpreted, and general-purpose programming language known for its readability and dynamic semantics .

  • @kashinathpanchal4696
    @kashinathpanchal4696 День тому +3

    Let's break it down simply:
    *Compilation*:
    - Your code is translated into machine language (binary code) all at once.
    - This binary code is stored in a file.
    - When you run the program, the computer executes the binary code directly.
    Example:
    - You write a C++ program (like a recipe).
    - The compiler translates the entire recipe into machine language (binary code).
    - The binary code is stored in an executable file (like a cooked meal).
    - When you run the program, the computer executes the binary code (eats the meal).
    *Interpretation*:
    - Your code is translated into machine language line by line.
    - Each line is executed immediately, without storing the binary code.
    - The interpreter reads, translates, and executes each line one at a time.
    Example:
    - You write a Python program (like a recipe).
    - The interpreter reads the first line, translates it into machine language, and executes it.
    - Then, it reads the second line, translates it, and executes it, and so on.
    - The interpreter is like a chef who reads the recipe, cooks each dish (line), and serves it immediately.
    In summary:
    - Compilation is like cooking an entire meal (translating all code at once) and storing it for later.
    - Interpretation is like cooking each dish (line) one at a time and serving it immediately.

  • @vshal3880
    @vshal3880 14 днів тому +7

    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.

    • @DataFlairHindi
      @DataFlairHindi  14 днів тому +2

      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.

  • @Zohaibvlog1
    @Zohaibvlog1 10 днів тому +3

    Sir I am watching first video my from Pakistan

  • @DataFlairHindi
    @DataFlairHindi  2 місяці тому +40

    Do you want Python Projects that help to start your coding journey?
    leave your comment below👇

  • @abdulmannan9592
    @abdulmannan9592 22 дні тому +4

    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.

  • @bloggerbiswajit1
    @bloggerbiswajit1 2 місяці тому +7

    Complete beginner to start python 🎉🎉🎉

  • @vasudevpurohit4636
    @vasudevpurohit4636 2 місяці тому +10

    Dhanyavaad sir, we are waiting for this course since a long time...

  • @vijaymaurya3710
    @vijaymaurya3710 2 місяці тому +86

    Is anyone here new to programming like me?

    • @AjayChouhan-tx4ug
      @AjayChouhan-tx4ug 2 місяці тому +6

      Yes, its my first language

    • @newidealinnovationsnii
      @newidealinnovationsnii 2 місяці тому

      Bro I am also beginner, this is my first language that I have start

    • @aman_613
      @aman_613 2 місяці тому

      Same, even it's my 1 video to learn coding

    • @user-dh4qs4nw8s
      @user-dh4qs4nw8s 2 місяці тому

      Yes

    • @ashishrocks8745
      @ashishrocks8745 2 місяці тому +1

      Yes bro iss video se hi suru krunga main apni programming ❤

  • @ayushflute9735
    @ayushflute9735 2 місяці тому +10

    Finally!!! Thank you sir.

  • @sanjoydas_kali4060
    @sanjoydas_kali4060 День тому

    Aap se best instructor, I haven't seen earlier, aap ka teaching the ways hi anukha hain

  • @MohitMundria
    @MohitMundria 2 місяці тому +10

    I was waiting for this for long period of time

  • @kajialbums7421
    @kajialbums7421 Місяць тому +2

    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

  • @amiya2376
    @amiya2376 2 місяці тому +6

    sir we must be wait for that
    We are very glad to you that you are doing everything for us...

  • @AniruddhaSharma-bi6re
    @AniruddhaSharma-bi6re 2 місяці тому +2

    Interpreter: an interpreter translate code written in high level programming language into machine code line by line as the code runs
    Compiler: a complier translate code from high level programming language into machine code before programs runs

  • @o.p2.o939
    @o.p2.o939 Годину тому

    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.

  • @vinibjp1234
    @vinibjp1234 12 днів тому +1

    best teacher on youtube

  • @LordxPrincee
    @LordxPrincee 2 години тому

    Great sir🙏🏻♥️Thanku for this video♥️

  • @007pankajbhatt
    @007pankajbhatt Місяць тому +1

    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

  • @siddhantpurohit9298
    @siddhantpurohit9298 2 місяці тому +5

    Sir your java course was excellent, and thanku sir for this..

  • @rajangulati1793
    @rajangulati1793 28 днів тому +1

    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

  • @BigyenRasaily
    @BigyenRasaily 21 день тому +2

    learn python to interpret data and get insight from the data. Insight may be important

  • @yashR2762
    @yashR2762 11 днів тому +1

    It was recommended to me. I am completely new to developing. I retired last year. Older person keen to learn this please.

    • @DataFlairHindi
      @DataFlairHindi  11 днів тому +1

      As you know there is no age for learning. You can surely learn Python, let me know in case of any issues.

  • @user-tg6jv6ve5p
    @user-tg6jv6ve5p Місяць тому +1

    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

  • @Rtx50905
    @Rtx50905 2 місяці тому +1

    Sirji thankyou....ap hi ho jo hindi me padhate ho.......

  • @user-iq3dd4rl2j
    @user-iq3dd4rl2j Місяць тому +2

    Very much clear first time I ever clear about it

  • @satyapanda1435
    @satyapanda1435 9 днів тому +1

    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

  • @ashutoshsarkar6590
    @ashutoshsarkar6590 Місяць тому +9

    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.🙏

    • @DataFlairHindi
      @DataFlairHindi  Місяць тому +2

      Just work hard and be positive, you will become job ready. it will be a good approach to learn daily for around 1 hr.

    • @abhishekchaturvedi5761
      @abhishekchaturvedi5761 3 дні тому

      Advance excel bhi achchhe se padho. job mil jayegi growth bhi hai.

  • @azamtariq2559
    @azamtariq2559 Місяць тому +2

    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.

  • @aman_613
    @aman_613 2 місяці тому +6

    Wow, thankyou so much sir

  • @Bhartiyagamer1
    @Bhartiyagamer1 2 місяці тому +3

    Yehh....🥳
    Can't wait sir👏👏

  • @ganeshkhadka1411
    @ganeshkhadka1411 2 місяці тому

    what a style of teaching sir! I really liked your style of teaching from Nepal!

    • @DataFlairHindi
      @DataFlairHindi  2 місяці тому

      Thanks. If you want to become job ready, enroll in full course on TechVidvan (link in description).

  • @asifiqbal3911
    @asifiqbal3911 7 днів тому

    What a good learning style....very nice

  • @KavitaJakhar56
    @KavitaJakhar56 Місяць тому +1

    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

    • @DataFlairHindi
      @DataFlairHindi  Місяць тому +1

      Thanks, keep learning with DataFlair. Please share with all your friends.

  • @Ritu-TheWinner
    @Ritu-TheWinner Місяць тому

    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?

  • @MansoorAli-bu5lj
    @MansoorAli-bu5lj 12 днів тому +1

    Salute Sir,
    I already found lots of videos for Python but when I watched your first video about description of Python believe me I just decided not to go anywhere because your learning method is Amazing.
    I also want to learn from the bottom which I found here , I really Appreciate your help to learn Python with simplest language as you describe about Python,
    Thanks again you are genius.❤

    • @DataFlairHindi
      @DataFlairHindi  11 днів тому

      I am glad, you liked my efforts. Keep learning with DataFlair.

  • @peace_321
    @peace_321 6 днів тому

    Best teacher who knows to teach properly,,, using black pen and white borad is sooo understandable.... ❤

    • @DataFlairHindi
      @DataFlairHindi  День тому

      Thanks, if you like the video, please share with your friends.

  • @user-by5gs1gc8d
    @user-by5gs1gc8d 2 місяці тому +3

    You are doing great job sir💯

  • @gyanprakashmishra3412
    @gyanprakashmishra3412 5 днів тому

    This is a good thing sir you are improving your video quality that's amazing video thank for doing us.

  • @rajangulati1793
    @rajangulati1793 27 днів тому +1

    Interpreter can read and run code line by line and compiler can do the same process page by page

  • @ArunKumar-um5uf
    @ArunKumar-um5uf 9 днів тому +1

    Namste Sir 🙏
    It is a very Powerful Language.

  • @sanjoydas_kali4060
    @sanjoydas_kali4060 18 годин тому

    Yes, it is very easy to learn

  • @roshanpathak4943
    @roshanpathak4943 2 місяці тому

    Your course is a revolution in learning python..awesome start of the video

    • @DataFlairHindi
      @DataFlairHindi  2 місяці тому

      Thanks for the appreciation. If you want to become job ready, enroll in full course on TechVidvan (link in description).

  • @shaikapsana875
    @shaikapsana875 2 місяці тому +3

    Thank u sir for this section its more usefull sir

  • @Sabkuchofyou1202
    @Sabkuchofyou1202 14 днів тому

    Respected Sir you have made it soooo easy. Thank you.

    • @DataFlairHindi
      @DataFlairHindi  14 днів тому

      Thanks, keep learning with DataFlair.
      If you want to become job-ready, enroll in our placement-ready course.
      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.

  • @sgirfan6383
    @sgirfan6383 2 місяці тому +5

    i am learning python not for development but for cloud computing.....

  • @MohitMundria
    @MohitMundria 2 місяці тому +4

    Yes sir live interaction chahiye

  • @laxminamdev5273
    @laxminamdev5273 2 місяці тому +2

    Ye course ka to bhut dino se intezar thaaa

  • @hrxmx7083
    @hrxmx7083 16 днів тому

    You have delivered very well sir

  • @vishnuaj1421
    @vishnuaj1421 Місяць тому

    Sir salute to your superb teaching you not only teach computer language but help to grow in confidence for learning simply without stress.❤❤❤

  • @amankushwaha2567
    @amankushwaha2567 Місяць тому +4

    O level python pass hone ke liye😢😢😢

  • @AllVideoGuru80
    @AllVideoGuru80 Місяць тому +2

    My python career planing app development🎉🎉❤

  • @aamirmustafa3374
    @aamirmustafa3374 Місяць тому +2

    Python save in 2 file 1. Source code. Py 2. Byte code. Pyc

  • @aamirmustafa3374
    @aamirmustafa3374 Місяць тому

    Reply to your Question sir its difficult for me but the way you teach it's easy and understandable.

  • @maniranamani-lz7kq
    @maniranamani-lz7kq Місяць тому +2

    i want to learn python because it will change my life

  • @harshvardhannamdev7365
    @harshvardhannamdev7365 2 місяці тому +4

    Wow, thankyou so much sir ,
    i am so much excited for this,
    are you also excited friends
    Please "comment" your thought in reply.✨

  • @MohitMundria
    @MohitMundria 2 місяці тому +3

    Thank you sir for this course

  • @rajatkhawash007
    @rajatkhawash007 5 днів тому +1

    to grow career.

  • @MohitMundria
    @MohitMundria 2 місяці тому +5

    You are doing great job sir

  • @kumarsandeep08
    @kumarsandeep08 2 місяці тому +3

    Thank you so much

  • @onlinelearningwithearning9677
    @onlinelearningwithearning9677 3 дні тому +1

    It's a language that can penetrate every technology that's why want to learn.

  • @ChillWaves-m8h
    @ChillWaves-m8h Місяць тому

    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

  • @omershehzad898
    @omershehzad898 Місяць тому +1

    Sir because it’s simple easy an all future technology depend on python

  • @khushishaw6252
    @khushishaw6252 24 дні тому +7

    It is very easiest language.

  • @Basthee-u8p
    @Basthee-u8p 23 дні тому +1

    Bro.. i am from Maldives & I'm also new here

  • @KISHU830
    @KISHU830 17 днів тому

    This is most relevant and easy video on python,
    i watched other video they also good but not clearing consepts point to point ..

    • @DataFlairHindi
      @DataFlairHindi  16 днів тому

      Thanks for the appreciation, keep learning with DataFlair.

  • @abhishekthoke5039
    @abhishekthoke5039 11 днів тому

    Sir bahut ache se aapne Python ko interesting banya

  • @Sheetal2423
    @Sheetal2423 2 місяці тому +1

    Very excited..🤩

  • @sakshipatil7406
    @sakshipatil7406 24 дні тому +1

    Thank you 🎉

  • @hpgamer2286
    @hpgamer2286 10 днів тому +1

    Great explanation sir 😀😀😀

  • @PrinceNarwal-f4q
    @PrinceNarwal-f4q Місяць тому +4

    I want to become python developer because of demand of ai

  • @pankajrathore6763
    @pankajrathore6763 20 днів тому

    Thank you sir🙏

  • @AdhuriKhwahish-hb6te
    @AdhuriKhwahish-hb6te Місяць тому

    Sir meri English poor hai aur mai pareshan ho chuki thi😢😢.....mujhe Hindi me chahie tha pr apke jaisi koi video nhi mil rhi thi... after 3 months apki ye video dekhi than ab mai use kr pa rhi hu..... shukriya sir....😊

    • @DataFlairHindi
      @DataFlairHindi  Місяць тому +1

      Glad you liked it, after finishing the free course, enroll in my placement-ready full course on TechVidvan (link in description)

  • @metayab1045
    @metayab1045 2 місяці тому +3

    Sir ham bahot din se intejar kar rhe hain

  • @rock_stargamer9526
    @rock_stargamer9526 2 місяці тому +1

    I am eagerly waiting for this video 🥳🥳

  • @KashifUllah3
    @KashifUllah3 2 місяці тому +1

    ​​sir, please create complete video on Machine Learning Algorithams

  • @harshhanwar446
    @harshhanwar446 2 місяці тому +2

    Thanku so much sir

  • @user-dt9rl3es2c
    @user-dt9rl3es2c 7 днів тому +2

    I want to learn python for cyber security

  • @shaikapsana875
    @shaikapsana875 2 місяці тому +1

    Sir it is easy to understand and syntax is very easy

  • @sauravkumarsaurav6052
    @sauravkumarsaurav6052 2 місяці тому +2

    Nice sir 🎉🎉🎉🎉

  • @aamirmustafa3374
    @aamirmustafa3374 Місяць тому +2

    I start python for freelancing its first step.

  • @sopan8142
    @sopan8142 2 дні тому +1

    Paython BBC Channel pe PYTHON CIRUSE Searial se nam pada. Jo developer la favourite serial tha

  • @farhanfaraan1
    @farhanfaraan1 29 днів тому +1

    Thank you sir it was so informative tutorial

    • @DataFlairHindi
      @DataFlairHindi  28 днів тому +1

      Keep learning with DataFlair.
      If you want to become job-ready - Enroll in Placement-ready full course (link in description).

  • @kajialbums7421
    @kajialbums7421 Місяць тому

    print("The value of", a,":",b,"=", c) sir i think sep and end se ye wala tarika sahi hai

  • @vinaybabu123
    @vinaybabu123 23 дні тому

    So beautiful video😊❤🎉

  • @Angelinajolieshorts
    @Angelinajolieshorts Місяць тому +1

    Because python is the future of this world 😊

  • @Prana560
    @Prana560 8 днів тому +1

    python is oop language and it is also function oriented language.

  • @sahilbansal3217
    @sahilbansal3217 2 місяці тому +2

    Thank you so much sir 😊

  • @starssportsacademypakistan
    @starssportsacademypakistan Місяць тому +1

    for becoming a good developer .

  • @tanziladar3363
    @tanziladar3363 День тому

    Love from Pakistan. Such a nice way to deliver lecture . Please make a video series on python course please

    • @DataFlairHindi
      @DataFlairHindi  День тому

      Thanks, for all the videos and full course, please enroll in our placement-ready course on TechVidvan (link in description)

  • @navjyotilahon8746
    @navjyotilahon8746 12 днів тому +2

    I wana use python for data analytics.

  • @SANDEEPKUMAR-tk4iz
    @SANDEEPKUMAR-tk4iz 7 днів тому +1

    Good evening sir
    Blogger

  • @fahadjanjua5140
    @fahadjanjua5140 9 днів тому +2

    How many people have come here to learn python from Pakistan?

  • @ShortClips00001
    @ShortClips00001 2 місяці тому

    Sir, I have seen many of your videos and you have explained very well in all the videos and I wait for your each and every video. ❤❤❤
    Thank soooo muchhhhhh sir 💫⭐🌟🌟✨✨✨❤️❤️❤️❤️❤️❤️✨✨✨✨✨✨🌟🌟⭐💫⭐💯💯💯💯💯💯

    • @DataFlairHindi
      @DataFlairHindi  2 місяці тому

      THanks for the appreciation. Keep learning with DataFlair.

  • @rajendrapalan9519
    @rajendrapalan9519 Місяць тому +1

    Excellent explained ❤iot

  • @vasudevpurohit4636
    @vasudevpurohit4636 22 дні тому +8

    If these comment get's 100 likes, sir will surely come live.

  • @RajuRrr-qk6ur
    @RajuRrr-qk6ur Місяць тому +2

    Thanks sir

  • @Yashwantgeetu
    @Yashwantgeetu 26 днів тому

    sir course really really osm !

    • @DataFlairHindi
      @DataFlairHindi  22 дні тому

      Glad to hear that... Keep learning with DataFlair.

  • @CyberSecurityProfessional
    @CyberSecurityProfessional 7 днів тому

    Favourite guru 2