| Apr |
MAY |
Jun |
|
07 |
|
| 2024 |
2025 |
2026 |
About this capture
The Wayback Machine - http://web.archive.org/web/20250507091910/https://github.com/topics/python-strings
Skip to content
Navigation Menu
●
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
●
●
●
●
●
●
By company size
●
●
●
●
By use case
●
●
●
●
By industry
●
●
●
●
●
View all solutions
●
Topics
●
●
●
●
●
Explore
●
●
●
●
●
●
●
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
●
●
●
●
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
●
Search or jump to...
Clear
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Explore
Topics
Trending
Collections
Events
GitHub Sponsors
#
python-strings
Star
Here are
41 public repositories
matching this topic...
Star
240
●
Code
●
Issues
●
Pull requests
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.
python-tutorials list-comprehension python-dictionary python-string-maupulation python-lists python-sets python-tuples list-comprehensions python-strings python-tutorial-notebook python-datatypes python-string-methods python4everybody python-tutorial-github python4datascience python-list-methods python-tuple-methods python-dictionary-methods python-sets-methods tutor-milaan9
●
Updated
Dec 9, 2022
●
Jupyter Notebook
Star
7
●
Code
●
Issues
●
Pull requests
Python Practice
html5 anonymous-functions html-form core-project python-functions slicing python-project python-recursive python-sets python-project-beginner python-mini-projects python-strings python-collections python-conditionals python-datatypes python-operators python-loops python-advance-examples python-filehandling
●
Updated
Sep 25, 2023
●
Jupyter Notebook
Star
3
●
Code
●
Issues
●
Pull requests
This repository contains the basic concepts and code of Python in Jupyter notebooks and scripts.
jupyter-notebooks advanced-python python-data-structures basic-python python-notes python-strings oop-using-python
●
Updated
Oct 25, 2022
●
Jupyter Notebook
Star
3
●
Code
●
Issues
●
Pull requests
Python Assignments
django-framework django-project control-statements rest-api-framework python-strings python-collections python-loops
●
Updated
Feb 17, 2023
●
Jupyter Notebook
Star
2
●
Code
●
Issues
●
Pull requests
Python Fundamentos para Análise de Dados - Data Science Academy
python data-analysis python-dictionary python-lists python-tuples python-numbers python-strings
●
Updated
Jun 23, 2022
●
Jupyter Notebook
Star
2
●
Code
●
Issues
●
Pull requests
Python basics refresh
python-classes python-objects python-lists python-sets python-variables python-tuples python-strings python-dictionaries
●
Updated
Dec 14, 2023
●
Python
Star
2
●
Code
●
Issues
●
Pull requests
python_practice
python python-programming python-functions python-random python-module python-sets python-project-beginner python-strings python-datatypes python-operators python-loops
●
Updated
May 29, 2023
●
Jupyter Notebook
Star
2
●
Code
●
Issues
●
Pull requests
A tool to automatically convert old string literal formatting to f-strings
formatter python-string-maupulation fstring python-strings python-string fstrings
●
Updated
Oct 4, 2024
●
Python
Star
1
●
Code
●
Issues
●
Pull requests
All my python related practice code
python python-functions if-statements while-loop python-lists if-elif-else python-sets python-strings python-operators if-else-statements for-loop-in-python
●
Updated
Apr 17, 2023
●
Jupyter Notebook
Star
1
●
Code
●
Issues
●
Pull requests
This repo is about learning python from basic to advanced level.
python3 comments conditional-statements for-loops while python-lists python-sets python-variables python-tuples python-strings python-dictionaries python-conditionals python-datatypes python-operators
●
Updated
Jul 31, 2021
●
Python
Sponsor
Star
1
●
Code
●
Issues
●
Pull requests
Python library for mutable string manipulation.
python python-string-maupulation python-strings python-strings-utility
●
Updated
Dec 6, 2024
●
C
Star
1
●
Code
●
Issues
●
Pull requests
Democritus functions for working with Python strings.
python utility python-strings democritus python-strings-utility
●
Updated
Jun 8, 2021
●
Python
Star
1
●
Code
●
Issues
●
Pull requests
Understanding Transformation and operations on List containing dictionaries with integers and strings. Implements string manipulation contained within mutable list.
strings-manipulation python-string-maupulation python-strings python-dictionaries python-dictionaries-utility python-string-methods python-list-methods python-dictionary-methods
●
Updated
Jun 4, 2023
●
Python
Sponsor
Star
1
●
Code
●
Issues
●
Pull requests
This repository contains all the materials for CSE3011-Python-Programming at VIT Bhopal University.
python python-tutorials python-dictionary assignment-solutions python-gui-tkinter python-gui python-lists python-strings python-projects python-conditionals python-loops python-multithreading python-filehandling
●
Updated
Nov 10, 2024
●
Python
Star
0
●
Code
●
Issues
●
Pull requests
Function reverse_string() takes a string named _word_ as a parameter. The function should return _word_ in reverse.
string-manipulation codecademy python-strings reverse-string string-challenges-codecademy
●
Updated
Mar 22, 2021
●
JavaScript
Star
0
●
Code
●
Issues
●
Pull requests
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"…
substrings string-manipulation codecademy substring-search code-challenges python-strings string-challenges-codecademy
●
Updated
Jan 27, 2021
●
Python
Star
0
●
Code
●
Issues
●
Pull requests
Count ways to split a Binary String into three substrings having equal count of a's
algorithms-and-data-structures python-strings
●
Updated
Dec 22, 2020
●
Python
Star
0
●
Code
●
Issues
●
Pull requests
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_.
string-manipulation codecademy python-strings string-challenges-codecademy
●
Updated
Jan 28, 2021
●
Python
Star
0
●
Code
●
Issues
●
Pull requests
Python Basic Programs
python python3 python-functions python-dictionary python-fundamentals python-lists python-sets python-tuples python-strings python-conditionals python-datatypes python-loops
●
Updated
Mar 11, 2024
●
Python
Star
0
●
Code
●
Issues
●
Pull requests
python python-strings
●
Updated
Jun 27, 2024
●
Python
Improve this page
Add a description, image, and links to the
python-strings
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
python-strings
topic, visit your repo's landing page and select "manage topics."
Learn more
Footer
© 2025 GitHub, Inc.
●
Terms
●
Privacy
●
Security
●
Status
●
Docs
●
Contact
●
●
ation
You can’t perform that action at this time.