Necessary Python Tutorials Links:

  1. Understand global variables scope in python
  2. Python String Concatenation
  3. Python String Formatting
  4. Split String in Python
  5. How to filter a list of strings in Python
  6. Python String Replacement using Pattern
  7. How to capitalize the first letter of a string with python
  8. Python String startswith and endswith
  9. How to use Python String Strip Method
  10. How to Use the Python Isalpha Function
  11. 10 most useful Python String Methods
  12. Python Pause For User Input
  13. How to parse arguments on command-line in Python
  14. How to use a break and continue statement within a loop in Python
  15. Writing the Factorial Program in Python
  16. How to read and write to files in Python
  17. How to add and remove items from a list in Python
  18. How to find the element in python list
  19. 10 Most Useful Python List Methods
  20. How to use Python dictionary of dictionaries
  21. How to merge dictionaries in Python
  22. 10 most useful Python Dictionary Methods
  23. Exception Handling in Python
  24. Polymorphism in Python
  25. How to use python time.time() method
  26. How to use count() method in python
  27. Using the Python sleep() Method
  28. How to read data from Kafka with Python
  29. How to check a file exists in Python
  30. How to convert the dictionary to JSON in python
  31. How to use union on python set
  32. Python any() function usage
  33. List Intersection in Python
  34. Convert Bytearray to Bytes in Python
  35. How to Play Sound in Python
  36. Iterators in Python
  37. Python String Constants
  38. How to Use Boxplot in Python
  39. How to Use maketrans in Python 3
  40. Using UUID in Python