{"id":30252256,"url":"https://github.com/aritrac1/python","last_synced_at":"2026-06-30T12:31:56.252Z","repository":{"id":305456972,"uuid":"1005907358","full_name":"AritraC1/Python","owner":"AritraC1","description":"This repo covers Python fundamentals, OOP, DSA, multithreading, exception handling, file I/O, and key libraries like collections and itertools. It includes real-world projects and coding challenges from LeetCode and other sources to boost problem-solving and Python skills.","archived":false,"fork":false,"pushed_at":"2026-03-03T12:22:44.000Z","size":2494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-03T15:45:31.099Z","etag":null,"topics":["concurrency","dsa","dsa-in-python","exception-handling","file-handling-in-python","hackerrank-solutions","hands-on-projects","leetcode-python","multithreading","oop","oops-in-python","problem-solving","projects","python","python-fundamentals","python-mastery","python-projects","python3","standard-libraries","standard-library"],"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/AritraC1.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-21T04:11:53.000Z","updated_at":"2026-03-03T12:22:48.000Z","dependencies_parsed_at":"2025-07-20T09:18:26.135Z","dependency_job_id":"91956c44-a3df-4541-914b-e570dee793d9","html_url":"https://github.com/AritraC1/Python","commit_stats":null,"previous_names":["aritrac1/python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AritraC1/Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2FPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2FPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2FPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2FPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AritraC1","download_url":"https://codeload.github.com/AritraC1/Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2FPython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34967614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["concurrency","dsa","dsa-in-python","exception-handling","file-handling-in-python","hackerrank-solutions","hands-on-projects","leetcode-python","multithreading","oop","oops-in-python","problem-solving","projects","python","python-fundamentals","python-mastery","python-projects","python3","standard-libraries","standard-library"],"created_at":"2025-08-15T11:41:19.894Z","updated_at":"2026-06-30T12:31:56.234Z","avatar_url":"https://github.com/AritraC1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python\n\n## Introduction\nThis repo covers Python fundamentals, OOP, DSA, multithreading, exception handling, file I/O, and key libraries like collections and itertools. It includes real-world projects and coding challenges (LeetCode, HackerRank).\n\n## Topics Covered\n\n### Python Fundamentals\n- Variables, data types, and operators\n- Control flow (if-else, loops)\n- Functions and scope\n- Built-in functions and modules\n\n### Object-Oriented Programming (OOP)\n- Classes and objects\n- Inheritance and polymorphism\n- Encapsulation and abstraction\n- Special methods (__init__, __str__, etc.)\n\n### Data Structures \u0026 Algorithms (DSA)\n- Arrays, Linked Lists, Stacks, Queues\n- Trees, Graphs, Heaps, Hash Tables\n- Sorting and Searching algorithms\n- Recursion and Dynamic Programming\n\n### Multithreading\n- Thread creation and management\n- Thread synchronization and locks\n- Use cases and performance considerations\n\n### Exception Handling\n- Try, except, finally\n- Raising custom exceptions\n- Best practices for error handling\n\n### File I/O\n- Reading and writing files\n- Working with different file formats (.txt, .csv, .json)\n- Context managers\n\n### Standard Libraries\n- collections (Counter, defaultdict, deque, etc.)\n- itertools (combinations, permutations, groupby, etc.)\n\n## Projects\n\n| **Project Name**         | **Description**                               | **Key Features**                                               | **Technology Used**            | **Concepts Covered**                              |\n|----------------------|-------------------------------------------|------------------------------------------------------------|----------------------------|-----------------------------------------------|\n| Snake Water Gun Game | Rock-paper-scissors style game variant    | User vs computer, score tracking, multiple rounds          | Python standard library    | Conditionals, Random, Loops, Input/Output     |\n| Password Generator   | A tool to create strong, secure passwords | Customizable length, includes symbols/numbers/letters, copy to clipboard | Python standard library | Random module, string manipulation, user input |\n\n## Resources\n\n### YouTube Channels\n\n| **Channel**               | Description             | Link                                                                                                                                                                          |\n|---------------------------|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Chai aur Code**         | Python in-depth (Hindi) | [Part 1](https://www.youtube.com/watch?v=v9bOWjwdTlg\u0026t=17417s\u0026ab_channel=ChaiaurCode) • [Part 2](https://www.youtube.com/watch?v=Cri8__uGk-g\u0026t=13997s\u0026ab_channel=ChaiaurCode) |\n| **Programming with Mosh** | Python in one video     | [Watch Here](https://www.youtube.com/watch?v=K5KVEU3aaeQ\u0026t=1118s\u0026pp=ygUGUHl0aG9u)                                                                                             |\n\n## Getting Started\n\nClone the repository:\n```bash\ngit clone https://github.com/AritraC1/Python.git\ncd python\n```\n\n## Keep Learning\n“The only way to learn a new programming language is by writing programs in it.” — Dennis Ritchie\n\n---\n\nHappy Coding! ✨","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faritrac1%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faritrac1%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faritrac1%2Fpython/lists"}