Section Overview
Server Academy Members Only
Sorry, this lesson is only available to Server Academy members. Create a free account now to get instant access to this and more free courses. Click the Sign Up Free button below to get access to our free courses now, or sign in if you have an account.
Instructions
Q&A (0)
Notes (0)
Resources (0)
Saving Progress...
Resources
There are no resources for this lesson.
Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.
In this section, you will learn the basics of defining and using Python functions. We will start by covering the basics of defining a function, and then move on to importing functions from another file.
In the first lesson, we will focus on defining Python functions. You will learn how to create a function and pass arguments to it, as well as how to return values from a function. This will give you the foundation you need to use functions in your own projects.
In the second lesson, we will cover importing functions from another file. This is a useful skill when working with larger projects, as it allows you to organize your code into multiple files and reuse functions across different parts of your code.
In the third lesson, you will have the opportunity to put your knowledge of functions to the test with an assignment to create a simple rock, paper, scissors game. This will give you the chance to practice defining and calling functions, as well as using basic control structures such as if/else statements.
In the fourth lesson, you will create a username generator using Python functions. This will give you more practice with defining and using functions, as well as working with string manipulation and random numbers.
By the end of this section, you will have a solid understanding of Python functions and be able to use them effectively in your own projects. Let's get started!
Server Academy Members Only
Want to access this lesson? Just sign up for a free Server Academy account and you'll be on your way. Already have an account? Click the Sign Up Free button to get started..