{"id":22015170,"url":"https://github.com/ranitmanik/python-crash-course-cwh","last_synced_at":"2025-03-23T08:43:58.430Z","repository":{"id":193369487,"uuid":"672881873","full_name":"RanitManik/Python-Crash-Course-cwh","owner":"RanitManik","description":"This repository contains a diverse set of Python projects, scripts, and experiments that were developed as part of the Python Crash Course offered by CodeWithHarry. Feel free to explore the code and documentation to gain insights into various Python concepts and practical applications. If you have any questions or suggestions, please don't hesitate","archived":false,"fork":false,"pushed_at":"2024-03-23T10:16:38.000Z","size":966,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T19:46:57.374Z","etag":null,"topics":["assignment","code-practice","codewithharry","coding","course","learn-to-code","learning","learning-by-doing","learning-python","opencv","opencv-python","project","python","python-script","python3"],"latest_commit_sha":null,"homepage":"https://youtu.be/fqF9M92jzUo?si=2zUqsmPTL7O_E24-","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/RanitManik.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}},"created_at":"2023-07-31T11:33:32.000Z","updated_at":"2024-08-05T17:08:59.000Z","dependencies_parsed_at":"2024-01-08T16:08:15.513Z","dependency_job_id":"837fbc23-0057-4aad-9243-057d2290fc06","html_url":"https://github.com/RanitManik/Python-Crash-Course-cwh","commit_stats":null,"previous_names":["ranitmanik/python-wizardry","ranitmanik/python-crash-course","ranitmanik/python-crash-course-codewithharry","ranitmanik/python-crash-course-cwh"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FPython-Crash-Course-cwh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FPython-Crash-Course-cwh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FPython-Crash-Course-cwh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FPython-Crash-Course-cwh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RanitManik","download_url":"https://codeload.github.com/RanitManik/Python-Crash-Course-cwh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245078145,"owners_count":20557279,"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":["assignment","code-practice","codewithharry","coding","course","learn-to-code","learning","learning-by-doing","learning-python","opencv","opencv-python","project","python","python-script","python3"],"created_at":"2024-11-30T04:19:47.720Z","updated_at":"2025-03-23T08:43:58.408Z","avatar_url":"https://github.com/RanitManik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e Python Crash Course by CodeWithHarry\u003c/h1\u003e\n\u003c/div\u003e\n\n![hq720](https://github.com/RanitManik/Python-Wizardry-CodeWithHarry/assets/138437760/86142520-6ed0-46ab-8659-c959a415f0a9)\n\nWelcome to Python Crash Course, where we delve into the enchanting world of Python programming! This repository is a collection of my Python assignments, projects, and spellbinding code creations from the Python crash course by CodeWithHarry. Immerse yourself in the realm of algorithms, data structures, and Python sorcery, which showcases my journey as a Python wizard.\n\n## Table of Contents\n\n- [Topics](#topics)\n- [Resources](#resources)\n- [My Mission](#my-mission-is-to)\n- [Getting Started](#getting-started)\n- [Contact](#contact)\n- [Acknowledgments](#acknowledgments)\n- [License](#license)\n\n## Topics\n\n| #   | Topic                                     | Description                                           | Status      |\n| --- | ----------------------------------------- | ----------------------------------------------------- | ----------- |\n| 1   | Installation                             | Setting up Python on your machine.                    | Completed   |\n| 2   | Setting up a Python Project               | Preparing your environment for Python development.   | Completed   |\n| 3   | Our First Program: \"Hello World\"          | Writing and running your first Python program.       | Completed   |\n| 4   | Comments                                  | Understanding and using comments in Python.          | Completed   |\n| 5   | Variables                                 | Working with variables in Python.                     | Completed   |\n| 6   | Typecasting                               | Converting data types in Python.                      | Completed   |\n| 7   | Operators in Python                       | Exploring different operators in Python.             | Completed   |\n| 8   | Modules and Pip                           | Managing Python packages and modules.                 | Completed   |\n| 9   | Download Handwritten Notes                | Accessing course materials and notes.                | Completed   |\n| 10  | String and String Methods                 | Manipulating and working with strings.               | Completed   |\n| 11  | User Input in Python                      | Accepting user input in Python.                      | Completed   |\n| 12  | List \u0026 List Methods                       | Understanding lists and their methods.              | Completed   |\n| 13  | Tuple and Tuple Methods                   | Exploring tuples and their methods.                  | Completed   |\n| 14  | Set and Set Methods                       | Working with sets and their methods.                 | Completed   |\n| 15  | Dictionary \u0026 Dictionary Methods           | Handling dictionaries in Python.                    | Completed   |\n| 16  | if-else Statements                        | Making decisions with conditional statements.      | Completed   |\n| 17  | Match case                                | Using the `match` case in Python.                    | Completed   |\n| 18  | for Loop                                  | Iterating over sequences with the `for` loop.       | Completed   |\n| 19  | while Loop                                | Implementing loops with the `while` loop.           | Completed   |\n| 20  | Functions                                 | Defining and using functions in Python.             | Completed   |\n| 21  | Exception Handling                        | Managing exceptions and errors in Python.           | Completed   |\n| 22  | File I/O                                  | Reading from and writing to files in Python.        | Completed   |\n| 23  | OOPs                                      | Introduction to Object-Oriented Programming         | Completed |\n| 24  | Project 1: Robo Speaker                   | Building a Robotic Speaker using Python.            | Completed   |\n| 25  | Project 2: Weather App                    | Creating a Weather Application in Python.           | Completed   |\n| 26  | Project 3: Image Resizer                  | Developing an Image Resizer using Python.           | Completed   |\n| 27  | Project 4: PDF Merger                     | Building a PDF Merger application in Python.        | Completed   |\n| 28  | Project 5: Facial Recognition Attendance System | Implementing a Facial Recognition Attendance System.| Completed |\n| 29  | Conclusion and where to go from here       | Wrapping up the course and suggesting further steps.| Completed   |\n\n\n## Resources\n\n* [Python Tutorial](https://youtu.be/fqF9M92jzUo?si=mKAZ9WnS97VsjvM0)\n* [PyCharm Community Edition](https://jb.gg/getPyCharm)\n* [PyCharm Free Student License](https://jb.gg/GetStudentLicense)\n\n## My Mission is to\n\n- inspire others to embrace the power of Python,\n- share knowledge and insights about Python techniques and best practices,\n- cast magical Python spells through creative projects and experiments.\n\n## Getting Started\n\nTo explore this repository, follow these steps:\n\n- **Clone** the repository:\n\n   ```bash\n   git clone https://github.com/RanitManik/Python-Crash-Course-cwh.git\n   ```\n\n- **Add This repo as Remote**:\n\n   ```bash\n   git remote add origin https://github.com/RanitManik/Python-Crash-Course-cwh.git\n   ```\n\n- **Create and Switch to Your Branch**:\n\n   ```bash\n   git checkout -b YourBranchName\n   ```\n\n- **Push your changes** to this branch:\n\n   ```bash\n   git push --set-upstream origin DEV/{your_name}/{in which you working on}\n   ```\n   \n## Contact\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003e\u003c/th\u003e\n    \u003cth\u003eSocial Media\u003c/th\u003e\n    \u003cth\u003eUsername\u003c/th\u003e\n    \u003cth\u003eLink\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://cdn4.iconfinder.com/data/icons/social-media-logos-6/512/112-gmail_email_mail-512.png\" width=\"20\" /\u003e\u003c/td\u003e\n    \u003ctd\u003eEmail\u003c/td\u003e\n    \u003ctd\u003e\u003ccode\u003eranitmanik.dev@gmail.com\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"mailto:ranitmanik.dev@gmail.com\" target=\"_blank\"\u003eEmail\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/480px-LinkedIn_logo_initials.png\" width=\"20\" /\u003e\u003c/td\u003e\n    \u003ctd\u003eLinkedIn\u003c/td\u003e\n    \u003ctd\u003e\u003ccode\u003eRanit Manik\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://www.linkedin.com/in/ranit-manik/\" target=\"_blank\"\u003eLinkedIn\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/600px-Instagram_icon.png\" width=\"20\" /\u003e\u003c/td\u003e\n    \u003ctd\u003eInstagram\u003c/td\u003e\n    \u003ctd\u003e\u003ccode\u003eranit_manik_\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://www.instagram.com/ranit_manik_/\" target=\"_blank\"\u003eInstagram\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/6/6c/Facebook_Logo_2023.png\" width=\"20\" /\u003e\u003c/td\u003e\n    \u003ctd\u003eFacebook\u003c/td\u003e\n    \u003ctd\u003e\u003ccode\u003eRanitKumarManik\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://www.facebook.com/RanitKumarManik/\" target=\"_blank\"\u003eFacebook\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Logo_of_Twitter.svg/512px-Logo_of_Twitter.svg.png\" width=\"20\" /\u003e\u003c/td\u003e\n    \u003ctd\u003eTwitter\u003c/td\u003e\n    \u003ctd\u003e\u003ccode\u003eRANIT_MANIK\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://twitter.com/RANIT_MANIK\" target=\"_blank\"\u003eTwitter\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Acknowledgments\n\nI express my gratitude to the Python community and the extensive array of resources that have played a pivotal role in fostering my development as a Python programmer. In particular, I want to extend a special thanks to Harish sir (CodeWithHarry) for his exceptional course, which comprehensively addresses all fundamental and crucial aspects of Python programming.\n\nThank you for joining me on this magical adventure through Python-Crash Course. Together, we can harness the power of Python and weave wonders through code!\n\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franitmanik%2Fpython-crash-course-cwh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franitmanik%2Fpython-crash-course-cwh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franitmanik%2Fpython-crash-course-cwh/lists"}