{"id":19321476,"url":"https://github.com/burhanahmed1/python","last_synced_at":"2025-08-18T05:42:59.468Z","repository":{"id":249473620,"uuid":"831619923","full_name":"burhanahmed1/Python","owner":"burhanahmed1","description":"Practice tasks for complete Python programming language, including OOP and DSA concepts.","archived":false,"fork":false,"pushed_at":"2024-07-26T04:56:13.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T05:29:42.611Z","etag":null,"topics":["dictionary","dsa-algorithm","dsa-practice","exception-handling","file-io","functions","if-elif-else","lambda","lists","loops","object-oriented-programming","python","python-practice-questions","python-programming","recursion","sets","strings","tuples"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/burhanahmed1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-21T05:45:36.000Z","updated_at":"2024-08-08T15:47:51.000Z","dependencies_parsed_at":"2025-01-06T05:27:33.254Z","dependency_job_id":"7dc5b38c-2235-4108-92c8-754f362e5d36","html_url":"https://github.com/burhanahmed1/Python","commit_stats":null,"previous_names":["burhanahmed1/python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burhanahmed1/Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burhanahmed1","download_url":"https://codeload.github.com/burhanahmed1/Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FPython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270951158,"owners_count":24674003,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":["dictionary","dsa-algorithm","dsa-practice","exception-handling","file-io","functions","if-elif-else","lambda","lists","loops","object-oriented-programming","python","python-practice-questions","python-programming","recursion","sets","strings","tuples"],"created_at":"2024-11-10T01:37:26.435Z","updated_at":"2025-08-18T05:42:59.430Z","avatar_url":"https://github.com/burhanahmed1.png","language":"Python","readme":"# Python Practice Repository\n\nWelcome to my Python Practice Repository! This repository is a collection of various Python practice tasks that I've solved. Each folder is dedicated to a specific topic in Python, containing tasks and solutions to help deepen understanding and improve skills.\n\n## Table of Contents\n\n- [Strings](#strings)\n- [Lists \u0026 Tuples](#lists--tuples)\n- [Dictionaries \u0026 Sets](#dictionaries--sets)\n- [If-Else Conditions](#if-else-conditions)\n- [Loops](#loops)\n- [Functions \u0026 Recursion](#functions--recursion)\n- [File I/O](#file-io)\n- [Object-Oriented Programming (OOP)](#object-oriented-programming-oop)\n\n## Strings\n\nThis folder contains various tasks related to string manipulation in Python. You'll find exercises on slicing, concatenation, formatting, and more.\n\n## Lists \u0026 Tuples\n\nIn the Lists \u0026 Tuples folder, I've tackled exercises involving list and tuple operations. Tasks include indexing, slicing, sorting, and using list comprehensions.\n\n## Dictionaries \u0026 Sets\n\nExplore tasks related to dictionaries and sets in this folder. Exercises cover key-value pair operations, set operations, and common methods used with these data structures.\n\n## If-Else Conditions\n\nThis section contains practice tasks that focus on conditional statements. You'll find exercises on using if, elif, and else statements to control the flow of your programs.\n\n## Loops\n\nThe Loops folder includes tasks that involve different types of loops in Python, such as for loops and while loops. Exercises help understand iteration and looping through various data structures.\n\n## Functions \u0026 Recursion\n\nHere, I've solved tasks related to defining and using functions, as well as implementing recursive solutions. Exercises include parameter passing, return values, and recursive problem-solving techniques.\n\n## File I/O\n\nThis folder contains tasks related to file input and output operations. Exercises cover reading from and writing to files, handling different file types, and managing file exceptions.\n\n## Object-Oriented Programming (OOP)\n\nIn the OOP folder, you'll find exercises that deal with the principles of object-oriented programming. Tasks include creating classes \u0026 objects, defining methods. Inheritence, Abstraction, Polymorphism and Encapsulation.\n\n## Contributing\n\nFeel free to fork this repository and contribute by adding more practice tasks or improving existing solutions. Pull requests are welcome!\n\n## License\n\nThis repository is open-source and available under the MIT License. Feel free to use the code for your own learning and projects.\n\n---\n\nHappy coding! If you have any questions or suggestions, please don't hesitate to reach out.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburhanahmed1%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburhanahmed1%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburhanahmed1%2Fpython/lists"}