In this repository, I will be sharing my learning approach for Placement.
- Studied about keywords and what all and how many keywards are available in Python
- Studied about Identifiers and rules to write a identifiers.
- Studied about Comments, multi-line comments.
- Python Indentation
- Python statement, multi-line statement
- Notes and Code: Keywords and identifiers
- Notes and Code: comments, indentation and statements-checkpoint
- DocString in python
- Variables
- Different ways of assignment
- Data Types:-
- Numbers
- Boolean
- Python Strings
- Lists
- Python Tuple
- Python Set
- Python Dictionary
- Conversion between Datatypes
- Conversion of one sequence to another
- Python Input and Output
- Output formating
- Keyword argument to formate the string
- What is operator
- Types of Operator:-
- Arithmetic operators
- Comparison (Relational) operators
- Logical (Boolean) operators
- Bitwise operators
- Assignment operators
- Special operators
- Identity operator
- Membership operator
- Python if-else statement
- If-statement syntax and code for the implementation
- If.....else Statement and code for the implementation
- Nested if Statement and code for the implementation
- Python While loop
- Syntax of python while loop
- While loop with else
- Python for loop
- Studied about range() function
- For loop with else
- Python break and continue statement
- Python Contiue statement
- Notes and Code: Python While loop
- Notes and Code: Python for loop
- Notes and Code: Python break and continue
Folder for all the code and notes
Folder for all the code and notes