An open API service indexing awesome lists of open source software.

https://github.com/denisecase/datafun-02-functions

Practice with builtin functions, creating functions, creating methods (functions in a class), and employing statistical functions
https://github.com/denisecase/datafun-02-functions

beginner functions methods python statistics

Last synced: 8 months ago
JSON representation

Practice with builtin functions, creating functions, creating methods (functions in a class), and employing statistical functions

Awesome Lists containing this project

README

          

# datafun-02-functions

> Practice with built-in functions, creating functions, creating methods (functions in a class), and employing statistical functions

## Prerequisite

1. Complete the steps at [datafun-01-getting-started](https://github.com/denisecase/datafun-01-getting-started).
1. Get author examples as described at [datafun-01-textbook](https://github.com/denisecase/datafun-01-textbook).

See those projects for additional help with tasks below.

## Task 1 - Fork this Repo

Fork this repo into your GitHub account.

## Task 2 - Clone Your Forked Repo

Using VS Code or Git Bash, clone the forked repository to your local machine.

## Task 3 - Open the Repo in VS Code

Ensure the cloned repository is opened in VS Code. If not, launch VS Code and open the project folder.