Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.7 KB

File metadata and controls

68 lines (50 loc) · 2.7 KB

Python Development Toolkit

Linux Windows YouTube Reddit

GitHub   YouTube   My Awesome Lists

Interacting with the OS

  • os
  • sys

Interacting with Files

  • os.path
  • pathlib
  • shutil
  • fileinput
  • tempfile

Command line arguments & Configuration Files

  • argparse
  • configparser

Compressing & Decompressing Files

  • gzip

Running & Communicating with other Processes

  • subprocess

Running Remote Commands

  • Paramiko - Paramiko is a pure-Python implementation of the SSHv2 protocol, providing both client and server functionality.
    pip install paramiko

My Awesome Lists

You can access the my awesome lists here

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

🔼 Back to top