All snippets tagged with python

Page 1 of 1
 

Reading properties from an environment file

Handling JSON

Files and folders

Various methods to copy, delete and create files and folders. Inludes methods to move files and folders to the trash bin instead of deleting them.

Read more…

File I/O in Python

Fetching online data

The snippets below show how to download a binary file, and how to fetch and parse JSON.

Read more…

Boilerplate of a Python script

CLI prompts