Repository for all the Python Basics Code
Chapters
How To Install Anaconda On Windows
How to Install Python 3.7.X and Pycharm version in Windows 10
1. Python Print, Format Function and Padding in Python
1.0.1 Exercise on print(), format(), len() and Padding in Python
1.0.2 Solution for Exercises on print (), len(), format() and padding in python
1.1 Set Path and Run Python Script using Command prompt
1.2 Python Assignment Operator, Arithmethic Operator and Comparision Operator
1.3 Python Unary, Logical, Identity and Membership Operator
1.4 Python Bitwise Opertor
1.5 Unpacking Python sequence into separate variables, Throwaway variables
2.0 Python Datatypes and Type casting
2.1 How to write comments in python, Single Line Comment, Multiline Comment, Docstring
2.1.1 How to Comment and Uncomment multiple lines of code in Python Spyder Editor
2.1.2 How to Comment Python Code in Pycharm Editor
2.2 Python Escape Characters
2.2.1 Python octal, hex Characters
2.2.2 How to use the format, int, bin, oct and hex function?
2.3 Python Raw Strings
3.0 Python Strings Manipulation and Step Function
3.1 Receiving input in python and Python Type Conversion
3.2 Python Center() Method
4.0 Python List Operations, append, extend, sort, remove, delete and slicing in python
4.1 Python Exercise on Lists
5.0 Tuples in Python, Create, Access, Concat, Nest, Delete, Slice, Iterate
5.1 Sort List of Python tuples based on First, Second and last elements
5.2 How to Convert List to Python Tuples using different methods?
5.3 How to filter list of given elements in a list of Python tuples?
5.4 How to Concatenate tuples in python?
5.5 How to Convert Python Tuples to Dictionary?
5.6 How to remove empty tuples from a list of tuples
5.7 How to Convert Python Tuples To String?