This repository is created as part of my learning and sharing knowledge.
In this repository, I've touched upon most of the basic Python coding concepts one should know to begin their Data Science journey with Python as Scripting Language.
I've tried to touch base on the concepts like:
- Functions & how to pass Arguments
- What are Comments & how to give comments in Python
- Control flow structure in Python
- How to compare two Data Frames and merge them based on a condition
- Different Data Types in Python
- How to convert Data Types in Python
- Dictionaries in Python
- Identifiers in Python
- Lambda functions in Python
- Lists in Python
- Operators in Python
- Python Output formatting
- How to provide Input in Python
- Keywords in Python
- Different ways to write a Python Statement
- Recursive Functions in Python
- Sets in Python
- String formatting in Python
- Tuples in Python
- Types of Functions in Python
- Variables in Python