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

Run a script from a text file - Python tutorial


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:


More cool Python tutorials:



Decision-Making
Decision-Making
Learn more about control structures: If, elif, and, or, ect. commands
Category: Python tutorials > Basics - Difficulty:
Loop-de-Loop-de-Loop
Loop-de-Loop-de-Loop
Today, we are going to talk about the while loop. It is a control structure. Normally, statements are executed from the top down line by line. A control structure decides when and if they will be executed.
Category: Python tutorials > Basics - Difficulty:
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:
Functional programming in Python, Part 2
Functional programming in Python, Part 2
This column continues the introduction to functional programming (FP) in Python. The introduction to different paradigms of program problem-solving demonstrates several intermediate and advanced FP concepts. Article includes code snipets.
Category: Python tutorials > Development - 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: