Re: easy 3D graphics for rendering geometry?

2007-11-08 Thread Kjell Magne Fauske
rth learning? > > thanks in advance for any pointers. > > gsal I recommend taking a look at Blender 3D: http://www.blender.org/ It is primarily a modeling, animation and rendering tool. However, my favorite feature is the Python API which allows you to access most of the functionality usi

Re: ANN: YahooQuote 0.1.0

2007-06-26 Thread Kjell Magne Fauske
org.nz/python/yahooquote/YahooQuote-0.1.0.tar.gz - Kjell Magne Fauske -- http://mail.python.org/mailman/listinfo/python-list

Re: Generate report containing pdf or ps figures?

2007-04-23 Thread Kjell Magne Fauske
n run the generated document through pdflatex and you have a nice looking report. Regards, Kjell Magne Fauske http://www.fauskes.net -- http://mail.python.org/mailman/listinfo/python-list

Re: PyMedia - some questions

2006-12-06 Thread Kjell Magne Fauske
on is used to glue it all togheter. - Kjell Magne Fauske Lad wrote: > Hi, > Can anyone answer the following questions? > > Question 1. > Can pyMedia create/convert FLV format? I explain in details. > As I would like > to publish videos for viewing in a browser , I need a good v

Re: Python and CMS

2006-10-22 Thread Kjell Magne Fauske
I recommend taking a look at Django [1]. It is not a CMS right out of the box, but writing one using the Django framework is not that difficult. [1] http://www.djangoproject.com/ - Kjell Magne Fauske Echo wrote: > I am going to start working on a church website. And since I like > pyt

Re: 3D Vector Type Line-Drawing Program

2006-10-13 Thread Kjell Magne Fauske
.sourceforge.net/ [2] http://asymptote.sourceforge.net/ [3] http://www.frontiernet.net/~eugene.ressler/ [4] http://www.fauskes.net/nb/threedill/ Regards, Kjell Magne Fauske -- http://mail.python.org/mailman/listinfo/python-list

Re: War chest for writing web apps in Python?

2006-07-28 Thread Kjell Magne Fauske
Django(http://www.djangoproject.com/) is a nice Python based framework for writing web applications. It comes bundled with a simple web server that is usefull for local developing. A desciption on how to install Django on windows can be found at http://effbot.org/zone/django.htm#installing - Kjel

Re: PIL and PSDraw

2006-03-01 Thread Kjell Magne Fauske
If you want to create charts and plots, matplotlib is also an excellent tool: http://matplotlib.sourceforge.net/ Regards, Kjell Magne Fauske http://fauskes.net -- http://mail.python.org/mailman/listinfo/python-list