This repository contains all my python codes while learning. It also has comments which will help you refer and learn along with me. It contains the following code patches:
- Hello World: This is the first program to start Python programming.
- String slicing and other functions: Since String is one of the most important data types used, slicing and various functions on strings are practiced here.
- Python Lists And List Functions and tuples: This code patch contains a detailed study of lists, it's functions and tuples.
- Dictionary and it's functions: Dictionary can be defined a Data-set with a key-value structure. This code patch contains a detailed study of dictionary, it's functions and it's functions.