Skip to content

tverma332/python3

Repository files navigation

Python Scripting 🐍

Coding vs Scripting

Coding vs Scripting is a long debate that's relatively hard to answer. The main difference are that coding lets you create a particular program , where scripting lets you control a program that you or somebody else had created with code.

Table of Contents 📄

Practice Section 🚧

  1. Display given string at center/left/right of a line in title format
  2. Read a number between 1-10 and display it in words
  3. Pass string and format(title/lower/upper) as command line argument and print as per the format provided by user
  4. Write a platform independent script to clear terminal
  5. Read a path and check if given path is a file or a directory
  6. Read a directory path and identify all files and directory
  7. To check if the number is odd or even
  8. Read a string and print their chars and index values
  9. Find all the files in a directory with extension .py/.txt/.sh etc
  10. Find all the files which are older than x days
  11. Find Bash version of Linux OS
  12. Find Java Version
  13. Copy the contents of a file to another file
  14. Transfer a file from local server to remote server and vice versa using paramiko of python
  15. Python script to find all tomcats home and config file locations

NOTE: I will keep adding more real-time scripts and projects , it's just beginning :)

📝 Want to contribute ?

  1. Visit the Github issue Section , Fork the repository.
  2. Clone the forked repository to your local system.
  3. Make your changes in the code in your local system.
  4. Send a Pull Request.
  5. If you like the Notes, you can appreciate by providing star to the repository.

About

Complete Python Scripting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages