Skip to content
View thunhan's full-sized avatar

Highlights

  • Pro

Block or report thunhan

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. Python script to convert CSV into JS...
    1
    # CSV to JSON Converter
    2
    
                  
    3
    This Python script converts a CSV file into a JSON file with a complex object with nested properties and arrays. The script uses csv.DictReader() to read the CSV file. For each row in the CSV file, the script constructs a data dictionary with the required structure. Each constructed data dictionary is appended to a list, which eventually is written to the JSON file.
    4
    
                  
    5
    ## Usage
  2. python-cookbook Public

    Jupyter Notebook

  3. scrimba Public

    HTML

  4. wordnet-jwi-word-definition Public

    This simple Java program generates Wordnet descriptions and example sentences from a word list.

    Java