Skip to content

Instantly share code, notes, and snippets.

View dat-adi's full-sized avatar
🔘
I don't even know what I don't know.

Dat Adithya dat-adi

🔘
I don't even know what I don't know.
View GitHub Profile
@dat-adi
dat-adi / psutil-system-demo.py
Last active December 19, 2021 17:17
A compilation of functions of the `psutil` module.
# Askpython.com, JournalDev.
# G V Datta Adithya
# Importing the module before utilization
import psutil
# Retrieving information regarding the CPU
## Returns the system CPU times as a named tuple
print(psutil.cpu_times())
@dat-adi
dat-adi / what-a-gist.py
Created May 5, 2020 18:54
What's a gist?
print("You might question as to what a gist is.")
print("Well, I hate to break it to ya, but, i'm asking the same question.")