{"id":19956600,"url":"https://github.com/abhinavkorpal/python","last_synced_at":"2026-04-28T17:32:04.805Z","repository":{"id":43249466,"uuid":"97442353","full_name":"abhinavkorpal/Python","owner":"abhinavkorpal","description":"Python is a widely used high-level programming language for general-purpose programming.","archived":false,"fork":false,"pushed_at":"2023-10-03T21:13:58.000Z","size":1504,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T13:06:23.477Z","etag":null,"topics":["aws","aws-sdk","cloud","cloud-management","python","python-script","python2","python3"],"latest_commit_sha":null,"homepage":"","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/abhinavkorpal.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":"2017-07-17T06:28:31.000Z","updated_at":"2021-11-30T03:25:39.000Z","dependencies_parsed_at":"2025-03-01T15:44:10.964Z","dependency_job_id":"3283abb9-50cd-4354-a7f6-41d90120e5ce","html_url":"https://github.com/abhinavkorpal/Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhinavkorpal/Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavkorpal%2FPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavkorpal%2FPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavkorpal%2FPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavkorpal%2FPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhinavkorpal","download_url":"https://codeload.github.com/abhinavkorpal/Python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavkorpal%2FPython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aws","aws-sdk","cloud","cloud-management","python","python-script","python2","python3"],"created_at":"2024-11-13T01:34:57.621Z","updated_at":"2026-04-28T17:32:04.790Z","avatar_url":"https://github.com/abhinavkorpal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Python\n\nPython is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy which emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly brackets or keywords), and a syntax which allows programmers to express concepts in fewer lines of code than might be used in languages such as C++ or Java.The language provides constructs intended to enable writing clear programs on both a small and large scale.\n\nPython features a dynamic type system and automatic memory management and supports multiple programming paradigms, including object-oriented, imperative, functional programming, and procedural styles. It has a large and comprehensive standard library.\n\nPython interpreters are available for many operating systems, allowing Python code to run on a wide variety of systems. CPython, the reference implementation of Python, is open source software and has a community-based development model, as do nearly all of its variant implementations. CPython is managed by the non-profit Python Software Foundation.\n\n\n## [pdb — The Python Debugger](https://docs.python.org/3/library/pdb.html)\n\n```python\nimport pdb\npdb.set_trace()\n```\n\n## [AWS Named Profiles](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)\n\n##### `~/.aws/credentials (Linux \u0026 Mac) or %USERPROFILE%\\.aws\\credentials (Windows)`\n```shell\n[default]\naws_access_key_id=AKIAIOSFODNN7EXAMPLE\naws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY\n\n[user1]\naws_access_key_id=AKIAI44QH8DHBEXAMPLE\naws_secret_access_key=je7MtGbClwBF/2Zp9Utk/h3yCo8nvbEXAMPLEKEY\n```\n##### `~/.aws/config (Linux \u0026 Mac) or %USERPROFILE%\\.aws\\config (Windows)`\n```shell\n[default]\nregion=us-west-2\noutput=json\n\n[profile user1]\nregion=us-east-1\noutput=text\n```\n\n# Python Request\n\n### Python3 Status Codes Response\n\n\u003cimg src=\"https://github.com/abhinavkorpal/Python/blob/master/images/requeststatuscode.png\" height=\"700\" width=\"700\"/\u003e\n\n### Python3 Content \u0026 Headers Response\n\n\u003cimg src=\"https://github.com/abhinavkorpal/Python/blob/master/images/requestcontentheadersscript.png\" height=\"700\" width=\"500\"/\u003e\n\n### Python3 HTTP Methods\n\n\u003cimg src=\"https://github.com/abhinavkorpal/Python/blob/master/images/httpmethod.png\" height=\"700\" width=\"700\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinavkorpal%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinavkorpal%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinavkorpal%2Fpython/lists"}