Python Central
  • Home
  • Categories
    • Learn Python Guide
      • Classes
      • Regular Expressions
      • Strings
        • Encoding and Decoding Strings
    • Cookbook Recipes
      • Recursion
    • How Tos
    • Library Guides
      • Android Scripting Layer (SL4A)
      • Databases
        • SQLAlchemy
        • SQLite
      • Graphical Toolkits
        • PySide/PyQt Guide
        • Tkinter Guide
      • Web Frameworks
        • Django Guide
    • Tips and Tricks
    • Tools
  • About
  • FAQ
  • Contact

Articles Tagged: slicing

How to Get a Sub-string From a String in Python – Slicing Strings

So how do you get a sub-string in Python? Well, Python has a handy dandy feature called “slicing” that can be used for getting sub-strings from strings. But first, we have to go over a couple of things to understand how this works. Slicing Python Objects Strings, in Python, are arrays of characters, except they [...]

Read More →

Latest Articles

  • Hashing Files with Python
  • Hashing Strings with Python
  • Memory-Mapped (mmap) File Support in Python
  • PySide/PyQt Tutorial: QWebView
  • Home
  • About
  • FAQ
  • Contact
© Copyright 2013, Aztech Media Pty Ltd.