Re: Natural Language Processing in Python

2009-08-15 Thread mobiledreamers
Try this out Fotoroll does term extraction http://bit.ly/HCPDi So to get json output of list of terms post to http://fotoroll.com/findterms?json=truetext=Content+to+extract terms from Hope this helps Fotoroll Term extraction No limit on number of queries per day Yahoo 5000 queries a day

Re: [Baypiggies] Egnyte: hiring

2009-07-27 Thread mobiledreamers
Seems interesting http://fotoroll.com/searchvideo?q=vineet%20jain,%20ceo%20of%20egnyteid=0type=video http://fotoroll.com/searchvideo?q=vineet%20jain,%20ceo%20of%20egnyteid=0type=video On Mon, Jul 27, 2009 at 7:46 PM, Aahz a...@pythoncraft.com wrote: My new company (I just started today) closed

Re: Ann: Google releases Python-based open-source NX server

2009-07-15 Thread mobiledreamers
On Wed, Jul 15, 2009 at 2:25 PM, jkn jkn...@nicorp.f9.co.uk wrote: Google quietly releases open-source NX server ...written in Python, apparently http://www.computerworld.com/s/article/9135504/ Google_quietly_releases_open_source_NX_server?taxonomyId=88 Neatx can be downloaded from

unified way or cookbook to access cheetah from other frameworks django/webpy/pylons

2009-06-05 Thread mobiledreamers
can you or tavis or one of the cheetah masters please show us how to use cheetah from webpy the only useful thing webpy cheetah.py does is replace the #include with the content of the files Can you share a simple snippet/cookbook example on how to hook up cheetah from other frameworks such as

How do you serve Cheetah in production? webpy+cheetah

2009-05-29 Thread mobiledreamers
How do you serve *Cheetah* in *production*? Guys can you share the setup on how to precompile and serve cheetah in production Since we dont compile templates in webpy it is getting upstream time out errors. If you could share a good best practise it would help * Jeremy jeremy.ja...@gmail.com

problems with Cheetah base class being in templates directory

2009-05-28 Thread mobiledreamers
*How do we setup Cheetah so it runs with all templates in the templates directory and all code in the .. directory code.py* production=True if not production: try:web.render('mafbase.tmpl', None, True, 'mafbase') except:pass else: from templates import mafbase templates/mafbase.tmpl

Re: [Tutor] Accessing callers context from callee method

2009-02-25 Thread mobiledreamers
i found the solution This is my first attempt at memcaching html page using cheetah since cheetah render needs locals() i use getCallerInfo() to get the locals() and send to memcached let me know if it is possible to better do this *notice getCallerInfo * *utils.py* @log_time_func def

Accessing callers context from callee method

2009-02-24 Thread mobiledreamers
when i call a method foo from another method func. can i access func context variables or locals() from foo so def func(): i=10 foo() in foo, can i access func's local variables on in this case i Thanks a lot -- Bidegg worlds best auction site http://bidegg.com --

Using couchdb to build a EMAIL messaging solution with threaded inline replies

2009-01-07 Thread mobiledreamers
Using couchdb to build a EMAIL messaging solution with threaded inline replies http://pylab.blogspot.com/search/label/couchdb -- http://mail.python.org/mailman/listinfo/python-list

Re: looper

2008-09-22 Thread mobiledreamers
Great thanks On 9/22/08, Dan Stromberg [EMAIL PROTECTED] wrote: I was asked by my employer to publish this a bit ago, so here it is: http://stromberg.dnsalias.org/~dstromberg/looper/ It's a multithreaded script for running n POSIX shell commands m at a time with good error checking. It

Re: Python based barcode readers

2008-09-22 Thread mobiledreamers
This is something I have looked for too but I have not come across a decent barcode reader? On 9/22/08, Robocop [EMAIL PROTECTED] wrote: Does anyone know of any python based barcode readers? I'm looking for something (commercial or open source) that will use some OCR algorithm to read

Re: GUI programming with python

2008-08-27 Thread mobiledreamers
http://delicious.com/url/4adfb8d4a16eb4e2a9884298e0af1784 people are starting to save :) -- http://mail.python.org/mailman/listinfo/python-list

Socialsoft Startup Jobs

2008-03-26 Thread mobiledreamers
http://www.thesocialsoft.com/jobs.html We - Build stuff that people love and use everyday - have a healthy disregard for the impossible - are not a conventional company and do not intend to be one - Think big, think fast and think ahead - set our goals high and work to exceed them,

paypal python library

2008-01-13 Thread mobiledreamers
I m trying to program the paypal for accepting payments Aret there python libraries for the same thanks -- http://mail.python.org/mailman/listinfo/python-list

Recieving emails in python

2008-01-13 Thread mobiledreamers
I m trying to create something simple a mailing list similar to yahoo groups I m stumbling at the part where the python recieves messages via say [EMAIL PROTECTED] how to make python recieve emails and process it after that it is straight forward processing in python inserting in db etc --

Re: Recieving emails in python

2008-01-13 Thread mobiledreamers
ok i dont want to write an mta i want to use another mta to recieve emails on say - [EMAIL PROTECTED] so can i start reading the emails to python from that mta How to set this up to read messages from the mta sending out email we are using sendmail so we ll continue using that for now thanks

Pyflakes pre-commit hook in subversion

2008-01-09 Thread mobiledreamers
http://tarekziade.wordpress.com/2006/11/01/protecting-a-python-svn-code-base-with-the-pre-commit-hook/ Is it possible to check code in python before committing to svn using pyflakes, pythontidy *Pyflakes and Subversion* Pyflakes http://www.divmod.org/projects/pyflakes is a nice little utility

Spaces and tabs messing up code

2008-01-08 Thread mobiledreamers
my friend uses vim and i use xemacs so our shared python code is a mix of tabs and spaces and it is hard for him to edit it in vim any idea on how to make it clean convert it all to 4 spaces? Thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: [Tutor] Pyflakes pre-commit hook in subversion

2008-01-08 Thread mobiledreamers
yes the link is broken and hence i sent it in since it is a conf file for svn pre-commit hook so pyflakes is run of your tree and it emits an error if python files have any error preventing bad commits poisoning svn tree so dev can fix the bug and recommit On Jan 8, 2008 8:08 PM, Kent Johnson

image rendering in python

2007-11-25 Thread mobiledreamers
http://cdnll.i.imagechef.com/ic/templimg2/Shaved%20Head.jpg Do u know how to make such images using PIL or other tools in python thanks a lot for your kind help -- http://mail.python.org/mailman/listinfo/python-list

Cleaning up repeated whitespaces and newlines

2007-05-01 Thread mobiledreamers
Hi guys i m trying out newline characters and to clean them up a\n\n\n\n\n\n\n\n\nsss\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvsa\n\n\n\nasf\n\nafs hello guys im trying to replace \n\n\n\n\n\n\n\n\n with \n thanks for help \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n also with \n as the browser gives \r

barcode generation

2007-02-13 Thread mobiledreamers
Hi I want to generate barcode based on an input which can be numbers or numbers+alphabets. How do I do this? Is there any library that will doo this? thanks mark -- http://mail.python.org/mailman/listinfo/python-list