Python Functions | Python Data Types | Working with Functions in Python | Intellipaat

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 เม.ย. 2021
  • 🔵 Intellipaat Python Training: intellipaat.com/python-certif...
    In this video on Python, you will learn different functions and data types used in python with examples and their uses. This python series is a must-watch for everyone who wishes to learn python and make a career in it.
    🔵 Watch other videos of this Python tutorial series: • Python Full Course
    🔵 Are you looking for something more? Enroll in our Python certification training course and become a certified Python Professional (goo.gl/EnbpgH). It is a 39 hrs instructor-led training provided by Intellipaat which is completely aligned with industry standards and certification bodies.
    If you’ve enjoyed these Python Functions and data types with an example, Like us and Subscribe to our channel for more similar informative videos and free tutorials.
    Got any questions on what are classes in python? Ask us in the comment section below.
    ----------------------------
    🔵 Intellipaat Training Features:
    1. 24*7 Lifetime Access & Support
    2. Flexible Class Schedule
    3. Job Assistance
    4. Mentors with +14 yrs
    5. Industry Oriented Courseware
    6. Lifetime free Course Upgrade
    ------------------------------
    🔵 Why should you watch this Python tutorial?
    Python programming is one of the best languages that is finding increased applications for machine learning. Our Python tutorial has been created with extensive inputs from the industry so that you can learn Python Programming and apply it for real-world scenarios like machine learning and data science.
    🔵 Who should watch this Python tutorial video?
    If you want to learn Python to become a Python programming expert then this Intellipaat Python tutorial will be your first step for you to learn Python. Since this Python tutorial video can be taken by anybody, so if you are a computer programmer then you can also watch this Python tutorial to take your coding skills to the next level.
    🔵 Why Python programming is important?
    Python programming language has an elegant syntax, is easy to code, debug and run and it is being deployed across industry verticals. Some of the main applications of Python are in Data Science, machine learning, statistical analysis, web development and web scraping.
    🔵Why should you opt for a Python career?
    If you want to fast-track your career then you should strongly consider Python. The reason for this is that it is one of the fastest-growing and widely used programming languages. There is a huge demand for Python programmers. The salaries for Python programmers are very good. There is a huge growth opportunity in this domain as well. Hence this Intellipaat Python tutorial is your stepping stone to a successful career!
    #PythonFunctions #PythonDataTypes #FunctionsInPython #WorkingWithFunctionsInPython #PythonTutorialForBeginners #Intellipaat
    ------------------------------
    For more information:
    Please write us at sales@intellipaat.com, or call us at +91- 7847955955, US: 1-800-216-8930(Toll-Free)
    Website: intellipaat.com/python-certif...
    Facebook: / intellipaatonline
    LinkedIn: / intellipaat
    Twitter: / intellipaat
    Meetup : www.meetup.com/Intellipaat/

ความคิดเห็น • 21

  • @amanverma3669
    @amanverma3669 3 ปีที่แล้ว +4

    2. def my_function(fname, lname):
    print(fname)
    3. def my_function(x):
    x = x+10
    print(x)
    4. Output = 4

  • @PARTner91
    @PARTner91 3 ปีที่แล้ว +3

    Something didn’t connect for me with the “pass by reference” and “pass by value” portion of the video. I’m a C programmer so I felt I needed to be clear on the definition since it is much different than I’m used to. So, I did more research and experimenting. Here is what I found: ALL CALLS TO PUTHON FUNCS ARE PASS BY REFERENCE. If you append or otherwise change the passed in variable WITHOUT a reassignment (using EQUALS =) then you ARE altering the value back in the calling code. However, once you reassign that parameter (using EQUALS =) inside of the function, all bets are off and that “passed by reference” variable inside the function is treated as if it was “passed in by value” (therefore, NO alteration to the object originally passed in). This can be proven through code. It’s got to be quite confusing to a newbie, but once laid out in clear terms, it’s not so bad.

  • @ekubaybrhane2066
    @ekubaybrhane2066 3 ปีที่แล้ว

    the cup and fillcup() example is amazing

  • @lalawinter4056
    @lalawinter4056 3 ปีที่แล้ว +1

    2. print(fname)
    3.return x + 10
    4. Output = 4

  • @louiskariuki6255
    @louiskariuki6255 3 ปีที่แล้ว

    Thanks a lot for the video 👏👏

    • @Intellipaat
      @Intellipaat  3 ปีที่แล้ว

      You're welcome 😊 Kindly Subscribe to Intellipaat for more such videos. 😊

    • @louiskariuki6255
      @louiskariuki6255 3 ปีที่แล้ว

      @@Intellipaat I will 👍👍

  • @chotachiku4832
    @chotachiku4832 3 ปีที่แล้ว +1

    print("old value of x",x)
    x+=10
    print("new value of x",x)

  • @ishakulkarni9997
    @ishakulkarni9997 2 ปีที่แล้ว +1

    Quiz answer
    b- brackets

  • @alien_oxox
    @alien_oxox 3 ปีที่แล้ว +1

    👍

    • @Intellipaat
      @Intellipaat  3 ปีที่แล้ว

      Thanks, Kindly Subscribe to Intellipaat for more such videos. 😊

    • @alien_oxox
      @alien_oxox 3 ปีที่แล้ว

      @@Intellipaat its already done 🔥

  • @rajdeeptamuli7747
    @rajdeeptamuli7747 3 ปีที่แล้ว +1

    Hello sir, should arts and humanity student learn this programming language to get a job in IT sector....

    • @Intellipaat
      @Intellipaat  3 ปีที่แล้ว

      Hi, For Better Assistance, Kindly Call Our Course Advisors IND: +91-7022374614 US: 1-800-216-8930 (Toll Free)

  • @savitasalian8475
    @savitasalian8475 3 ปีที่แล้ว +1

    Hi, can u pls show ur examples in Python at the top... Coz m unable to c ur syntax, coz whenever u say anything it gets typed at the bottom,... Just a suggestion, scroll a little up whenever u teach anything....

    • @Intellipaat
      @Intellipaat  3 ปีที่แล้ว

      Noted! Kindly Subscribe to Intellipaat for more such videos. 😊

  • @pi9536
    @pi9536 3 ปีที่แล้ว

    I have a issue on printing first name
    def myfuc(first _name,last_name):
    first_name='idrees'
    last_name='khan'
    print("my name is ",first_name)
    myfuc(first _name)
    And it shows nothing

  • @lalawinter4056
    @lalawinter4056 3 ปีที่แล้ว +1

    C.Indentation

    • @Intellipaat
      @Intellipaat  3 ปีที่แล้ว

      Thanks for participating in the quiz. 😊

  • @shravyas3325
    @shravyas3325 3 ปีที่แล้ว

    Can you tell us the code for x parameter +10 at 10:10

    • @lalawinter4056
      @lalawinter4056 3 ปีที่แล้ว

      you can just "return x + 10", and call the function ..