Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Charming Python: Text processing in Python for beginners - Python tutorial


Along with several other popular scripting languages, Python is an excellent tool for scanning and manipulating textual data. This article summarizes Python's text processing facilities for the programmer new to Python. The article explains some general concepts of regular expressions and offers advice on when to use (or not use) regular expressions while processing text.
Category: Python tutorials > Basics - Difficulty:

More cool Python tutorials:



Intro to Python Generators
Intro to Python Generators
Generators are a very cool Python abstraction that allows you to greatly simplify control flow and can also lead to much lower memory consumption.
Category: Python tutorials > Basics - Difficulty:
Python Tutorial for beginners
Python Tutorial for beginners
An introduction to python, made in python for beginner/nonprogrammers. So please visit this site if you are a complete beginner, it will definitley help, we also have an active chat box in there to talk about it.
Category: Python tutorials > Basics - Difficulty:
Pygame in 10 Easy Steps
Pygame in 10 Easy Steps
This is a line-by-line tutorial that will guide you through the basics of creating a simple game using the popular Pygame library. If you know Python and want to learn how to make games, start here!
Category: Python tutorials > Development - Difficulty:
Web Python Tutorial
Web Python Tutorial
People are always asking how to use Python in Web programming. As a general rule the only option to use Python in shared hosts is through CGI. This tutorial is just about how to use CGI with Python.
Category: Python tutorials > Development - Difficulty:
The “for” Loop
The “for” Loop
‘For’ loops are like ‘while’ loops, but ‘for’ loops give a better way to go through the elements in a list or repeat an argument multiple times...
Category: Python tutorials > Basics - Difficulty: