Projects in Awesome Lists tagged with python-strings
A curated list of projects in awesome lists tagged with python-strings .
https://github.com/milaan9/02_python_datatypes
Data types specify the different sizes and values that can be stored in the variable. For example, Python stores numbers, strings, and a list of values using different data types. Learn different types of Python data types along with their respective in-built functions and methods.
list-comprehension list-comprehensions python-datatypes python-dictionary python-dictionary-methods python-list-methods python-lists python-sets python-sets-methods python-string-maupulation python-string-methods python-strings python-tuple-methods python-tuples python-tutorial-github python-tutorial-notebook python-tutorials python4datascience python4everybody tutor-milaan9
Last synced: 06 Apr 2025
https://github.com/sophy8281/b-refresh
Python basics refresh
python-classes python-dictionaries python-lists python-objects python-sets python-strings python-tuples python-variables
Last synced: 26 Feb 2025
https://github.com/rohaquinlop/faststring
Python library for mutable string manipulation.
python python-string-maupulation python-strings python-strings-utility
Last synced: 30 Mar 2025
https://github.com/democritus-project/d8s-strings
Democritus functions for working with Python strings.
democritus python python-strings python-strings-utility utility
Last synced: 08 May 2025
https://github.com/candytale55/unique_english_letters_py_3
unique_english_letters takes a string word as a parameter. The function should return the total number of unique letters in the string. Uppercase and lowercase letters should be counted as different letters. The list of every uppercase and lower case letter in the English alphabet is in a string "letters".
code-challenges codecademy python-strings string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/substring_between_letters_py_3
substring_between_letters() takes a string named _word_, a single character named _start_, and another character named _end_. This function should return the substring between the first occurrence of _start_ and _end_ in word. If _start_ or _end_ are not in _word_, the function should return _word_. For example, substring_between_letters("apple", "p", "e") should return "pl".
code-challenges codecademy python-strings string-challenges-codecademy string-manipulation substring-search substrings
Last synced: 31 Mar 2025
https://github.com/candytale55/reverse_string_py_3_js
Function reverse_string() takes a string named _word_ as a parameter. The function should return _word_ in reverse.
codecademy python-strings reverse-string string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/preserve-the-verse_py_3
Working with strings in Python. "You’re a programmer working for an organization that is trying to digitize and store poetry called Preserve the Verse."
codecademy preserve-the-verse pythoh3 python python-strings split-function string-functions
Last synced: 31 Mar 2025
https://github.com/candytale55/make_spoonerism_py_3
function make_spoonerism() takes two strings as parameters named _word1_ and _word2_. Spoonerism switch the first letters of each word and returns the two new words as a single string separated by a space.
codecademy python-strings python3 spoonerism string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/is_x_length_py_3
Function takes a string named _sentence_ and an integer named _x_ as parameters. It returns _True_ if every word in sentence has a length greater than or equal to _x_.
code-challenges codecademy python-strings python3 string-challenges-codecademy string-length string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/every_other_letter_py_3
function every_other_letter() takes a string named _word_ as a parameter. The function returns a string containing every other letter in word.
codecademy every-other python-strings python3 string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/check_for_name_in_sentence_py_3
check_for_name() takes two strings as parameters named _sentence_ and _name_. The function should return _True_ if _name_ appears in sentence in all lowercase letters, all uppercase letters, or with any mix of uppercase and lowercase letters. The function should return _False_ otherwise.
code-challenge codecademy find-string learn-python-3 python-find python-strings string-challenges-codecademy string-manipulations
Last synced: 31 Mar 2025
https://github.com/candytale55/count_x_in_word_py_3
These functions take a string named _word_ and a single or multi character named _x_ as parameters. The function should return the number of times _x_ appears in _word_.
code-challenges codecademy count-strings python-strings string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/add_exclamation_py_3
add_exclamation() takes one parameter named _word_. This function should add exclamation points to the end of _word_ until word is 20 characters long. If _word_ is already at least 20 characters long, just return _word_.
codecademy python-strings string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/arvindk2025/python-practice-with-projects
Welcome to the Python Practice Code Repository! This repository is a collection of Python practice exercises and solutions aimed at helping my improvement and Python programming skills.
python-dictionary python-functions python-lambda python-lists python-strings python-tuples python3
Last synced: 31 Mar 2025
https://github.com/cescedes/notes
various concepts in python
lambda-functions numpy pandas probability python python-dictionaries python-files python-strings scipy scipy-stats statistics
Last synced: 27 Mar 2025
https://github.com/cescedes/medical-insurance-costs-with-python
Investigate how different factors affect the prediction of medical insurance costs by practicing many python concepts.
codecademy data-analysis python python-dictionaries python-functions python-lists python-loops python-strings
Last synced: 27 Mar 2025
https://github.com/djeada/markdown-table-of-contents-generator
Generate a table of contents from the headers of your markdown file.
Last synced: 30 Mar 2025