Chapter 1:Python Basic
- Pass statement in python with Examples
- Python Enum and class with example
- 10 ways to round to 2 decimal places in Python
- 7 ways to generate float range in Python
- How to do add newline character in Python
- How to Take integer input single or multiple in python
- 6 Python Programs to find area of triangle
- How to do calculate area of a circle in Python
- 4 ways to find area rectangle in Python
- Python Program to find area of triangle using coordinates
- Raise a number to power in python
- How to do Convert int to binary in Python
- How to convert string to binary in Python(4 ways)
- convert decimal to binary in Python
- Python Convert binary to decimal without builtin function
- 4 Python Programs to reverse a string
- How to convert binary to decimal in Python
- How to take multiple float inputs from User Python
- Check number is integer in Python
- Python program to find area of triangle using class
- How to Take space-separated input in Python
- How to Check number is float Python
- Extract any element from list of tuples Python
Python Loops
Python DateTime
- 6 ways to get current Timestamp in Python
- How to convert DateTime to string in Python
- How to convert string to datetime in Python
- Unix Timestamp to datetime in Python
- Get the Current Year, month Python
- Get the Current Time in Python
- Convert Date Time to String with Milliseconds
- Convert Epoch to Datetime in Python
- Convert Datetime to Epoch Python
- Get the Current Date in Python
- Get the Day of the Week in Python
- Convert datetime to string in Python
- Compare Two Dates in Python
- Calculate Time Difference Between Time Strings
- Convert date to datetime in Python
- Get Time zones List Python(3 ways)
- How to check Leap Year in Python
- Convert datetime to date in Python
- Python Program to convert string to datetime
- How to Convert UTC to CST EST PST in Python
- How to convert date to datetime in Python
- Get Hour and Minutes From Datetime in Python
- Add Days to a Date in Python
- Convert Seconds into Hours, Minutes, and Seconds in Python
- Get Yesterday’s Date in Python
Chapater 2 :Python Tuple
How to Create Tuple
- How to create a tuple in python?
- Convert-a list to a tuple
- Covert-python-tuple-or-list-to-numpy-array
- How To Access Items Of Tuples In Python
How to sort or filter Tuples
- Python Sort List Of Tuples By The First And Second Element
- How to filter a list for given elements in the list of tuples?
- Find an element in a list of tuples in python
Remove duplicate items from list of tuples
- How to remove duplicate items from a list of tuples in Python?
- 5 Ways To Convert A List To A Python Tuple
Operations on Tuple
Chapter 3:Python OOP
Chapter 4: Python List
Add/append element in List
- How-to-create-add-update-delete-list-python
- How to Append multiple elements to List Python
- Ways to flatten a list of lists in Python.
- 6 Ways To Print Python List Or Lists Of List
- Find Average of List elements
Get Values/Index in Python List
- 5 Ways to get unique items from a list in python
- 4 Ways to take input from the user in the Python list.
- 4 Ways to Find index-value all items a Python list
- How to Get an index of all list items in Python
- How-to-check-if-an-item-exist-in-a-python-list
- Count elements in the list Python with conditions or criteria
- Count-elements-in-a-list-list-of-lists-nested-lists-in-python
- How to-check-if-python-list-contains-elements-of-another-list
- How-to-check-all-list-item-are-same-in-python
Sort Item of List
Remove Elements from List
- Remove items from the list by index Python.
- Remove multiple elements from the list in python
- Remove-multiple-indexes-from-a-list-in-python
- Remove duplicate from a list in Python
- Python List Find And Create A New List Of Duplicate Items
How to merge List
Convert List to another Data Type
- How to convert tuples to list in python
- Convert-lists-of-key-value-in-python-dictionary
- Python Convert List to Dictionary
- 5-ways-to-convert-list-to-string-in-python
Write List to File
Chapater5: Python Dictionary
- How to convert list of tuples to python dictionary
- Append value to an existing key in a Python dictionary
- Check multiple keys exist in Python Dictionary
- 5 Ways to check key exists in Python dictionary
- Extract Multiple keys value from a Python dictionary
- 6 Ways to get Python dictionary keys as a list
- How to Find keys with same value in Python Dictionary
- 8 ways to Iterate a Python dictionary
- Find all keys with maximum value in python dictionary
- 5 ways to Remove duplicates list of Python dictionaries
- Merge Python dictionaries add values of common keys
- How to swap key-value in Python Dictionary
- Filter a list of Python dictionaries by conditions
- 7 ways to Merge multiple dictionaries in Python
- Sort dictionary by key in Python
- Python dictionary Append value
- Sort Dictionary By value in python
- 4 Ways to Convert text file to dictionary in Python
- Python Dictionary a simple Explanation
- Python dictionary append multiple key-values
- How to create a dictionary of lists in Python
- Write Dictionary to text file in Python
- How to do write Python dictionary to CSV
- How to write list of dictionaries to CSV in Python
- How to Enumerate dictionary in Python
- Print nested dictionary line by line in Python(5ways)
- Loop through list of dictionaries python
- How to iterate over nested dictionary in Python
Chapter 6:Python String
- Understanding Python Strings
- Python String Operations Examples
- Python Strings inbuilt Methods with examples
- Python string inbuilt functions
- How to compare strings in Python ignorance case
- How to validate a password in Python
- How to Extract URL from a string in Python?
- Check if string contains substring in Python
- How to convert integer to string in Python
- 6 ways to sort list of strings in Python
- 3 Methods to Trim string in Python
- How to Convert String to Integer in Python
- Ways to Replace of character in a Python string
- 4 ways to create Multiline String in Python
- Python String variable f-string
- Convert String to Float in Python(6 ways)
- Find all occurrences of substring in string Python
Chapter 7: File Handling in Python
- Read-write CSV files in Python
- Create, Open, Close file in Python
- How to Read a text file in Python
- How to check directory exists in Python
- Ways to create a file if not exist in Python
- How to Create Directory single or nested in Python
- 5 ways to read file line by line in Python
- 2 Methods to write text file in Python
- 5 ways to List files in Directory in Python
- 5 ways to append to existing text file Python
- How to delete file in Python(5 ways)
- Get and Set current working directory Python
- How to check file exist in Python
- Get current working directory in Python
- How to Convert CSV to List in Python
- How to Read CSV File without any module Python
- How to convert CSV to Tuple in Python
Chapter 8: Python Set
- Create Python Sets and add elements
- 4 methods to Remove element from Python Set
- Python Set Intersection of sets and lists
- Python Set Union() of list of sets
- Python Set add single or multiple elements
- Find all Permutations of sets in Python
- 5 ways to convert List to Set in Python
Chapter 9 : Selenium With Python
- How to Install selenium on windows Python
- How to install selenium in VSCode
- How to open chrome browser in selenium Python
- How to open Edge browser in selenium Python
- How to open Firefox browser in selenium Python
- Executable path has been deprecated in selenium Python
- Solved version of ChromeDriver only supports Chrome version 98
- How to make test suite in selenium Python
- Solved selenium find_element_by_* commands are deprecated
- How to open new tab in Selenium Python
- How to open new window Selenium Python
- How to open close tab in Selenium Python
- Python Webdrivermanager.install does not work for edge
- Load Webdrivers based user on input selenium Python
- How to switch windows in Selenium Python
- How to navigate back in selenium python
- How to refresh a browser in Selenium Python
- How to maximize window in Selenium Python
- How to scroll Page in Selenium Python
- How to scroll end of Page selenium Python
- Clear input field in selenium Python
- Drag and drop elements in selenium Python