Skip to content

Commit e59c5ee

Browse files
committed
Upated description
1 parent a4d3705 commit e59c5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/30DaysOfPython/2025-12-18-python-day8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: Dictionaries - Dictionaries - Storing Data Like a Database, Right In Python...
44
description: >-
5-
  While the title of this blog implies that a dictionary list in Python is a database, it's not. How it works, however, is very close to that of a database. Each entry stored has its own 'Key':'Value'. The key to each value is used to perform functions, replacing the need for indices. Here's what I've learnt about dictionaries on Day 8.
5+
While the title of this blog implies that a dictionary list in Python is a database, it's not. How it works, however, is very close to that of a database. Each entry stored has its own 'Key':'Value'. The key to each value is used to perform functions, replacing the need for indices. Here's what I've learnt about dictionaries on Day 8.
66
author: Sheikh Hussain
77
date: 2025-12-26 17:00:00 +0000
88
categories: [Python, Courses]

0 commit comments

Comments
 (0)