Skip to content

phume03/Level-Up-Python

Repository files navigation

#Level Up: Python#

This is the repository for the LinkedIn Learning course Level Up: Python and contains my solutions to the challenges presented in the course.

  1. Prime Factors: produce the prime factorization of a given number

  2. Palindrome: determine if a given string/phrase/sentence is a palindrome

  3. Sort String: alphabetically sort the words in a given phrase/sentence (ignoring case)

  4. 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.

  5. 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.

  6. Find All List Items: find all the indices (indexes) of a given word in a list. Include nested references to the word in the sublists of the initial list.

  7. Play the Waiting Game

  8. Save a Dictionary

  9. Schedule a Function

  10. Send an Email

  11. Simulate Dice

  12. Count Unique Words

  13. Generate a Password

  14. Merge CSV Files

  15. Solve a Sudoku

  16. Build a Zip Archive

  17. Download Sequential Files

About

These concise challenges let you stretch your brain and test your talents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages