Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71196

Re: Python Internet Database

References <caf3590c-ddd5-4921-98e3-3a49a3109899@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2014-05-09 15:30 -0600
Subject Re: Python Internet Database
Newsgroups comp.lang.python
Message-ID <mailman.9834.1399671106.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, May 9, 2014 at 2:45 PM,  <junnia@gmail.com> wrote:
> 1 - Internet servers. In Lisp, one has hunchentoot. In Racket, one has the Racket Web Framework. Bigloo has hiphop.

twisted, tornado, Django, pylons, turbogears, bottle, flask among many others.

> 2 - Jit compiler for using from a web server. I mean, one has a web server running under Apache in a hosting service like Hostgator, Daddy Host or another inexpensive service. I decide to run a few applications in Racket, but the application  requires number crunching. I install the Jit Racket in the hosting service, and call it from my dynamic generated page. My programs will run almost at the speed of optimised C.

PyPy is an alternate implementation of Python written in Python with
JIT compilation.  It is compatible with various web frameworks.
You'll find it at pypy.org.

> 4 - Text editor that mimics emacs. In Common Lisp, one has hemlock. I would like something in the lines of hemlock.

Why not just use emacs?  It has a python mode.

> 7 - Image generation. pdf generation. Something in the lines of cl-pdf and cl-png, fl-vector, etc. Of course, I need programs written in Python itself, not call to C libraries.

The pillow library (successor to the defunct Python Imaging Library)
is probably the best known.  It's not a C library, but it is an
extension library, meaning it is a Python library written in C.

> 9 - Computer algebra. Something in the lines of Maxima will do.

Try SymPy.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python Internet Database junnia@gmail.com - 2014-05-09 13:45 -0700
  Re: Python Internet Database Chris Angelico <rosuav@gmail.com> - 2014-05-10 07:06 +1000
  Re: Python Internet Database Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-09 15:07 -0600
  Re: Python Internet Database Terry Reedy <tjreedy@udel.edu> - 2014-05-09 17:15 -0400
  Re: Python Internet Database Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-09 15:30 -0600
  Re: Python Internet Database Joshua Landau <joshua@landau.ws> - 2014-05-20 03:08 +0100

csiph-web