System tools

Devcult - 6G and Satellites
1 min readApr 30, 2019

--

Most system-level interfaces in Python are shipped in just two modules: sys and os.

Some other standard modules are,

  1. glob : for filename expansion
  2. socket : for network connections and Inter-Process Communication(IPC)
  3. thread and queue: For concurrent threads
  4. time: For accessing system time details
  5. fcnt1: For low-level file control

The os module provides a portable programming interface to the underlying operating system; its functions may be implemented differently on different platforms, but to python scripts, they look the same everywhere.

os.path provides portable interface to file and directory processing tools.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Devcult - 6G and Satellites
Devcult - 6G and Satellites

No responses yet

Write a response