https://github.com/ejw-data/python-dictionaries
Code used to demonstrate how a python dictionary works. Written in parts to explain the coding process.
https://github.com/ejw-data/python-dictionaries
python
Last synced: about 22 hours ago
JSON representation
Code used to demonstrate how a python dictionary works. Written in parts to explain the coding process.
- Host: GitHub
- URL: https://github.com/ejw-data/python-dictionaries
- Owner: ejw-data
- Created: 2022-04-02T01:20:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T03:17:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T06:47:10.171Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-dictionaries
Auhtor: Erin James Wills, ejw.data@gmail.com

## Overview
Code used to demonstrate how a python dictionary works. Written in parts to explain the coding process.
## Technologies
* Python
## Data Source
Not applicable
## Setup and Installation
1. Environment needs the following:
* Python 3.6+
1. Activate your environment
1. Clone the repo to your local machine
1. Navigate the terminal to the repo folder
1. In the terminal, run `python dictionary_example.py`