Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
418 stars 356 forks source link

Update Best Python programs.txt #1137

Closed KashishJuneja101003 closed 1 month ago

KashishJuneja101003 commented 1 month ago

Issue number: #1087

This pull request adds Python programs from problem 83 to 114. These programs cover a wide range of fundamental concepts and programming techniques, including:

  1. Variable Length Arguments: Demonstrating the use of positional (*args) and keyword (**kwargs) arguments in Python functions.
  2. Number Manipulations: Programs for reversing a number, checking for palindromes, and computing Armstrong numbers.
  3. Patterns and Sequences: Constructing patterns using loops, including alphabetical and numerical sequences.
  4. List and Tuple Operations: Various programs performing operations like sorting, counting occurrences, swapping cases, and finding common elements between tuples.
  5. String Manipulations: Extracting digits from strings, counting occurrences of substrings, checking for palindromes, and separating vowels from consonants.
  6. Dictionary Operations: Programs involving dictionary creation, updating values, and accessing items.
  7. Menu-Driven Programs: Interactive menus for arithmetic operations and basic list and dictionary manipulations.
  8. Control Structures: Programs covering conditional statements and loops, such as electricity bill computation and grade calculation based on marks.

These additions provide diverse exercises on data structures, loops, conditionals, string handling, and more.

github-actions[bot] commented 1 month ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Niketkumardheeryan commented 1 month ago

Hi @KashishJuneja101003 ,Good work , just try to use .ipynb so that outputs can be visible easily

KashishJuneja101003 commented 1 month ago

But, there were 82 programs already in the file. I have added few more as per the previous programs mentioned.