Udemy

Introduction to Python Functions for beginners

Enroll Now
  • 3,520 Students
  • Updated 8/2022
  • Certificate Available
4.3
(24 Ratings)
CTgoodjobs selects quality courses to enhance professionals' competitiveness. By purchasing courses through links on our site, we may receive an affiliate commission.

Course Information

Registration period
Year-round Recruitment
Course Level
Study Mode
Duration
2 Hour(s) 14 Minute(s)
Language
English
Taught by
Bluelime Learning Solutions
Certificate
  • Available
  • *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Rating
4.3
(24 Ratings)

Course Overview

Introduction to Python Functions for beginners

Learn how to create functions step by step

Functions are an essential part of the Python programming language.

A function is a block of code which only runs when it is called.

You can pass data, known as parameters, into a function and a function can return data as a result.


Functions are a convenient way to divide your  code into useful blocks, allowing us to order

our code, make it more readable, reuse it and save some time.

Also functions are a key way to define interfaces so programmers can share their code.

Functions provide better modularity for your  application and a high degree of code reusing.


You  can use functions in programming to bundle a set  of instructions that you want to use repeatedly or that,

because of their complexity, are better  self-contained in a sub-program and called when needed.

That means that a function is a piece of code written to carry out a specified task.

To carry out that specific task, the function might or might not need multiple inputs.

When the task is carried out, the function  can or can not return one or more values.


There are three types of functions in Python:

  • Built-in functions, such as help() to ask for help, min()  to get the minimum value, print() to print an object to the terminal.

  • User-Defined Functions (UDFs), which are functions that users create to help them out

  • Anonymous functions, which are also called lambda functions  because they are not declared with the standard def keyword.





Course Content

  • 2 section(s)
  • 25 lecture(s)
  • Section 1 Installing Python and Pycharm
  • Section 2 Introduction to Python Functions

What You’ll Learn

  • How to create functions
  • How to use return keyword in functions
  • How to use default parameter value
  • How to use keyword arguments
  • How to create functions returning other functions
  • How to nest functions
  • How to pass functions as arguments
  • How to create anonymous functions


Reviews

  • D
    Daniel Neves
    3.0

    Could have more examples

  • B
    Barbara Gladfelter
    3.0

    It does help me with functions. The course is kind of short and I think could stand more examples. I would suggest some practice quizzes and supplemental practice examples. It's not clear why PyCharm needs to be installed as you can do the problems without that.

  • A
    Armando Ochoa Ramon
    5.0

    Excelent, he explain very well. Thanks.

  • N
    Nishant Patel
    4.0

    excellent experience

Start FollowingSee all

We use cookies to enhance your experience on our website. Please read and confirm your agreement to our Privacy Policy and Terms and Conditions before continue to browse our website.

Read and Agreed