Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ChenyangGao's full-sized avatar

Block or report ChenyangGao

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. epub-toolset epub-toolset Public

    Some tools to help edit ePub

    Python 12 2

  2. sigil-console sigil-console Public

    This Sigil plugin is used to open a console to edit ePub.

    Python 18 6

  3. Uniform Function Call Syntax (UFCS) ... Uniform Function Call Syntax (UFCS) for Python
    1
    '''
    2
    This module implements UFCS for Python.
    3
    4
    [Uniform Function Call Syntax (UFCS)](https://tour.dlang.org/tour/en/gems/uniform-function-call-syntax-ufcs)
    5
  4. Python functional programming: currying Python functional programming: currying
    1
    #!/usr/bin/env python3
    2
    # coding: utf-8
    3
    
                  
    4
    '''
    5
    4 decorators (as below) are provided to implement `currying` for Python functions: