0%

0/1 Lessons

Installing Python on Windows

• 1hr 17min

0 / 4 lessons complete

Python Basics

• 28min

0 / 7 lessons complete

Python Variables

• 41min

0 / 8 lessons complete

Even more Python Variables!

• 41min

0 / 6 lessons complete

Conditional Statements

• 15min

0 / 3 lessons complete

Writing Functions

• 30min

0 / 5 lessons complete

Python Loops

• 23min

0 / 5 lessons complete

Python PIP and Modules

• 18min

0 / 4 lessons complete

RegEx

• 26min

0 / 4 lessons complete

Working with APIs

• 12min

0 / 3 lessons complete

Course Conclusion

• 2min

0 / 1 lessons complete

Section Overview

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.

Create note

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

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
0 Comments
Inline Feedbacks
View all comments