PythonCheatSheet

Python 3 Cheat Sheet Base Types int 783 0 -192 # binary 0b010 # octal 0o642 # hexa 0xF3 float 9.23 0.0 -1.7e-6 bool True False str "One Two" # New Line \n # Escaped Tab \t # Multiline string """X Y Z

Create an SSL Certificate for IIS 10

Create an SSL Certificate for IIS 10 Generate the .csr from IIS GUI Navigate to your site’s home and select on ‘Server Certificates’ located under ISS In the far right Actions pane, select ‘Create Certificate Request’ Fill out the Distinguished Name Properties form.

Azure Blob Storage + .NET Client Library

Azure offers Blob Storage as the cloud storage solution. Blob Storage is a way of storing substantial amounts of unstructured data: data that doesn’t adhere to a specific data model or definition- data that can’t go into rows and columns. For example, video, audio, image, log files, text files, etc.