Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Student's Guide to Python 3 - Part 2
Rating: 4.6 out of 5(72 ratings)
8,535 students

Student's Guide to Python 3 - Part 2

Learn Python 3, a great introductory course for students
Created byPaul Kang
Last updated 6/2020
English
English [Auto],

What you'll learn

  • Python 3

Course content

3 sections30 lectures1h 57m total length
  • Defining a Function + Whitespace6:14

    Define and call functions in Python to reuse code, using whitespace to define blocks and avoid repetition.

  • Defining a Function + Whitespace Exercises0:34
  • Parameters + Multiple Parameters8:21

    Define and use Python functions with parameters to perform repeated math tasks, handle user input, convert strings to integers, and call functions with single or multiple parameters, including exponentiation.

  • Parameters + Multiple Parameters Exercises0:31
  • Return vs. Print5:21

    Explore the difference between return and print in Python, and learn how returning values enables storing results in variables for further manipulation.

  • Return vs. Print Exercises0:31
  • Default Arguments4:53

    Learn how to define functions with default arguments in Python, using a greeting example with default name and age. See how missing inputs fall back to defaults.

  • Default Arguments Exercises0:29
  • Local Variable vs. Global Variable8:04

    Explore the difference between local and global variables and their scopes in Python, showing how global variables are accessible everywhere while local variables stay inside function scope.

  • Local Variable vs. Global Variable Exercises0:46
  • Project: Calculator1:56
  • Project: Calculator - Solution and Walkthrough13:10

    This lecture guides building an interactive calculator using functions for add, subtract, multiply, divide, exponent, and remainder, with floor and square root calculations via the math module.

Requirements

  • Student's Guide to Python 3 Part 1

Description

As our world becomes more and more technologically advanced, we become immersed in a digital era. In these modern times, it is important to learn how to code, and especially important for students to learn as the possibilities surrounding code are infinite. Especially with the current advent of machine learning, Python is one of the easiest and most powerful languages available, and having it in your arsenal is an excellent tool in this day and age. This is Part 2 of a 4 part course in Python.

Who this course is for:

  • People who have little to no experience coding