{"id":18542547,"url":"https://github.com/loneicewolf/basic-coding","last_synced_at":"2026-05-03T12:39:04.828Z","repository":{"id":244585903,"uuid":"815673390","full_name":"loneicewolf/basic-coding","owner":"loneicewolf","description":"a repo I make for my friend(s)!","archived":false,"fork":false,"pushed_at":"2024-06-15T20:19:38.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T05:09:07.269Z","etag":null,"topics":["json","postman","python"],"latest_commit_sha":null,"homepage":"","language":null,"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/loneicewolf.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":"2024-06-15T19:45:11.000Z","updated_at":"2024-06-15T20:19:41.000Z","dependencies_parsed_at":"2024-06-15T20:49:59.629Z","dependency_job_id":"9adc79da-21ca-43fa-9cf3-21e44d45a59a","html_url":"https://github.com/loneicewolf/basic-coding","commit_stats":null,"previous_names":["loneicewolf/basic-coding"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loneicewolf/basic-coding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2Fbasic-coding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2Fbasic-coding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2Fbasic-coding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2Fbasic-coding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loneicewolf","download_url":"https://codeload.github.com/loneicewolf/basic-coding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2Fbasic-coding/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264384389,"owners_count":23599612,"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":["json","postman","python"],"created_at":"2024-11-06T20:09:07.372Z","updated_at":"2026-05-03T12:38:59.782Z","avatar_url":"https://github.com/loneicewolf.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# basic-coding\nthis is for my friends! so I Will simplify things, to be somewhat inaccurate but more readable. `^_^`\n\n## `Estimated Time Left:` ~a few days / 4 days \n\nTODO - `BASICS OF`\n- [ ] `POSTMAN`\n- [ ] `PYTHON`\n- [ ] `JSON`\n- [ ] `HTML`\n\n\n\n\u003cdetails\u003e\u003csummary\u003e POSTMAN \u003c/summary\u003e\n\n  TODO\n  \n\u003c/details\u003e\n\n\n\n\u003cdetails\u003e\u003csummary\u003e PYTHON \u003c/summary\u003e\n\n\n```py\n# ==================== #\n## PRINT TEXT\n# print text! (all of the below prints out \"hello\")\nprint(\"hello\")\n\na=\"hello\"\nprint(a)\n\n# ==================== #\n\n\n\n# ==================== #\n## LOOPS\n# prints 0,1,2\nfor i in range(0,3):\n   print(i)\n\n# same, but all in one line\nfor i in range(0,3): print(i)\n\n\n## range\n# basically just defines a 'range',\n#  and the \"arguments\" (the input-dots of range(...)) is basically the START and END.\n\n# for i in range(0,10): print(i)\n# prints out 0 to 9\n##   (why not 0 to 10? cuz in computing terms 0 is a number,\n##    so \"0 is one\", \"1 is two\"(because we 'started' at 0)\n\n##  this is also called 'zero index based' where 0 is actually\n##  seen as \"1\" (a bit difficult to explain but, 0,1,2   is  \"equivalent\"\n##    or \"the same\"  as   1,2,3) \u003c- generally speaking\n# ==================== #\n\n\n# ==================== #\n\n# ==================== #\n```\n\n\n\n\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\u003csummary\u003e JSON \u003c/summary\u003e\n\n  TODO\n  \n\u003c/details\u003e\n\n\n\n\n\n\u003cdetails\u003e\u003csummary\u003e HTML \u003c/summary\u003e\n\n  TODO\n  \n\u003c/details\u003e\n\n\n\n# LEGEND\n\u003cdetails\u003e\u003csummary\u003e Click to expand a LEGEND list \u003c/summary\u003e\n\n- defines\n    - aka includes\n\n\n- python(python2, python3, ...)\n    - A programming language\n    - type: scripting language\n\n  \n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floneicewolf%2Fbasic-coding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floneicewolf%2Fbasic-coding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floneicewolf%2Fbasic-coding/lists"}