Skip to content

2022

Home | Old Book Illustrations

Link: Home | Old Book Illustrations: "Old Book Illustrations offers a wide range of public domain, royalty-free images scanned from old books. Searchable galleries include animals, plants, techniques, artists names, books titles, and much more..."

Python SSH Tutorial

Link: Python SSH Tutorial: "SSH (secure shell) is good for remotely managing machines using a secure connection. Typically you will log in to a server using the command-line ssh tool, or something like PuTTy or MobaXTerm. This guide will show you how to use Python to connect and run commands over SSH using the Paramiko package. - Paramiko Documentation - Paramiko Source on GitHub"