Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


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

View all templates

Python 101 - Introduction to Python - Python tutorial


This document is a syllabus for a first course in Python programming. This course contains an introduction to the Python language, instruction in the important and commonly used features of the language, and practical excercises in the use of those features.
Category: Python tutorials > Basics - Difficulty:


More cool Python tutorials:



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:
Run a script from a text file
Run a script from a text file
In this tutorial, you make a python file, save it to the desktop, and learn how to change the directory in the terminal so it points to the desktop and run the file. Then, learn how to make it executable.
Category: Python tutorials > Basics - 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:
How to use Python's xml_objectify
How to use Python's xml_objectify
This article presents the xml_objectify module. It describes how to use xml_objectify and the advantages of using this "Pythonic" module for working with XML documents as objects.
Category: Python tutorials > XML - 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: