Skip to content
View marcocamma's full-sized avatar

Block or report marcocamma

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Save constructor arguments on self w... Save constructor arguments on self without writing self.x = x etc...
    1
    from inspect import signature
    2
    
                  
    3
    def auto_args(f):
    4
        sig = signature(f)  # Get a signature object for the target:
    5
        def replacement(self, *args, **kwargs):
  2. datastorage datastorage Public

    Access dictionaries as class and save complex data in hdf5 or python pickle

    Python 2 1

  3. openlab openlab Public

    Python based scripts to control scientific instruments

    Python 1

  4. cxdi cxdi Public

    Python based tools for coherent scattering, imaging and dynamics

    Python 1

  5. sr sr Public

    Python