AppleScript for Python Programmers

I’m a Python programmer who switched to Mac OS X. Being nerd and needing to automate common tasks, the learning of the AppleScript language was unavoidable. To speed up the process I’ve took some notes, comparing the new commands to Python statements. The… Read more

Similar

Time Based One Time Password Using Python

What is a Time Based One Time Password Time Based One Time Password(aka TOTP) is a common method of two-factor authentication. Used to create temporary passcodes from time and Secret key using HOTP algorithm. Generated passcode expires after some ti... (more…)

Read more »