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
- Host: GitHub
- URL: https://github.com/denisecase/datafun-02-functions
- Owner: denisecase
- Created: 2023-01-06T12:59:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T21:58:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T10:17:23.177Z (over 1 year ago)
- Topics: beginner, functions, methods, python, statistics
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 65
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.