{"id":26373852,"url":"https://github.com/omonimus1/chicken_wings_and_python","last_synced_at":"2025-10-13T14:39:32.268Z","repository":{"id":40591015,"uuid":"223680663","full_name":"omonimus1/chicken_wings_and_PYTHON","owner":"omonimus1","description":"Repo with most of my exercises and projects created while learning-by-doing Python during my sleepless night spent coding.","archived":false,"fork":false,"pushed_at":"2020-11-19T01:38:57.000Z","size":46,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T02:38:37.882Z","etag":null,"topics":["beginner-python","coding-interview-challenges","console-game","data-structures-python","exercises-solutions","hackerank","leap-year","learning-by-doing","learning-python","paper-rock-scissors","python","python-learn-exercises","python-learning-notes","python3","rock-scissor","xrange"],"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/omonimus1.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":"2019-11-24T02:15:30.000Z","updated_at":"2024-03-09T09:18:38.000Z","dependencies_parsed_at":"2022-09-23T14:51:55.450Z","dependency_job_id":null,"html_url":"https://github.com/omonimus1/chicken_wings_and_PYTHON","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/omonimus1%2Fchicken_wings_and_PYTHON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omonimus1%2Fchicken_wings_and_PYTHON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omonimus1%2Fchicken_wings_and_PYTHON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omonimus1%2Fchicken_wings_and_PYTHON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omonimus1","download_url":"https://codeload.github.com/omonimus1/chicken_wings_and_PYTHON/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243957587,"owners_count":20374710,"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":["beginner-python","coding-interview-challenges","console-game","data-structures-python","exercises-solutions","hackerank","leap-year","learning-by-doing","learning-python","paper-rock-scissors","python","python-learn-exercises","python-learning-notes","python3","rock-scissor","xrange"],"created_at":"2025-03-17T01:29:16.533Z","updated_at":"2025-10-13T14:39:27.249Z","avatar_url":"https://github.com/omonimus1.png","language":"Python","readme":"\n## Chicken wings and python\n\n1. [What you can find in this repository](#What-you-can-find-in-this-repository)\n2. [How to Contribute](#How-to-contribute)\n3. [System requirements](#Requirements)\n4. [Let's connect with me](#Connect-with-me)\n\n## Support me\n[Paypal Me](https://www.paypal.com/paypalme/davidepollicino7?locale.x=en_US)\n\u003c/br\u003e\u003c/br\u003e\n\u003ca href=\"https://www.buymeacoffee.com/omonimus1\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n## What you can find in this repository\n1. [Personal Projects in Python](#Personal-Projects)\n2. [Data structures in Python](#Data-structures-in-Python)\n3. [Coding exercises and games](#Coding-exercises-and-games)\n4. [Few of the coding interview experienced](#few-of-the-coding-Inteview-questons-experienced)\n5. [HackerRank Solutions](#HackerRank-solutions)\n6. [Popular Python interview question](#Popular-coding-interview-questions)\n\n## Personal Projects\n\n|    Name  |  Source code       |\n|----------|:----------------:|\n| Vocal Personal Assistant |[try it](personal-assistant/README.md)|\n| Byte of Computer vision  |[try it](computer-vision/README.md)|\n\n## Data structures in Python \n\n|    Name  |  Source code       |\n|----------|:----------------:|\n|Array |[try it](algorithm_and_datastructure/array.py)|\n|List built in implementations |[try it](algorithm_and_datastructure/list_methods_implementation.py)|\n|Stack|[try it](algorithm_and_datastructure/stack.py)|\n|Queue |[try it](algorithm_and_datastructure/queue.py)|\n|Binary Search Tree|[try it](algorithm_and_datastructure/binarySearchTree.py)|\n\n## Coding exercises and games\n\n|    Name  |  Source code       |\n|----------|:----------------:|\n|Rock Scissor or Paper game|[try it](rock_scissor_paper/rock_scissor_paper.py)|\n|Leap year|[try it](LeapYear/leapYear.py)|\n|Guess the number game|[try it](guess_the_number/guessTheNumber.py)|\n|Calculate distance between any two points|[try it](distance/points.py)|\n|Circle object in Python (OOP)|[try it](oop/circle.py)|\n|I/O operations on a file|[try it](io_in_file/io_file_operations.py)|\n\n## few of the coding Inteview questons experienced \n\n|    Name  |  Source code       |\n|----------|:----------------:|\n|Write a coding example using ternary operator|[try it](ternary_operator/ternary_operator.py)|\n|List|[try it](algorithm_and_datastructure/list_compression.py)|\n|List compression|[try it](algorithm_and_datastructure/list_compression.py)|\n|Palindome check|[try it](Palindrom_checking/palindrome_string.py)|\n|From word to number |[try it](DPOneySolution.py)|\n|Convert number in binary, string and hexadecimal|[try it](number_converter/number_converter.py)|\n\n## HackerRank solutions\n\n|    Name  |  Source code       |\n|----------|:----------------:|\n| All my hackerank solutions|[View solutions](https://github.com/omonimus1/HackerRank-Solutions#Python)|\n\n\n## Popular coding interview questions\n* [Difference between range and xrange](xrange_or_range/xrange_or_range.py)\n* [40 Python Interview questions](https://www.guru99.com/python-interview-questions-answers.html)\n* [Top 100 python Interview questions](https://www.edureka.co/blog/interview-questions/python-interview-questions/)\n* [String Management](https://www.thelearningpoint.net/computer-science/learning-python-programming-and-data-structures/learning-python-programming-and-data-structures--tutorial-12--string-manipulation)\n\n\n## How to contribute\n1. Fork the repository\n2. Do the desired changes (add/delete/modify)\n3. Make a pull request\n\n## Mind that\nConstructive criticisms or code reviews of any kind are very much welcome.\n\nIf you have any questions about the solutions you can find here, feel free to contact me at: [davidepollicino2015@gmail.com](mailto:davidepollicino2015@gmail.com?subject=[GitHub]%ChickenWingsAndPythonRepo)\n\n## Requirements\n\n* Python interpreter\n\n\n## Connect with me\n\n* [davidepollicino2015@gmail.com](mailto:davidepollicino2015@gmail.com?subject=[GitHub]%20CompetitiveProgrammigGuide)\n* [Linkedin](https://www.linkedin.com/in/davidepollicino7/)\n* [www.davidepollicino.com](http://davidepollicino.com/)\n","funding_links":["https://www.paypal.com/paypalme/davidepollicino7?locale.x=en_US","https://www.buymeacoffee.com/omonimus1"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomonimus1%2Fchicken_wings_and_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomonimus1%2Fchicken_wings_and_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomonimus1%2Fchicken_wings_and_python/lists"}