| Nov |
DEC |
Jan |
|
18 |
|
| 2024 |
2025 |
2026 |
About this capture
The Wayback Machine - http://web.archive.org/web/20251218193341/https://github.com/topics/python-dictionary
Skip to content
Navigation Menu
Appearance settings
AI CODE CREATION
GitHub CopilotWrite better code with AI
GitHub SparkBuild and deploy intelligent apps
GitHub ModelsManage and compare prompts
MCP RegistryNewIntegrate external tools
DEVELOPER WORKFLOWS
ActionsAutomate any workflow
CodespacesInstant dev environments
IssuesPlan and track work
Code ReviewManage code changes
APPLICATION SECURITY
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
EXPLORE
●Why GitHub
●Documentation
●Blog
●Changelog
●Marketplace
View all features
BY COMPANY SIZE
●Enterprises
●Small and medium teams
●Startups
●Nonprofits
BY USE CASE
●App Modernization
●DevSecOps
●DevOps
●CI/CD
●View all use cases
BY INDUSTRY
●Healthcare
●Financial services
●Manufacturing
●Government
●View all industries
View all solutions
EXPLORE BY TOPIC
●AI
●Software Development
●DevOps
●Security
●View all topics
EXPLORE BY TYPE
●Customer stories
●Events & webinars
●Ebooks & reports
●Business insights
●GitHub Skills
SUPPORT & SERVICES
●Documentation
●Customer support
●Community forum
●Trust center
●Partners
COMMUNITY
GitHub SponsorsFund open source developers
PROGRAMS
●Security Lab
●Maintainer Community
●Accelerator
●Archive Program
REPOSITORIES
●Topics
●Trending
●Collections
ENTERPRISE SOLUTIONS
Enterprise platformAI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced SecurityEnterprise-grade security features
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
●Pricing
Search or jump to...
Clear
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
Appearance settings
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Explore
Topics
Trending
Collections
Events
GitHub Sponsors
#
python-dictionary
Star
Here are
58 public repositories
matching this topic...
Star
243
●
Code
●
Issues
●
Pull requests
Data types specify the different sizes and values that can be stored in the variable. For example, Python stores numbers, strings, and a list of values using different data types. Learn different types of Python data types along with their respective in-built functions and methods.
python-tutorials list-comprehension python-dictionary python-string-maupulation python-lists python-sets python-tuples list-comprehensions python-strings python-tutorial-notebook python-datatypes python-string-methods python4everybody python-tutorial-github python4datascience python-list-methods python-tuple-methods python-dictionary-methods python-sets-methods tutor-milaan9
●
Updated
Dec 9, 2022
●
Jupyter Notebook
Star
37
●
Code
●
Issues
●
Pull requests
My phrasing system for plover, using python dictionaries
stenography plover python-dictionary python-dictionaries plover-phrasing
●
Updated
Nov 19, 2022
●
Python
Star
21
●
Code
●
Issues
●
Pull requests
●
Discussions
This repository contain all the basics you need to learn Python programming
functions python-modules python-dictionary python-lists python-tuples while-loops python-datatypes python-loops python-functions-examples for-loop-in-python
●
Updated
Apr 24, 2022
●
Jupyter Notebook
Star
16
●
Code
●
Issues
●
Pull requests
Dictionaries as objects, that can have different dictionary views!
python datastructures python-library python3 pure-python python-dictionary
●
Updated
Apr 18, 2023
●
Python
Star
12
●
Code
●
Issues
●
Pull requests
Use Postgresql/Sqlite as if it were a Python Dictionary
database sqlite postgresql dict sqlite-orm postgresql-orm python-dictionary python-orm
●
Updated
Aug 10, 2020
●
Python
Star
12
●
Code
●
Issues
●
Pull requests
Github_Friends
github-api data-mining big-data data-visualization data-analysis python-dict python-requests github-followers python-dictionary diagram-generator relationship-graph python-image
●
Updated
Mar 26, 2020
●
Python
Star
11
●
Code
●
Issues
●
Pull requests
Python dictionary with dot notation
dictionaries dot-notation python-dictionary diot
●
Updated
Apr 19, 2025
●
Python
Star
10
●
Code
●
Issues
●
Pull requests
This repository contain 10 python friendly projects for bigenner to start learning python by building projects.
python json tutorial python3 python-dictionary webscrapping python-lists
●
Updated
Feb 2, 2023
●
Python
Sponsor
Star
8
●
Code
●
Issues
●
Pull requests
Python library to trace path of a particular key inside a nested dict
dictionary hacktoberfest python-dictionary key-path find-key-in-dict
●
Updated
Oct 30, 2025
●
Python
Star
6
●
Code
●
Issues
●
Pull requests
This is collection of My Data Analysis and Python Leaning
python machine-learning numpy linear-regression scikit-learn sklearn machine-learning-algorithms pandas titanic-kaggle logistic-regression machine-learning-library logistics linear-models python-dictionary pandas-library terrorist-attacks python-arithmetic basic-python-syntax python-list python-string-maupulation
●
Updated
Apr 21, 2018
●
Jupyter Notebook
Star
6
●
Code
●
Issues
●
Pull requests
📁📌 A python script that synchronizes all the files in a folder based on it's extension.
python organizer python-dictionary folder-structure
●
Updated
Oct 6, 2018
●
Python
Star
5
●
Code
●
Issues
●
Pull requests
Small Program to record Birthday's Date using Python Dictionary with JSON File Support. Showing the basics of JSON fundamentals in Python.
python json program python-dictionary python-basics birthday-recorder json-operations
●
Updated
Apr 8, 2021
●
Jupyter Notebook
Star
4
●
Code
●
Issues
●
Pull requests
Concept of Python Dictionary in easy words :)
python dictionaries dictionary python-dictionary python-dictionaries dictionaries-in-python
●
Updated
Mar 18, 2020
●
Python
Star
3
●
Code
●
Issues
●
Pull requests
An offline dictionary dictionary coded in python
python google code dictionary python-script python3 python-dictionary dictionary-python saadkhan041
●
Updated
Mar 30, 2022
●
Python
Star
2
●
Code
●
Issues
●
Pull requests
My path to mastering Python with examples, explanations, and hands-on coding exercises.
lists python-functions python-dictionary number-guessing-game 2d-list-python python-timer python-string-methods python-quiz-game python-format-specifiers
●
Updated
Nov 8, 2025
●
Python
Star
2
●
Code
●
Issues
●
Pull requests
Build A Simple English Dictionary with Python
python youtube python-youtube python-dictionary
●
Updated
Aug 14, 2022
●
Python
Star
2
●
Code
●
Issues
●
Pull requests
module_3
python-functions python-dictionary python-module python-list python-lists python-tuple python-set python-collections
●
Updated
Mar 15, 2023
●
Python
Star
2
●
Code
●
Issues
●
Pull requests
Dottify is a lightweight Python library that transforms dictionaries into objects with attribute-style access. Instead of the traditional dict['key'] syntax, you can conveniently access dictionary values using dot notation like dict.key after wrapping it with Dottify.
python json modules pytest python-dictionary pytest-cov
●
Updated
Aug 22, 2025
●
Python
Star
2
●
Code
●
Issues
●
Pull requests
simple, fast, typed, and tested implementation for a python3.6+ case-insensitive and attribute case-insensitive dictionary.
cisco dictionary python3 python-dictionary devnet attribute-dictionary modifiable-dict case-insensitive-dict caseless-dict devnet-code-exchange caseless-attribute-dictionary
●
Updated
Sep 25, 2025
●
Python
Star
1
●
Code
●
Issues
●
Pull requests
EZ - JSON provides tools for managing JSON files, simplifying the process of reading, saving and manipulating data stored in JSON format.
python json python-dict python-dictionary
●
Updated
Aug 26, 2024
●
Python
Improve this page
Add a description, image, and links to the
python-dictionary
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
python-dictionary
topic, visit your repo's landing page and select "manage topics."
Learn more
Footer
© 2025 GitHub, Inc.
●
Terms
●
Privacy
●
Security
●
Status
●
Community
●
Docs
●
Contact
●
●
ation
You can’t perform that action at this time.