Introduction to Python Programming
Questions of MODULE – 3
1. Explain the concepts of manipulating strings in python.
2. Explain the concepts of Indexing and Slicing Strings in Python
3. Briefly explain the different methods of strings with examples.
4. Explain the concepts of starts with () and ends with () String Methods and
the join () and split () String Methods with examples.
5. Justify the Text with r just (), l just (), and center () with examples.
6. Illustrate with examples the concept of Removing Whitespace with strip (),
r strip (), and l strip ()
7. Explain with examples the topics of Copying and Pasting Strings with the
pyperclip Module
8. Describe Reading and writing files in python along with suitable examples.
9. Define Files and File paths. What is the usage of backslash and forward
slash on windows and Linux and also explain the concept of [Link].
with suitable examples.
[Link] absolute and relative paths with suitable examples.
[Link] do you Create New Folders with os. Make dirs(). Describe with
examples.
[Link] with examples Handling Absolute and Relative Paths.
[Link] with suitable examples The File Reading/Writing Process and
Checking Path Validity of path.
[Link] with examples the topic of Saving Variables with the shelve
Module
[Link] a python program for password locker, adding bullets to wiki-
markup, generating random quiz files and multiclipboard.