Settings

Site-wide Settings

This page lets you configure a few things about this website. All settings are stored in Local Storage. This means that you may have some trouble if you aren't using fairly modern browsers.

Syntax Highlighting

This site uses Pygments for syntax highlighting. There are a large number of available style sheets. A subset are installed (if you have a preferred stylesheet you'd like to see, please reach out).

Here you can select which style sheet you'd prefer to use.

Example

1
2
3
4
5
def some_function(arg1, arg2, **kwargs):
    print(arg1)
    print(arg2)
    for key in kwargs:
        print("%s: %s" % (key, kwargs[key]))

Toggle Explanations

Throughout this site, detailed explanations are provided, but hidden by default. Using the and icons, you can show or hide each explanation.

The state of each explanation you interact with is remembered.

Use the radio buttons below to open, close, or leave explanations the way they are:

Save/Clear

The save button below will save any changes made above. If you click "Reset Settings", all of your data stored for this site will be removed.