Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

May 06 2012

April 29 2012

April 22 2012

April 15 2012

April 08 2012

April 01 2012

March 25 2012

March 18 2012

March 11 2012

March 04 2012

February 26 2012

February 19 2012

February 14 2012

February 12 2012

February 11 2012

February 05 2012

Tutorial - Learn Python in 10 minutes - Stavros' Stuff

So, you want to learn the Python programming language but can't find a concise and yet full-featured tutorial. This tutorial will attempt to teach you Python in 10 minutes. It's probably not so much a tutorial as it is a cross between a tutorial and a cheatsheet, so it will just show you some basic concepts to start you off.

February 04 2012

Packet Forth

Packet Forth (PF) is a scripting language for real-time video processing and graphics generation. PF is now quite stable and usable, but remains a bit of an odd duck in the land of open source video processing tools. I use it mainly as a prototyping tool for C-based signal processing. PF is a concatenative programming language which takes ideas from Forth, Joy, PostScript, Factor, and Lisp. As opposed to its memetic parents, PF is not intended as a general purpose programming language, but a scripting language that glues together black box processing primitives and relevant open source libraries. PF is also heavily inspired by and can run as an extension of Pure Data by Miller Puckette. As a language, its defining properties are a linear memory management model to improve locality for video processing (cache friendliness), and the use of dynamicly typed multiple dispatch (generic functions inspired by CLOS). The code base is a result of a long experimental evolution which started in
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.