Skip to content
View iyvinjose's full-sized avatar
  • vmware
  • India

Block or report iyvinjose

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. Read large files line by line withou... Read large files line by line without loading entire file to memory. Supports files of GB size
    1
    def read_lines_from_file_as_data_chunks(file_name, chunk_size, callback, return_whole_chunk=False):
    2
        """
    3
        read file line by line regardless of its size
    4
        :param file_name: absolute path of file to read
    5
        :param chunk_size: size of data to be read at at time
  2. django_rest_project_boilerplate django_rest_project_boilerplate Public

    Python