Skip to main content

marcell mars's Library tagged python   View Popular

06 Oct 09

Utility Mill - Makes Utilities

"run python snippets on google app engine"

utilitymill.com/ - Preview

python google distribution programming diy

Web Hooks / FrontPage

"Web hooks let you customize, extend and integrate the web applications you use with anything else you can access programmatically. To web developers, web hooks are a simple design pattern that only require the ability to make web requests and to store some extra data about users. To users, web hooks are a way to get events and data in realtime from their web applications. From this they can use the data however they like, empowering them with the ability to extend and integrate, and start seeing the true vision of the programmable web."

webhooks.pbworks.com/FrontPage - Preview

webservice programming ecma distribution python

01 Oct 09

Mayavi - 3D scientific data visualization and plotting:: Enthought, Inc.

"3D Scientific Data Visualization and Plotting The Mayavi project includes two related packages for 3-dimensional visualization: Mayavi2: A tool for easy and interactive visualization of data, with seamless integration with Python scientific libraries.; TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular open-source visualization library."

code.enthought.com/...mayavi - Preview

python programming diy 3d

    • 3D Scientific Data Visualization and Plotting



      The Mayavi project includes two related packages for 3-dimensional visualization:


      • Mayavi2: A tool for
        easy and interactive visualization of data, with
        seamless integration with Python scientific libraries.
      • TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular open-source visualization library.
25 Sep 09

Diesel: How Python Does Comet

"diesel is a framework for writing network applications using asynchronous I/O in Python. It uses Python's generators to provide a friendly syntax for coroutines and continuations. It performs well and handles high concurrency with ease. "

dieselweb.org/lib - Preview

python network programming diy software floss

10 Sep 09

Tornado Web Server

"Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure."

www.tornadoweb.org - Preview

software floss python facebook network

  • Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.
05 Sep 09

Converting 11 million articles from TIFF to PDF-s on amazon EC2 & S3: Self-service, Prorated Super Computing Fun!

"I was ready to deploy Hadoop and my code on a cluster of EC2 machines. For deployment, I created a custom AMI (Amazon Machine Image) for EC2 that was based on a Xen image from my desktop machine. Using some simple Python scripts and the boto library, I booted four EC2 instances of my custom AMI. [..] thanks to the swell people at Amazon, I got access to a few more machines and churned through all 11 million articles in just under 24 hours using 100 EC2 instances, and generated another 1.5TB of data to store in S3."

open.blogs.nytimes.com/...e-prorated-super-computing-fun - Preview

amazon distribution compute conversion programming linux java python storage

  • I was ready to deploy Hadoop and my code on a cluster of EC2 machines. For deployment, I created a custom AMI (Amazon Machine Image) for EC2 that was based on a Xen image from my desktop machine. Using some simple Python scripts and the boto library, I booted four EC2 instances of my custom AMI. I logged in, started Hadoop and submitted a test job to generate a couple thousands articles — and to my surprise it just worked.


    I then began some rough calculations and determined that if I used only four machines, it could take some time to generate all 11 million article PDFs. But thanks to the swell people at Amazon, I got access to a few more machines and churned through all 11 million articles in just under 24 hours using 100 EC2 instances, and generated another 1.5TB of data to store in S3.

04 Sep 09

[PyQt] PyQt, GStreamer & gobject MainLoop

"simple audio player in pyqt using gstreamer as backend"

www.riverbankcomputing.com/...024240.html - Preview

audio programming python qt diy

  • simple audio player
19 Aug 09

PySide – Python for Qt

"Although based on a different technology than the existing GPL-licensed PyQt bindings, PySide will initially be 100% API-compatible with them. In addition to the PyQt-compatible API, a more Pythonic API will be provided in the future. While the PySide project has been initiated and the first set of code provided by Nokia, PySide will be run as a true open source project. Nokia will provide multiple developers working on the project, but contributions will be encouraged and the contributors need not transfer their copyright or accept a code reuse license; merely providing code under the LGPLv2.1 license will be sufficient."

www.pyside.org/about - Preview

python qt nokia legal floss politics business

  • Although based on a different technology than the existing GPL-licensed PyQt bindings, PySide will initially be 100% API-compatible with them. In addition to the PyQt-compatible API, a more Pythonic API will be provided in the future.


    While the PySide project has been initiated and the first set of code provided by Nokia, PySide will be run as a true open source project. Nokia will provide multiple developers working on the project, but contributions will be encouraged and the contributors need not transfer their copyright or accept a code reuse license; merely providing code under the LGPLv2.1 license will be sufficient.

13 Jul 09

python ircbot-collection - Google Code

"This is a collection of IRC bots written using Joel Rosdahl's IRC python libraries."

code.google.com/...ircbot-collection - Preview

python im programming diy collection software text

  • This is a collection of IRC bots written using Joel Rosdahl's IRC python libraries.
21 Jun 09

dboddie / PyQt Browser Plugin / overview — bitbucket.org

"Bindings for the Browser Plugin Qt Solution"

bitbucket.org/...pyqt-browser-plugin - Preview

programming qt python diy browser

  • Bindings for the Browser Plugin Qt Solution
19 Jun 09

samuraix

"samurai-x is a highly modular and configurable, next generation framework window manager for X. It is written in pure python utilising ctypes. samurai-x is targeted at people wishing to experiment with desktop programming and people who want more control over their desktop ( without having to code in C ). "

www.samurai-x.org - Preview

ui design python programming diy linux visual

  • samurai-x is a highly modular and configurable, next generation framework window manager for X. It is written in pure python utilising ctypes.



    samurai-x is targeted at people wishing to experiment with desktop programming and people who want more control over their desktop ( without having to code in C ).

surfrdf - Google Code

"SuRF is an Object Oriented - RDF Mapper based on the popular rdflib python library. It exposes the RDF triple sets as sets of resources and seamlessly integrates them into the Object Oriented paradigm of python in a similar manner as ActiveRDF does for ruby."

code.google.com/surfrdf - Preview

python semantic programming diy

  • SuRF is an Object Oriented - RDF Mapper based on the popular rdflib python library. It exposes the RDF triple sets as sets of resources and seamlessly integrates them into the Object Oriented paradigm of python in a similar manner as ActiveRDF does for ruby.
28 Apr 09

Speeqe

"Speeqe is a web based, group chat client that works with the XMPP/MUC protocol. It is chat made simple. The goal is to give the user the best and easiest experience in creating chat rooms. It is a combination of javascript and python code using a collection of open source software and software tools."

code.stanziq.com/speeqe - Preview

im webservice ecma python programming floss social software

  • Speeqe is a web based, group chat client that works with the XMPP/MUC protocol. It is chat made simple. The goal is to give the user the best and easiest experience in creating chat rooms. It is a combination of javascript and python code using a collection of open source software and software tools.
27 Apr 09

The OpenEnded Group - Field (open source software)

"The technical frontier of digital art is no longer what computers can do, but how we get them to do it. "

www.openendedgroup.com/...software - Preview

software floss diy programming visual python

  • The technical frontier of digital art is no longer what computers can do, but how we get them to do it.

Neopythonic: People Who Annoy Me

"Tell me five things you know about me, that you can't find through Google."

neopythonic.blogspot.com/...people-who-annoy-me.html - Preview

python social foxy collection

  • "Tell me five things you know about me, that you can't find through Google."
15 Apr 09

BBC NEWS | Africa | Man bites snake in epic struggle

"I stepped on a spongy thing on the ground and suddenly my leg was entangled with the body of a huge python," he said. "I had to bite it."

news.bbc.co.uk/...7999909.stm - Preview

animal bizarre africa python

  • "I stepped on a spongy thing on the ground and suddenly my leg was entangled with the body of a huge python," he said.





    "I had to bite it."

06 Apr 09

PyQGLViewer - start

"PyQGLViewer is a set of Python bindings for the libQGLViewer C++ library which extends the Qt framework with widgets and tools that eases the creation of OpenGL 3D viewers. "

pyqglviewer.gforge.inria.fr/...doku.php - Preview

python qt programming visual ui

  • PyQGLViewer is a set of Python bindings for the libQGLViewer C++ library which extends the Qt framework with widgets and tools that eases the creation of OpenGL 3D viewers.
30 Mar 09

Unladen-swallow - Plans for optimizing Python

"Produce a version of Python at least 5x faster than CPython. "

code.google.com/...ProjectPlan - Preview

python compute programming google

  • Produce a version of Python at least 5x faster than CPython.
26 Mar 09

http://www.ics.uci.edu/~eppstein/PADS/README.txt

"This is PADS, a library of Python Algorithms and Data Structures implemented by David Eppstein of the University of California, Irvine."

www.ics.uci.edu/...README.txt - Preview

python diy programming collection compute science

  • This is PADS, a library of Python Algorithms and Data Structures implemented by David Eppstein of the University of California, Irvine.
24 Feb 09

Python HTML/CSS to PDF converter - HTML2PDF Converter

Translates HTML and CSS input into PDF filesi; Is written pure Python and therefore platform independent; Supports document specifics like columns, headers, footers, page numbers, custom Postscript and TrueType fonts, etc.

www.xhtml2pdf.com - Preview

python pdf programming print floss design

    • Translates HTML and CSS input into PDF files
    • Is written pure Python and therefore platform independent
    • Supports document specifics like columns, headers, footers, page numbers, custom Postscript and TrueType fonts, etc.
1 - 20 of 123 Next › Last »
Showing 20 items per page

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

Join Diigo