Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Decision-Making - Python tutorial


Learn more about control structures: If, elif, and, or, ect. commands
Category: Python tutorials > Basics - Difficulty:

More cool Python tutorials:



Developing a full-text indexer in Python
Developing a full-text indexer in Python
As the volume of information grows, effective means of locating specific information become ever more crucial. This column discusses the field of full-text indexing, with a focus on the author's public-domain indexer module.
Category: Python tutorials > Searching - Difficulty:
Variables
Variables
learn about variables in python. Variables are a letter(s) or letters and numbers combined which store data.
Category: Python tutorials > Basics - Difficulty:
Lists Part 1
Lists Part 1
Learn about the list value. Ordinary variables hold one value. The list variable can hold multiple values.
Category: Python tutorials > Basics - Difficulty:
Charming Python: Text processing in Python for beginners
Charming Python: Text processing in Python for beginners
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:
An advanced GUI library for Python - PyQT
An advanced GUI library for Python - PyQT
The Qt toolkit is a widely-used cross-platform GUI toolkit, available for Windows, Linux, Mac OSX, and handheld platforms. QT has a well-structured, but flexible, object-oriented organization, clear documentation, and an intuitive API. This article looks at the Qt library, with a focus on the PyQt bindings that let Python programmers access Qt functionality.
Category: Python tutorials > Development - Difficulty: