{"id":23065781,"url":"https://github.com/ullaskunder3/selfpythonprac","last_synced_at":"2025-04-03T08:49:03.033Z","repository":{"id":153853030,"uuid":"322936540","full_name":"ullaskunder3/SelfPythonPrac","owner":"ullaskunder3","description":"In this repository, I will be gradually updating the codebase of the given problems with my own solutions. Also, I may try to explain the code and tell my opinion about the problem if needed. ","archived":false,"fork":false,"pushed_at":"2020-12-20T09:01:40.000Z","size":1407,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T22:25:24.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ullaskunder3.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-19T20:56:25.000Z","updated_at":"2022-01-29T07:00:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f51e767a-4546-457b-b517-e1694e8d379d","html_url":"https://github.com/ullaskunder3/SelfPythonPrac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2FSelfPythonPrac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2FSelfPythonPrac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2FSelfPythonPrac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2FSelfPythonPrac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ullaskunder3","download_url":"https://codeload.github.com/ullaskunder3/SelfPythonPrac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246970337,"owners_count":20862508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T05:10:05.682Z","updated_at":"2025-04-03T08:49:03.024Z","avatar_url":"https://github.com/ullaskunder3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SIMPLE PROJECT ON DICTIONARY\n\n\u003e A Python module is a Python file containing a set of functions and variables to be used in an application.\n\u003e\n\u003e \u003e example: create module with **.py**\\\n\u003e \u003e call a module using **import** statement\n\nModules can be either:\n\n1. Built in\n\n2. User-defined.\n\n## Module Used In Project:\n\n- Built in\n- - time |E.g. function: **time.sleep(sec)**\n    \u003e This module provides various time-related functions. For related functionality\n\n- - difflib |E.g. function: **get_close_matches**\n    \u003e get_close_matches(word, possibilities, n, cutoff) accepts four parameters: ... possibilities - the list in which to search for close matches of word. n (optional) - the maximum number of close matches to return\n\n- - json |E.g. function: **json.load**\n    \u003e json.load() takes a file object and returns the json object. A JSON object contains data in the form of key/value pair. The keys are strings and the values are the JSON type\n\n## How to run\n- Use terminal **cmd** or **bash**\n- To run a Python script, we have to write ‘python’ keyword before the file name in the command prompt.\n- - E.g python app.py\n\u003e Make sure you are in the right directory \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fullaskunder3%2Fselfpythonprac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fullaskunder3%2Fselfpythonprac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fullaskunder3%2Fselfpythonprac/lists"}