https://github.com/denisecase/datafun-03-datatypes
Practice with Python data types, filter(), map(), and list comprehensions
https://github.com/denisecase/datafun-03-datatypes
dictionary filter list list-comprehension map python set text-processing tuple
Last synced: 12 months ago
JSON representation
Practice with Python data types, filter(), map(), and list comprehensions
- Host: GitHub
- URL: https://github.com/denisecase/datafun-03-datatypes
- Owner: denisecase
- Created: 2023-01-07T18:03:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T12:25:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T10:17:26.063Z (about 1 year ago)
- Topics: dictionary, filter, list, list-comprehension, map, python, set, text-processing, tuple
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 61
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datafun-03-datatypes
> Practice with Python data types, filter(), map(), and list comprehensions
## Get Started
1. Log in to GitHub and fork this repo into your own GitHub account.
1. On your machine, open VS Code and clone YOUR repo down to your machine.
1. Open the whole folder in VS Code for editing.