About 549,000 results
Open links in new tab
  1. Python Strings (With Examples) - Programiz

    In Python, a string is a sequence of characters. For example, "hello" is a string containing a sequence of characters 'h', 'e', 'l', 'l', and 'o'. We use single quotes or double quotes to …

  2. Sending string via socket (python) - Stack Overflow

    Jan 20, 2014 · To be able to send data from Server to client. here is my Server.py : (clientsocket, address) = serversocket.accept() print ("connection found!") data = …

  3. Python Strings - W3Schools

    Strings in python are surrounded by either single quotation marks, or double quotation marks. 'hello' is the same as "hello". You can display a string literal with the print() function: You can …

  4. Python String - Python Tutorial

    In this tutorial, you'll learn about Python strings and their basic operations such as accessing string element and concatenating strings.

  5. email: ExamplesPython 3.13.3 documentation

    2 days ago · Here are a few examples of how to use the email package to read, write, and send simple email messages, as well as more complex MIME messages. First, let’s see how to …

  6. Python String Module - GeeksforGeeks

    Apr 9, 2025 · From predefined sets of characters (such as ASCII letters, digits and punctuation) to useful functions for string formatting and manipulation, the string module streamlines various …

  7. Python Examples of email.message_from_string

    The following are 30 code examples of email.message_from_string (). You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by …

  8. Python Strings - Python Guides

    Strings in Python are sequences of characters used to store and manipulate text. They are defined using single, double, or triple quotes.

  9. Python Strings (With Examples) - Python Tutorial

    Any time you want to use text in Python, you are using strings. Python understands you want to use a string if you use the double-quotes symbol. Once a string is created, you can simply …

  10. Strings in Python with Examples - Dot Net Tutorials

    In this article, I will discuss Strings in Python with Examples. Please read our previous article discussing Looping Statements in Python with examples. You will understand the following …

  11. Some results have been removed
Refresh