Skip to content

Repository files navigation

Basic Python Interview Preparation Kit

Questions List -


  1. Reading and writing data from csv file
  2. Reading and writing dictionaries from and to a csv file
  3. Write your Full name , reverse the firstname only and print the fullname
  4. Join a list of values in semicolon delimited way
  5. Remove duplicates from a list
  6. write a program to check if a string is palindrome or not
  7. remove duplicates from string while preserving the order
  8. Count occurences of a character in a string
  9. Anagrams : Check if 2 different string have same occurences of characters
  10. Remove spaces from a string - starting , ending , both
  11. check if a string contains only digits
  12. Give first non repeating character in a string
  13. Check if a string starts with a prefix or a suffix
  14. Reverse list inplace

Best Way for you to practice -

  1. create a empty folder , create a virtual environment
  2. Install required dependencies
  3. write python code by hand (USE NO AI)
  4. Practice Daily for 1 month then start applying for interviews
  5. Practice leetcode and hackerrank

Contact -


Feel free to reach out to me via Harsh Valecha

About

Repo for preparing Python Basic Interview questions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages