{"id":19691826,"url":"https://github.com/phume03/level-up-python","last_synced_at":"2025-07-03T17:07:47.517Z","repository":{"id":173144003,"uuid":"628303024","full_name":"phume03/Level-Up-Python","owner":"phume03","description":"These concise challenges let you stretch your brain and test your talents.","archived":false,"fork":false,"pushed_at":"2024-09-12T01:23:46.000Z","size":17113,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T14:41:53.451Z","etag":null,"topics":["codechallenge","linkedin-learning","pytest","python"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/learning/level-up-python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phume03.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":"2023-04-15T14:28:12.000Z","updated_at":"2025-02-20T02:58:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3978e1d6-ef8e-4c9b-888b-9c2683a38401","html_url":"https://github.com/phume03/Level-Up-Python","commit_stats":null,"previous_names":["phume03/level-up-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phume03%2FLevel-Up-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phume03%2FLevel-Up-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phume03%2FLevel-Up-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phume03%2FLevel-Up-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phume03","download_url":"https://codeload.github.com/phume03/Level-Up-Python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251473233,"owners_count":21595026,"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":["codechallenge","linkedin-learning","pytest","python"],"created_at":"2024-11-11T19:11:15.720Z","updated_at":"2025-04-29T09:31:13.740Z","avatar_url":"https://github.com/phume03.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Challenges (Level Up) #\n\n## Level Up Python by LinkdedIn Learning ##\n\nA part of this repository contains my solutions to the challenges presented in the [LinkedIn Learning](https://www.linkedin.com/learning/) course [Level Up: Python](https://www.linkedin.com/learning/level-up-python/). They are as follows: \n\n1. Prime Factors: produce the prime factorization of a given number\n\n2. Palindrome: determine if a given string/phrase/sentence is a palindrome\n\n3. Sort String: alphabetically sort the words in a given phrase/sentence (ignoring case)\n\n4. Find All List Items: find all the indices (indexes) of a given word/item in a list. Include nested references to the word in the sublists of the initial list\n\n5. Play the Waiting Game: use python time to determine if a user playing a game follows a simple instruction or game prompt to wait a random number of seconds between two to four seconds.\n\n6. Save a Dictionary: save a dictionary to disk and load the dictionary from disk.\n\n7. Schedule a Function: \n\n8. Send an Email\n\n9. Simulate Dice\n\n10. Count Unique Words\n\n11. Generate a Password\n\n12. Merge CSV Files\n\n13. Solve a Sudoku\n\n14. Build a Zip Archive\n\n15. Download Sequential Files\n\n## Matthew Whiteside's Python Programming Puzzles ##\n\nThe other part contains solutions to a collection of puzzles curated by [MatWhiteside](https://github.com/MatWhiteside/python-puzzle-book/). The code here was not cloned from Whiteside\\'s repo but you can visit that repo to get skeleton/scaffold code and solutions to the puzzles as presented in the book. This code was created using python3.x (\u003e3.12), and VSCode.\n\n### Challenge Puzzles ###\n\n1. Filter Strings: filter a list of strings by strings containing the letter \"a\". Parametrized tested.\n\n2. Sum Under 50: sum up two integers if their total is less than 50. Parameterized tested for illegal inputs/negative test cases, and edge cases. \n\n3. Sum Even:\n\n50+ puzzles\n\n\n### Fun Puzzles ###\n\n\n\n\n## Others ##\n\n1. String Punctuation: defines functions that take in an input string and return true if the string contains a punctuation, and false if it doesn't.\n\n2. Running Averages: defines functions that take in an (x,y) data set and produce an (x,y,y1) tuple, where y1 is the running average of y.\n\n\n## Requirements ##\n\nFor these modules to work, you will need to have [Python](https://www.python.org) \u003e= 3.12. Then you need to install the pytest library. You can do this by using `pip`, and you can run it in a Python virtual environment so as not to affect your system files (especially if your system will be using a lower version of python in general):\n\n```console\n$ python -m venv devenv\n$ source devenv/bin/activate\n$ python -m pip install pytest\n```\n\nYou really can run the examples without pytest, but you will need it to run the automated test cases.\n\n## How to Run Examples ##\n\nTo run scripts or modules from your system's command line or terminal, execute the following command:\n\n```console\n$ python \u003cscript-name\u003e.py\n```\n\nRun this from the project directory and it will automatically pick pycalc to install in editable mode.\n\n\n## License ##\n\nThis project is distributed under the GPL license. See `LICENSE` for more information.\n\n## Resources ##\n\n+ [Level Up Python](https://github.com/LinkedInLearning/level-up-advanced-python-3213390)\n\n+ [Python Testing with Pytest](https://docs.pytest.org/en/7.1.x/)\n\n+ [Python 3.12 Reference](https://docs.python.org/3/)\n\n+ [Programming Puzzles Github Repo](https://github.com/MatWhiteside/python-puzzle-book/)\n\n+ [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphume03%2Flevel-up-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphume03%2Flevel-up-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphume03%2Flevel-up-python/lists"}