{"id":16735215,"url":"https://github.com/ms8909/master-python-for-data-science","last_synced_at":"2026-01-02T14:40:55.486Z","repository":{"id":48584665,"uuid":"368212459","full_name":"ms8909/Master-Python-for-Data-Science","owner":"ms8909","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-08T22:17:52.000Z","size":6574,"stargazers_count":8,"open_issues_count":2,"forks_count":19,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T23:26:48.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ms8909.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}},"created_at":"2021-05-17T14:19:29.000Z","updated_at":"2025-01-28T16:36:01.000Z","dependencies_parsed_at":"2022-09-03T10:00:44.030Z","dependency_job_id":null,"html_url":"https://github.com/ms8909/Master-Python-for-Data-Science","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/ms8909%2FMaster-Python-for-Data-Science","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms8909%2FMaster-Python-for-Data-Science/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms8909%2FMaster-Python-for-Data-Science/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms8909%2FMaster-Python-for-Data-Science/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ms8909","download_url":"https://codeload.github.com/ms8909/Master-Python-for-Data-Science/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790945,"owners_count":20348378,"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-10-13T00:05:18.987Z","updated_at":"2026-01-02T14:40:55.455Z","avatar_url":"https://github.com/ms8909.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevNation-BatchJuly-WebDev-Python\n\n## Labs\n\n1. No Lab\n2. May 17 Questions Online link: https://docs.google.com/document/d/1i0UXuJuymoZ1z30jYOgTw5Y7vxftNKld-GboqI1jpds/edit\n3. May 19 Questions Online link: https://docs.google.com/document/d/1hVMeyFw-UukbRsAyXDAruxViC1J14ZB_yok5GS6WfPI/edit\n4. May 21 Questions Online link: https://docs.google.com/document/d/1toDHvN7dcvI6nv2hEidJ3nuqIcjQRrN7WFqOogDVqGk/edit?usp=sharing\n5. May 26 Questions Online link: https://docs.google.com/document/d/1S0R4HmcDzddYvPX2ZYUCUNiDDB2s1qmWcBZ4_dFIKxw/edit?usp=sharing\n6. May 28 Questions Online link: https://docs.google.com/document/d/1tHmlUnwIdP8fxmdwWte_q1O9QOtslKBF1ZSh41h3MtI/edit?usp=sharing\n7. May 31, June 4 Questions Online link: https://docs.google.com/document/d/1nsm0j8roYb70v7WDDGxaAkD_8oqbObLRD8uSdJDUXUw/edit?usp=sharing\n8. June 7 Questons Online link: https://docs.google.com/document/d/1mOzT5XjomtPtdmbAgZnSfjCn5YSoYAVO-Ia6gt971tw/edit?usp=sharing\n9. June 9 TEST instructions: https://docs.google.com/document/d/16KeCB8MGg4xMg6jtmI0gJ45c4dJwOp4rn3DCe3GbH0w/edit?usp=sharing\n10. June 11 Hackerrank questions ( Go to Practice -\u003e Problem Solving -\u003e Algorithm )(https://www.hackerrank.com/domains/algorithms) [Solve first 5 questions]\n11. June 14 Hackerrank questions ( Go to Practice -\u003e Problem Solving -\u003e Algorithm )(https://www.hackerrank.com/domains/algorithms) [Solve first 8 questions]\n12. June 16 Hackerrank questions ( Go to Practice -\u003e Problem Solving -\u003e Algorithm )(https://www.hackerrank.com/domains/algorithms) [Solve first 13 questions] [Apple and Oranges, Number Line Jumps, Between two sets, Breaking the record, Subarray Division]\n13. June 18 Hackerrank questions ( Go to Practice -\u003e Problem Solving -\u003e Algorithm )(https://www.hackerrank.com/domains/algorithms) [Solve first 16 questions] [Divisible Sum Pairs, Migratory Birds, Day of the Programmer]\n14. June 21. Watch this video https://www.youtube.com/watch?v=BcfGWi8Qywk and fix your Linedin Profile.\n15. June 21 Hackerrank questions ( Go to Practice -\u003e Problem Solving -\u003e Algorithm )(https://www.hackerrank.com/domains/algorithms) [Solve first 16 questions] [Bill Division, Sales by Match, Drawing book, Counting Valleys, Electronics Shop]\n\n\n\n# Command Prompt\n\n### To create a new folder\n\n\n```sh\nmkdir foldername\n```\n\n### To change folder\n\n```sh\ncd foldername\n```\n\n\n### To go back in the folder\n```sh\ncd ../\n```\n\n\n### To view subfolders and files in the current folder\n\n```sh\ndir\n```\nIn Mac OS\n```sh\nls\n```\n\n\n# Git Commands\n\n### To clone a repo\n```sh\ngit clone REPO-LINK\n```\n\n\n### To check all branches\n```sh\ngit branch\n\n```\n\n### To check our current branch\n```sh\ngit branch\n```\n\n\n### To create a new branch (Only need to do this first time)\n```sh\ngit checkout -b BRANCH-NAME\n```\n\n\n### To switch to another branch\n```sh\ngit checkout BRANCH-NAME\n```\n### Create a folder with this format \n```sh\n[folder number][date]\n```\n```sh\n2.June20\n```\n### Create a separate file for each question.\n```sh\nq1.py\n```\n```sh\nq2.py\n```\n\n## To push your code on Github in your branch\n```sh\ngit checkout BRANCH-NAME\n```\n\n```sh\ngit add .\n```\n```sh\ngit commit -m \"ADD YOUR MESSAGE\"\n```\n```sh\ngit push origin BRANCH-NAME\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fms8909%2Fmaster-python-for-data-science","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fms8909%2Fmaster-python-for-data-science","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fms8909%2Fmaster-python-for-data-science/lists"}