Skip to main content

Fabio de Miranda's Library tagged python   View Popular

03 Dec 09

echo-nest-remix

The Echo Nest Remix API is the Internet Synthesizer that lets you make things with music and video.

We've done the following: rearranged the syllables of a vocal line, walkenized and cowbellized hundreds of thousands of songs in a week, mixed up the hits of a drum beat and synced it to another loop, beat matched two songs, split apart DJ mixes by their individual tracks, made new kinds of video mashups, corrected sloppy drumming, synced a video to a song, transitioned between two covers of the same song, made a cat play piano, put a donk on it.

code.google.com/echo-nest-remix - Preview

python audio programming

26 Nov 09

Jeroo! Programming learning tool

Jeroo is an effective, award winning, classroom-tested tool that helps novices learn fundamental concepts of object-oriented programming, including
Instantiating and using objects
Writing methods to extend behavior
Selecting and using fundamental control structures
Jeroo engages students with
Story telling
Animated execution
Simultaneous code highlighting

home.cc.gatech.edu/jeroo - Preview

programming java python computerScience education

14 Nov 09

typhoonae - Project Hosting on Google Code

The TyphoonAE project (formerly known as twistedae) aims at providing a full-featured and productive serving environment to run Google App Engine (Python) applications. It delivers the parts for building your own scalable App Engine while staying compatible with Google's API.

code.google.com/typhoonae - Preview

appengine python cloudcomputing

Jython runs on Google AppEngine! at Jython Journeys

If you’re not yet aware of it, Google AppEngine is one of the foremost Cloud Computing offerings currently available. It is also arguably one of the purest options available, since it truly removes the need for the application administrator to consider physical resources (apart from paying for them that is!). The Google AppEngine cloud will automatically scale up the resources as and when required.

jython.xhaus.com/ython-runs-on-google-appengine - Preview

jython python java programming cloudcomputing appengine

09 Nov 09

PyCUDA | Andreas Klöckner's web page

PyCUDA lets you access Nvidia‘s CUDA parallel computation API from Python. Several wrappers of the CUDA API already exist–so what's so special about PyCUDA?

mathema.tician.de/pycuda - Preview

python cuda gpgpu

19 Oct 09

Sim Ops Studios - Code 3D - serious games / Panda3d/ Python

A practical tool to create emergency simulations that run in Panda3D'

www.code3d.com - Preview

games seriousGames 3d python panda panda3d

16 Oct 09

An implementation of Python in Haskell — Project Kenai

Haskell is best in class functional programming language. Python is one of the easiest programming languages in the world for people to get started with. HoPe is an implementation of Python in Haskell on the lines of Jython and IronPython. General announcements and random ramblings for this project will be maintained at my blog at "http://programming-tidbits.blogspot.com" .

kenai.com/hope - Preview

python programming haskell

15 Oct 09

bibtex-py - bibtex parsing module

bibtex-py is a simple bibtex parsing module for python. It is the library used in biblio-py.

gaijin.dmst.aueb.gr/...index.html - Preview

tex latex python library programming

13 Oct 09

pyopenfst - Open Finite State Tranducers Python bindings

The OpenFST library implements algorithms on weighted finite state transducers. The PyOpenFST project contains bindings for the library.

code.google.com/pyopenfst - Preview

python naturalLanguage

10 Oct 09

PyDbgEng

Microsoft releases free and powerfull debugging tools for Windows. The packadge includes the well known 'WinDbg' debugger, which, at its core, runs on top the Windows debugging engine - dbgeng.dll.

DbgEng is a powerfull debugger engine. Its features include:

user mode debugging
kernel mode debugging
x86, x64 support
soft and hw breakpoints
symbol server
and more!
PyDbgEng is a Python Wrapper For Microsoft Debug Engine.

pydbgeng.sourceforge.net - Preview

python programming

pyv8 - PyV8 is a python wrapper for Google V8 engine

PyV8 is a python wrapper for Google V8 engine, it act as a bridge between the Python and JavaScript objects, and support to hosting Google's v8 engine in a python script.

code.google.com/pyv8 - Preview

python javascript

03 Oct 09

libmpdec - a multi precision C/C++ decimal arithmetic library

Libmpdec is a complete implementation of the General Decimal Arithmetic Specification. The specification, written by Mike Cowlishaw from IBM, defines a general purpose arbitrary precision data type together with rigorously specified functions and rounding behavior. As described in the scope section of the specification, libmpdec will - with minor restrictions - also conform to the IEEE 754-2008 Standard for Floating-Point Arithmetic, provided that the appropriate context parameters are set.

www.bytereef.org/libmpdec.html - Preview

python programming arithmetic math

28 Sep 09

Darrell Hawley: Home Page: IronPython and LINQ: A Devlink Correction

During my “Anatomy of an IronPython Application” presentation at Devlink, I mistakenly said that LINQ can be consumed from IronPython easily. I said this because I was thinking that IronPython 2.6 was built using .NET 3.5 when in fact it’s built with .NET 2.0. Fortunately, if you want to use LINQ, you still can because .NET 3.5 is really .NET 2.0 plus extensions; you just have a bit of extra work to do. First on the todo list is to copy the System.Core.dll for 3.5 to some other location (I was able to get to it from it’s home in the c:\windows\assembly directory) and then use the “clr.AddReferenceToFileAndPath” in your IP code to gain access. Then, with a simple import of the Enumerable or Queryable type, you magically have access to LINQ.

www.darrellhawley.com/...d-linq-devlink-correction.html - Preview

python dotnet ironpython linq

25 Sep 09

Super-resolution methods

Supreme is a free software library that performs automated super-resolution imaging.

mentat.za.net/supreme - Preview

via:csantos python imaging imageprocessing superresolution vision computerVision

20 Aug 09

athenaCL : Audio tool for Python

The athenaCL system is an open-source, object-oriented composition tool written in Python. The system can be scripted and embedded, and includes integrated instrument libraries, post-tonal and microtonal pitch modeling tools, multiple-format graphical outputs, and musical output in Csound, MIDI, audio file, XML, and text formats.

www.flexatone.net/athena.html - Preview

python audio programming csound music midi

18 Aug 09

kytten - Pyglet GUI lib

kytten is a Pyglet-based GUI library which aims to be easy to use and customizable.

code.google.com/kytten - Preview

python graphics ui programming pyglet

16 Aug 09

OpenRCE - IDAPython

"IDA provides the advanced user with IDC, a C-like scripting language to automate some of the tasks of analysis. Yet, compared to Python, IDC feels clumsy and slow. Many times has the author (and others) wished for something more versatile.

IDAPython (Erdélyi 2005) was first introduced in an earlier joint paper, Carrera and Erdélyi 2004, where a general overview was given together with minimal examples comparing IDC and equivalent Python scripts.

Python goes well beyond the possibilities of IDC by providing networking support, avanced I/O and a host of other features not available in IDC at all."

www.openrce.org/...11 - Preview

python programming

12 Aug 09

Welcome to Spyder’s documentation! — Spyder v1.0 beta documentation

Spyder is a Python development environment with advanced editing, interactive testing, debugging and introspection features. It is especially recommended for scientific computing thanks to NumPy, SciPy and matplotlib integration.

source.pythonxy.com/doc - Preview

scipy python programming scientificComputing matlab qt qt4

pydee - Project Hosting on Google Code

Pydee is a Python development environment providing MATLAB-like features in a simple and light-weighted software, available for Microsoft Windows XP/Vista, GNU/Linux and MacOS X.

code.google.com/pydee - Preview

python scipy scientificComputation scientificComputing programming matlab

1 - 20 of 275 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo